-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
140 lines (138 loc) · 3.57 KB
/
antora-playbook.yml
File metadata and controls
140 lines (138 loc) · 3.57 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
site:
title: CircleCI Docs
url: https://circleci.com/docs
robots: |
User-agent: *
Allow: /
Sitemap: https://circleci.com/docs/sitemap.xml
# llms.txt - Structured documentation for AI/LLM consumption
# See https://circleci.com/docs/llms.txt for machine-readable documentation
keys:
cookiebot: a28b71f3-4d2e-4eac-93bc-34929948dd7d
google_analytics: 'GTM-W9HDVK'
runtime:
log:
format: pretty
content:
sources:
- url: .
start_path: docs/root
- url: .
start_path: docs/guides
- url: .
start_path: docs/reference
- url: .
start_path: docs/orbs
- url: .
start_path: docs/server-admin-4.9
- url: .
start_path: docs/server-admin-4.8
- url: .
start_path: docs/server-admin-4.7
- url: .
start_path: docs/server-admin-4.6
- url: .
start_path: docs/server-admin-4.5
- url: .
start_path: docs/server-admin-4.4
- url: .
start_path: docs/server-admin-4.3
- url: .
start_path: docs/server-admin-4.2
- url: .
start_path: docs/services
- url: .
start_path: docs/contributors
ui:
bundle:
url: ./ui-bundle.zip
output:
dir: ./build
clean: true
destinations:
- provider: fs
asciidoc:
attributes:
source-highlighter: shiki
serverversion4: 4.0.6
serverversion41: 4.1.10
serverversion42: 4.2.7
serverversion43: 4.3.9
serverversion44: 4.4.7
serverversion45: 4.5.5
serverversion46: 4.6.6
serverversion47: 4.7.15
serverversion48: 4.8.8
serverversion49: 4.9.1
terraformversion: 0.15.4
dockerversion: v28
kubectlversion: 1.19
helmversion: 3.9.2
helmdiffversion: 3.5.0
kotsversion: 1.65.0
page-toclevels: 6
idprefix: ""
idseparator: "-"
# Smarter Testing testsuite subcommand attributes.
testsuite-version: 1.0.29638-d34fb36
testsuite-sha-darwin-arm64: 118c19fb77725c629d18de099b1d37a6c7d1a7695397f8e8732cf30e18d91f1b
testsuite-sha-darwin-amd64: c62d62879862785bf812a56c94cd95b3f3a6979d30971e2ed8ae679ddea01182
testsuite-sha-linux-amd64: 2e367d0afb8d5f8e1606dbfed2ec9e5bf60989a08501616abdda94bbcc9618ef
testsuite-sha-linux-arm: d749c9236bdbe0bf1ecc43040c06eebccec5ce493e884910b90a8e6f7489973c
testsuite-sha-linux-arm64: d3fcc1d3b6286ae27f61dce4cec1c81131805b86dd39f1ee2ac722da4fcbe65d
testsuite-sha-windows-amd64: e906027399899856088cb3b00c7b9eec0268fd643984bc50123d01637a8dd994
extensions:
- '@asciidoctor/tabs'
- ./extensions/theme-icon-extension.js
urls:
latest_version_segment: latest
latest_version_segment_strategy: redirect:to
html_extension_style: indexify
antora:
extensions:
- require: 'antora-shiki-extension'
theme: dracula
languages:
- asciidoc
- bash
- c
- clojure
- diff
- docker
- go
- groovy
- hcl
- java
- javascript
- json
- kotlin
- make
- markdown
- powershell
- python
- ruby
- rust
- shellscript
- shellsession
- sql
- typescript
- xml
- yaml
- rst
- require: ./extensions/unlisted-pages-extension.js
- require: '@sntke/antora-mermaid-extension'
mermaid_initialize_options:
start_on_load: true
theme: base
security_level: loose
theme_variables:
primary_color: '#E3F5E5'
background: '#E3F5E5'
line_color: '#B4B8C6'
primary_border_color: '#008542'
primary_text_color: '#00381A'
- require: ./extensions/detect-unused-media-extension.js
excludepatterns:
- '*-dark.svg'
- 'icons/*.svg'
- require: ./extensions/llms-txt-generator-extension.js