Skip to content

Commit 16b079d

Browse files
committed
docs: add antora-dark-theme supplemental UI
Install antora-dark-theme in docs/ and wire playbook supplemental_files to node_modules so the published manual uses the dark-mode UI layer on the default Antora bundle.
1 parent 55ece71 commit 16b079d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ui:
1717
bundle:
1818
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
1919
snapshot: true
20+
supplemental_files: ./node_modules/antora-dark-theme/supplemental-ui
2021

2122
asciidoc:
2223
attributes:

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"packageManager": "pnpm@10.33.0",
55
"devDependencies": {
6-
"antora": "^3.1.7"
6+
"antora": "^3.1.7",
7+
"antora-dark-theme": "^0.1.4"
78
}
89
}

docs/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)