-
Notifications
You must be signed in to change notification settings - Fork 62
/
wiki-playbook.yml
48 lines (48 loc) · 1.52 KB
/
wiki-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site:
title: jMonkeyEngine Docs
url: https://wiki.jmonkeyengine.org
robots: allow
start_page: docs::documentation.adoc
content:
sources:
- url: https://github.com/jMonkeyEngine/wiki.git
branches: [HEAD, v3.3, v3.2]
start_path: docs
- url: https://github.com/jMonkeyEngine/wiki-ui
branches: HEAD
start_path: docs
- url: .
branches: HEAD
start_path: docs-wiki
ui:
bundle:
url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
# Required when using cache or fetch will not update ui.
snapshot: true
supplemental_files: ./supplemental-ui
asciidoc:
# Some built-in AsciiDoc attributes are not applicable in the Antora
# environment. These attributes include data-uri, allow-uri-read, docinfo,
# linkcss, noheader, nofooter, webfonts, and outfilesuffix.
attributes:
# previous and next page navigation, uses nav.adoc
page-pagination: ''
idprefix: ''
idseparator: '-'
#add an <orgname> element
orgname: 'jMonkeyEngine'
# Site wide setting of javaDoc url. Soft set using '@' allows override at
# component and page level.
link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.4.1-stable@'
# Enables the UI macros (button, menu and kbd)
experimental: ''
# Adds an anchor in front of the section title when the mouse cursor hovers
# over it.
:sectanchors: ''
extensions:
# Twitter Emoji
# see: https://github.com/Mogztter/asciidoctor-emoji
- asciidoctor-emoji
runtime:
cache_dir: ./.cache/antora
fetch: true