sqlitecloud/SQLite Cloud - docs search

Parses .md and .mdx files to create a database on your SQLite Cloud project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-stringThe SQLite Cloud project connection string.yes
base-urlYour website's documentation base url.yes
databaseThe name of the database to use on SQLite Cloud, just remeber to create first a database on your project!yes
pathThe path of the markdown files, by default it will parse every .md/.mdx file recursively starting from the working directory.no$(pwd)
strip-htmlIf you want to remove html elements from the search set this to true.nofalse
strip-jsxIf you want to remove jsx elements from the search set this to true.nofalse
strip-md-titlesIf you want to avoid redundancy of your markdown titles in the search set this to true.nofalse
use-front-matterIf you use a front matter and you want the action to convert it to json and send it to the cloud make this true.nofalse
path-using-slugUse the slug in the header as the path instead of the relative one.nofalse

no outputs