Skip to content

Commit 2e18858

Browse files
committed
Tweak typesense indexing.
1 parent d5297f2 commit 2e18858

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

search-server/typesense-scraper/typesense-scraper-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
],
99
"selectors": {
1010
"default": {
11-
"lvl0": "article h1",
12-
"lvl1": "article h3",
13-
"lvl2": "article h4",
14-
"lvl3": "article h5",
15-
"text": "article p, .content ul li, .content table tbody tr"
11+
"lvl0": ".theme-doc-markdown h1",
12+
"lvl1": ".theme-doc-markdown p",
13+
"lvl2": ".theme-doc-markdown h3",
14+
"lvl3": ".theme-doc-markdown h5",
15+
"text": ".theme-doc-markdown p, .theme-doc-markdown ul li, .theme-doc-markdown table tbody tr"
1616
}
1717
},
1818
"scrape_start_urls": false,

0 commit comments

Comments
 (0)