Skip to content

Commit 2ad713e

Browse files
docs: point Valentus bundle examples at rolling v2
Consumer install/config samples now use releases/download/v2/ui-bundle.zip (Valentus 2.x visual redesign line) instead of v1. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 38bdf0a commit 2ad713e

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Reserve `ui.bundle` for your theme. Layer dark mode via one `supplemental_files`
5555
----
5656
ui:
5757
bundle:
58-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
58+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
5959
snapshot: true
6060
supplemental_files: ./site/supplemental-ui # merge antora-dark-mode supplemental-ui here
6161
----

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pnpm add -D antora-dark-mode
1515
```yaml
1616
ui:
1717
bundle:
18-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
18+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
1919
snapshot: true
2020
supplemental_files: ./site/supplemental-ui # merge node_modules/antora-dark-mode/supplemental-ui
2121
```

docs/maintainers/antora-chat-corrections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The monolithic **`antora-dark-theme`** package was split and renamed:
1616
```yaml
1717
ui:
1818
bundle:
19-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
19+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
2020
snapshot: true
2121
supplemental_files: ./supplemental-ui-overrides # optional branding
2222
```

docs/modules/guide/pages/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sites use dark mode as a *supplemental overlay* or slot-based ui-module on top o
1515
----
1616
ui:
1717
bundle:
18-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
18+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
1919
snapshot: true
2020
supplemental_files: ./site/supplemental-ui
2121
----

docs/modules/guide/pages/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cp -r node_modules/antora-dark-mode/supplemental-ui/* site/supplemental-ui/
5151
----
5252
ui:
5353
bundle:
54-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
54+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
5555
snapshot: true
5656
supplemental_files: ./site/supplemental-ui
5757
----

docs/modules/guide/pages/npm-distribution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pnpm add -D antora-dark-mode
2828
----
2929
ui:
3030
bundle:
31-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
31+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
3232
snapshot: true
3333
supplemental_files: ./site/supplemental-ui # merge node_modules/.../supplemental-ui here
3434
----

docs/modules/guide/pages/ui-modules.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pnpm add -D antora-dark-mode valentus-theme
2525
----
2626
ui:
2727
bundle:
28-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
28+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
2929
snapshot: true
3030
3131
antora:

examples/antora-playbook-ui-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content:
1313
ui:
1414
bundle:
1515
# Theme owns ui.bundle — not antora-dark-mode
16-
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v1/ui-bundle.zip
16+
url: https://github.com/antora-supplemental/valentus-theme/releases/download/v2/ui-bundle.zip
1717
snapshot: true
1818

1919
antora:

0 commit comments

Comments
 (0)