Skip to content

Commit 97c85db

Browse files
committed
Add plugin
1 parent ea46b32 commit 97c85db

File tree

3 files changed

+122
-26
lines changed

3 files changed

+122
-26
lines changed

doc/decimal-playbook.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ output:
1010
dir: html
1111
ui:
1212
bundle:
13-
url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip
13+
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
1414
output_dir: decimal/_
15+
supplemental_files: ./supplemental-ui
16+
antora:
17+
extensions:
18+
- '@antora/lunr-extension'

doc/package-lock.json

Lines changed: 114 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"@antora/cli": "3.1.14",
44
"@antora/site-generator": "3.1.14",
55
"antora": "3.1.14"
6+
},
7+
"dependencies": {
8+
"@antora/lunr-extension": "^1.0.0-alpha.12"
69
}
710
}

0 commit comments

Comments
 (0)