docs: add back meilisearch (#13041)

* docs: add back meilisearch

* fix: remove unused variable

* Revert "fix: remove unused variable"

This reverts commit 52bec57a1e.
What is React
This commit is contained in:
Tony
2023-08-16 06:22:52 +08:00
committed by GitHub
parent d5e5925433
commit 06f43cb664
12 changed files with 166 additions and 458 deletions

View File

@@ -4,16 +4,16 @@
"start_urls": ["https://docs.rsshub.app"],
"selectors": {
"lvl0": {
"selector": ".sidebar-heading.open",
"selector": ".menu__link.menu__link--active",
"global": true,
"default_value": "路由"
},
"lvl1": ".theme-default-content h1",
"lvl2": ".theme-default-content h2",
"lvl3": ".theme-default-content h3",
"lvl4": ".theme-default-content h4",
"lvl5": ".theme-default-content h5",
"text": ".theme-default-content p, .theme-default-content table"
"lvl1": ".theme-doc-markdown h1",
"lvl2": ".theme-doc-markdown h2",
"lvl3": ".theme-doc-markdown h3",
"lvl4": ".theme-doc-markdown h4",
"lvl5": ".theme-doc-markdown h5",
"text": ".theme-doc-markdown p.path, .theme-doc-markdown div.routeBlock div, .theme-doc-markdown table"
},
"strip_chars": " .,;:#",
"scrap_start_urls": false,
@@ -54,5 +54,5 @@
],
"sortableAttributes": ["anchor"]
},
"selectors_exclude": [".badge", ".author"]
"selectors_exclude": [".badge", ".author", ".alert"]
}