Skip to content

Commit bc0ddda

Browse files
author
Jim Bisso
committed
Update to use standard UI bundle: riptano/antora-ui-docs.
1 parent 478d075 commit bc0ddda

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
build
2+
*~
3+
package-lock.json
24

35
# Logs
46
logs

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"build:prod": "npm run build:publish",
55
"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",
77
"build:local": "antora --stacktrace --fetch --clean site-local.yaml"
88
},
99
"repository": {
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@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"
1617
}
1718
}

site-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ content:
1111

1212
ui:
1313
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
1515
snapshot: true
1616
supplemental_files: ./supplemental-ui
1717
output_dir: assets

0 commit comments

Comments
 (0)