Skip to content

First version!

Choose a tag to compare

@Gioee Gioee released this 17 Jun 15:54
· 12 commits to main since this release
7e71b73

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.