This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +42
-7
lines changed Expand file tree Collapse file tree 2 files changed +42
-7
lines changed Original file line number Diff line number Diff line change @@ -234,13 +234,7 @@ node {
234
234
235
235
antora {
236
236
version = ' 3.2.0-alpha.2'
237
- playbook = ' docs/cached-antora-playbook.yml'
238
- playbookProvider {
239
- repository = ' spring-projects-experimental/spring-cli'
240
- branch = ' docs-build'
241
- path = ' lib/antora/templates/per-branch-antora-playbook.yml'
242
- checkLocalBranch = true
243
- }
237
+ playbook = ' docs/antora-playbook.yml'
244
238
options = [' --clean' , ' --stacktrace' ]
245
239
dependencies = [
246
240
' @antora/atlas-extension' : ' 1.0.0-alpha.1' ,
Original file line number Diff line number Diff line change
1
+ # PACKAGES antora@3.2.0-alpha.2 @antora/atlas-extension:1.0.0-alpha.1 @antora/collector-extension@1.0.0-alpha.3 @springio/antora-extensions@1.3.0 @asciidoctor/tabs@1.0.0-beta.3 @springio/asciidoctor-extensions @opendevise/antora-release-line-extension@1.0.0
2
+ #
3
+ # The purpose of this Antora playbook is to build the docs in the current branch.
4
+ antora :
5
+ extensions :
6
+ - ' @antora/collector-extension'
7
+ - id : ' @antora/atlas-extension'
8
+ require : ' @antora/atlas-extension'
9
+ enabled : false
10
+ - ' @springio/antora-extensions/latest-version-extension'
11
+ - require : ' @springio/antora-extensions/root-component-extension'
12
+ root_component_name : ' cli'
13
+ site :
14
+ title : Spring CLI Reference
15
+ content :
16
+ sources :
17
+ - url : ./..
18
+ branches : HEAD
19
+ start_path : docs
20
+ worktrees : true
21
+ asciidoc :
22
+ attributes :
23
+ page-stackoverflow-url : https://stackoverflow.com/questions/tagged/spring
24
+ hide-uri-scheme : ' @'
25
+ page-pagination : ' '
26
+ primary-site-url : https://docs.spring.io/spring-cli/reference
27
+ tabs-sync-option : ' @'
28
+ extensions :
29
+ - ' @asciidoctor/tabs'
30
+ - ' @springio/asciidoctor-extensions'
31
+ - ' @springio/asciidoctor-extensions/include-code-extension'
32
+ sourcemap : true
33
+ urls :
34
+ latest_version_segment : ' '
35
+ # runtime:
36
+ # log:
37
+ # failure_level: warn
38
+ ui :
39
+ bundle :
40
+ url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.7/ui-bundle.zip
41
+ snapshot : true
You can’t perform that action at this time.
0 commit comments