Skip to content

Commit b066e1b

Browse files
committed
Update indexer settings and redeploy with markdown generation fix.
1 parent a430e75 commit b066e1b

3 files changed

Lines changed: 6 additions & 19 deletions

File tree

.github/workflows/search-index-update.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
# Run once a day
66
- cron: '10 0 * * *'
77
workflow_dispatch:
8-
inputs:
9-
noop:
10-
description: 'noop'
11-
required: false
12-
default: 'noop'
138

149
jobs:
1510
build:

docfx.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
"**/bin/**",
1010
"**/obj/**"
1111
]
12-
},
13-
{
14-
"files": ["*/*.csproj"],
15-
"src": "../ServiceStack/ServiceStack.OrmLite/src/",
16-
"exclude": [
17-
"**/bin/**",
18-
"**/obj/**"
19-
]
2012
}
2113
],
2214
"dest": "api",

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

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

0 commit comments

Comments
 (0)