chore: update meilisearch config

`p`: general content
`.params`: route params
`table`: route params table
`code`: env
This commit is contained in:
TonyRL
2023-08-22 13:30:45 +00:00
parent 7e5bb7f462
commit a15383005e
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
"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"
"text": ".theme-doc-markdown p, .theme-doc-markdown .params, .theme-doc-markdown table, .theme-doc-markdown li ul li code"
},
"strip_chars": " .,;:#",
"scrap_start_urls": false,