sqlitecloud/SQLite Cloud - docs search
Parses .md and .mdx files to create a database on your SQLite Cloud project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-string | The SQLite Cloud project connection string. | yes | — |
| base-url | Your website's documentation base url. | yes | — |
| database | The name of the database to use on SQLite Cloud, just remeber to create first a database on your project! | yes | — |
| path | The path of the markdown files, by default it will parse every .md/.mdx file recursively starting from the working directory. | no | $(pwd) |
| strip-html | If you want to remove html elements from the search set this to true. | no | false |
| strip-jsx | If you want to remove jsx elements from the search set this to true. | no | false |
| strip-md-titles | If you want to avoid redundancy of your markdown titles in the search set this to true. | no | false |
| use-front-matter | If you use a front matter and you want the action to convert it to json and send it to the cloud make this true. | no | false |
| path-using-slug | Use the slug in the header as the path instead of the relative one. | no | false |
Outputs
no outputs