You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,13 @@ jobs:
41
41
42
42
3. Make sure you have a project on SQLite Cloud. If not, sign up for an account and create one.
43
43
4. Add the Project Connection String as a secret in your repository settings, named `PROJECT_STRING`.
44
-
5. Customize the `database` and `path` according to your needs.
45
-
* `remove-astro-headers`: Set this input to `true` if you want to remove the Astro headers from your documentation files before building the SQLite Cloud documentation table.
46
-
* `remove-titles`: Set this input to `true` if you want to remove the titles from your documentation files before building the SQLite Cloud documentation table.
44
+
5. Customize these inputs according to your needs.
45
+
* if the `database` input doesn't exist on the SQLite Cloud project the workflow will create it automatically.
47
46
* if the `path` input isn't specified the workflow will search for every .md or .mdx file recursively from the root folder.
47
+
* `strip-html`: Set this input to `true` if you want to remove the html elements.
48
+
* `strip-jsx`: Set this input to `true` if you want to remove the jsx elements.
49
+
* `strip-md-titles`: Set this input to `true` if you want to remove the markdown titles to avoid redundancy in the search.
50
+
* `strip-astro-header`: Set this input to `true` if you want to remove the Astro header from every file.
48
51
6. Commit and push the workflow file to your repository.
0 commit comments