Releases: sqlitecloud/docsearch-action
Releases · sqlitecloud/docsearch-action
Fix an issue in the check_line function
Full Changelog: v5...v6
Critical Bug Fix!
We have changed the port of the HTTP endpoints on SQLite Cloud projects. The old version of this action will no longer work, please update to this latest version.
Added support for the Front Matter!
The fourth version of the SQLite Cloud documentation full-text search has these changes:
- renamed strip-astro-header input to use-front-matter
- fixed missing "-" character from the options column
- added "status: draft" support in the front matter to skip draft markdown files
Slug as URL support!
The third version of the SQLite Cloud documentation full-text search added support for:
- path-using-slug: if set to true the action builds the url by concatenating the base-url and the parsed path from the slug key in the astro header.
- strip-astro-header now puts the stripped header as a JSON Object in the options column.
Custom base url support!
The second version of the SQLite Cloud documentation full-text search added support for the base-url input.
First version!
The first version of the SQLite Cloud documentation full-text search supports these inputs:
- project-string: the SQLite Cloud project connection string.
- database: the name of the database to use on SQLite Cloud, just remeber to create first a database on your project!
- path: the path of the markdown files, by default it will parse every .md/.mdx file recursively starting from the working directory.
- strip-html: if you want to remove html elements from the search set this to true.
- strip-jsx: if you want to remove jsx elements from the search set this to true.
- strip-md-titles: if you want to avoid redundancy of your markdown titles in the search set this to true.
- strip-astro-header: if you use Astro and you want to remove its docs header make this true.