mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-30 00:57:55 +08:00
chore: update meilisearch config
`p`: general content `.params`: route params `table`: route params table `code`: env
This commit is contained in:
1
.github/workflows/docs-search-index.yml
vendored
1
.github/workflows/docs-search-index.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/docs-search-index.yml'
|
- '.github/workflows/docs-search-index.yml'
|
||||||
|
- 'scripts/docs-scraper/docs.rsshub.app.json'
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
workflow_dispatch: ~
|
workflow_dispatch: ~
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"lvl3": ".theme-doc-markdown h3",
|
"lvl3": ".theme-doc-markdown h3",
|
||||||
"lvl4": ".theme-doc-markdown h4",
|
"lvl4": ".theme-doc-markdown h4",
|
||||||
"lvl5": ".theme-doc-markdown h5",
|
"lvl5": ".theme-doc-markdown h5",
|
||||||
"text": ".theme-doc-markdown p.path, .theme-doc-markdown div.routeBlock div, .theme-doc-markdown table"
|
"text": ".theme-doc-markdown p, .theme-doc-markdown .params, .theme-doc-markdown table, .theme-doc-markdown li ul li code"
|
||||||
},
|
},
|
||||||
"strip_chars": " .,;:#",
|
"strip_chars": " .,;:#",
|
||||||
"scrap_start_urls": false,
|
"scrap_start_urls": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user