Skip to content

Commit

Permalink
docs: meilisearch index table
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Jul 10, 2023
1 parent 4147796 commit 6e7c359
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/docs-scraper/docs.rsshub.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"lvl3": ".theme-default-content h3",
"lvl4": ".theme-default-content h4",
"lvl5": ".theme-default-content h5",
"text": ".theme-default-content p, .docs-content li"
"text": ".theme-default-content p, .theme-default-content table"
},
"strip_chars": " .,;:#",
"scrap_start_urls": true,
"scrap_start_urls": false,
"min_indexed_level": 1,
"custom_settings": {
"displayedAttributes": [
Expand Down Expand Up @@ -53,5 +53,6 @@
"content"
],
"sortableAttributes": ["anchor"]
}
},
"selectors_exclude": [".badge", ".author"]
}

0 comments on commit 6e7c359

Please sign in to comment.