File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
build
2
+ * ~
3
+ package-lock.json
2
4
3
5
# Logs
4
6
logs
Original file line number Diff line number Diff line change 3
3
"scripts" : {
4
4
"build:prod" : " npm run build:publish" ,
5
5
"build:dev" : " npm run build:local" ,
6
- "build:publish" : " antora --fetch --clean site-publish.yaml" ,
6
+ "build:publish" : " antora --fetch --generator antora-site-generator-lunr -- clean site-publish.yaml" ,
7
7
"build:local" : " antora --stacktrace --fetch --clean site-local.yaml"
8
8
},
9
9
"repository" : {
12
12
},
13
13
"dependencies" : {
14
14
"@antora/cli" : " ^2.3.4" ,
15
- "@antora/site-generator-default" : " ^2.3.4"
15
+ "@antora/site-generator-default" : " ^2.3.4" ,
16
+ "antora-site-generator-lunr" : " ^0.6.1"
16
17
}
17
18
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ content:
11
11
12
12
ui :
13
13
bundle :
14
- url : https://github.com/riptano/antora-ui-pulsar-sink /raw/main/releases/download/v0.2 /ui-bundle.zip
14
+ url : https://github.com/riptano/antora-ui-docs /raw/main/releases/download/v0.5 /ui-bundle.zip
15
15
snapshot : true
16
16
supplemental_files : ./supplemental-ui
17
17
output_dir : assets
You can’t perform that action at this time.
0 commit comments