We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496a574 commit 523a190Copy full SHA for 523a190
antora-playbook.yml
@@ -0,0 +1,25 @@
1
+site:
2
+ title: JChunk Docs
3
+ start_page: jchunk::index.adoc
4
+
5
+content:
6
+ sources:
7
+ - url: .
8
+ start_path: docs
9
+ branches: HEAD
10
11
+ui:
12
+ bundle:
13
+ url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
14
+ snapshot: false
15
+ supplemental_files: docs/ui
16
17
+asciidoc:
18
+ attributes:
19
+ page-pagination: ''
20
21
+runtime:
22
+ fetch: true
23
24
+output:
25
+ dir: build/site
docs/antora.yml
@@ -1,4 +1,4 @@
-name: Jchunk
+name: jchunk
version:
v(?<version>+({0..9}).+({0..9}).+({0..9})): $<version>
early-access: snapshot
0 commit comments