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
added "status: draft" support in the strip astro header option that's now renamed to use front matter; fixed missing "-" character from the options column
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ jobs:
39
39
uses: actions/checkout@v4
40
40
41
41
- name: Build SQLite Cloud database
42
-
uses: sqlitecloud/docsearch-action@v3
42
+
uses: sqlitecloud/docsearch-action@v4
43
43
with:
44
44
project-string: ${{ secrets.PROJECT_STRING }}
45
45
base-url: https://your-website.com/docs/
@@ -56,7 +56,7 @@ jobs:
56
56
* Set the `strip-html` input to `true` if you want to remove HTML elements.
57
57
* Set the `strip-jsx` input to `true` if you want to remove JSX elements.
58
58
* Set the `strip-md-titles` input to `true` if you want to remove markdown titles to avoid redundancy in the search.
59
-
* Set the `strip-astro-header` input to `true` if you want to remove the Astro header from every file and put it in the `documentation` table as a JSON Object.
59
+
* Set the `use-front-matter` input to `true` if you want to move the front matter to the `documentation` table as a JSON Object.
60
60
* Set the `path-using-slug` input to `true` if you want to use the slug in the header as the path instead of the relative one for the URL.
61
61
7. Commit and push the workflow file to your repository.
0 commit comments