Skip to content

Commit 224308b

Browse files
authored
Update wiki-playbook.yml
1 parent 109b917 commit 224308b

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

wiki-playbook.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
site:
22
title: jMonkeyEngine Docs
33
url: https://electrostat-lab.github.io/wiki
4+
robots: allow
45
start_page: docs::documentation.adoc
5-
66
content:
77
sources:
8-
- url: ./
9-
branches: [HEAD, v3.4, v3.3, v3.2]
10-
start_path: docs
11-
- url: .
12-
branches: HEAD
13-
start_path: docs-wiki
14-
8+
- url: ./
9+
branches: [HEAD, v3.4, v3.3, v3.2]
10+
start_path: docs
11+
- url: https://github.com/jMonkeyEngine/wiki-ui
12+
branches: HEAD
13+
start_path: docs
14+
- url: .
15+
branches: HEAD
16+
start_path: docs-wiki
1517
ui:
1618
bundle:
1719
url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
@@ -27,9 +29,8 @@ asciidoc:
2729
page-pagination: ''
2830
idprefix: ''
2931
idseparator: '-'
30-
stem: latexmath
3132
#add an <orgname> element
32-
orgname: 'jMonkeyEngine'
33+
orgname: 'Electrostat-Lab'
3334
# Site wide setting of javaDoc url. Soft set using '@' allows override at
3435
# component and page level.
3536
link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.4.1-stable@'
@@ -45,10 +46,3 @@ asciidoc:
4546
runtime:
4647
cache_dir: ./.cache/antora
4748
fetch: true
48-
49-
50-
asciidoc:
51-
attributes:
52-
page-pagination: ''
53-
experimental: ''
54-
sectanchors: ''

0 commit comments

Comments
 (0)