Skip to content

Commit 5c997f9

Browse files
authored
Update wiki-playbook.yml
1 parent f8ed2af commit 5c997f9

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

wiki-playbook.yml

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,39 @@ content:
1313
start_path: docs-wiki
1414

1515
ui:
16-
url: https://github.com/jMonkeyEngine/wiki-ui.git
17-
branches: HEAD
18-
16+
bundle:
17+
url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
18+
# Required when using cache or fetch will not update ui.
19+
snapshot: true
20+
supplemental_files: ./supplemental-ui
21+
asciidoc:
22+
# Some built-in AsciiDoc attributes are not applicable in the Antora
23+
# environment. These attributes include data-uri, allow-uri-read, docinfo,
24+
# linkcss, noheader, nofooter, webfonts, and outfilesuffix.
25+
attributes:
26+
# previous and next page navigation, uses nav.adoc
27+
page-pagination: ''
28+
idprefix: ''
29+
idseparator: '-'
30+
stem: latexmath
31+
#add an <orgname> element
32+
orgname: 'jMonkeyEngine'
33+
# Site wide setting of javaDoc url. Soft set using '@' allows override at
34+
# component and page level.
35+
link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.4.1-stable@'
36+
# Enables the UI macros (button, menu and kbd)
37+
experimental: ''
38+
# Adds an anchor in front of the section title when the mouse cursor hovers
39+
# over it.
40+
:sectanchors: ''
41+
extensions:
42+
# Twitter Emoji
43+
# see: https://github.com/Mogztter/asciidoctor-emoji
44+
- asciidoctor-emoji
1945
runtime:
20-
fetch: true
2146
cache_dir: ./.cache/antora
47+
fetch: true
48+
2249

2350
asciidoc:
2451
attributes:

0 commit comments

Comments
 (0)