-
Notifications
You must be signed in to change notification settings - Fork 4
/
antora-playbook.yml
62 lines (62 loc) · 1.99 KB
/
antora-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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site:
title: ThoughtSpot Documentation Preview Site
url: https://preview-thoughtspot.vercel.app
start_page: home::index.adoc
content:
sources:
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository
- url: .
branches: HEAD
start_path: home
- url: [email protected]:thoughtspot/thoughtspot-docs.git
branches: ['9.5.0.sw', '9.8.0.sw', '10.1.0.sw']
start_path: software/
- url: [email protected]:thoughtspot/thoughtspot-docs.git
branches: ['10.5.0.cl', '10.4.0.cl', '10.3.0.cl', '10.1.0.cl']
start_path: cloud/
- url: [email protected]:thoughtspot/thoughtspot-docs.git
# Mobile docs branches
branches: [ '3.0.0.mb', '3.3.0.mb' ]
start_path: mobile/
- url: [email protected]:thoughtspot/thoughtspot-docs.git
# Seekwell docs branches
branches: [ 'seekwell' ]
start_path: seekwell/
- url: [email protected]:thoughtspot/thoughtspot-docs.git
# Spotter docs branch
branches: ['1.0.0.cp']
start_path: spotter/
- url: [email protected]:thoughtspot/visual-embed-sdk.git
branches: ['7.1.1-sw-docs', '7.2-sw-docs']
start_path: docs/software
urls:
latest_version_segment_strategy: redirect:to
latest_version_segment: latest
ui:
bundle:
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
url: ui-bundle/ui2-bundle.zip
supplemental_files:
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
snapshot: true
asciidoc:
attributes:
software: true
cloud: false
page-company: ThoughtSpot
seekwell: SeekWell
latest: 10.1.0.cl
support-url: https://community.thoughtspot.com/customers/s/contactsupport[ThoughtSpot Support^]
cl-subscription-agreement: https://www.thoughtspot.com/legal/thoughtspot-cloud-subscription-agreement[subscription agreement^]
tabs: tabs
extensions:
- '@asciidoctor/tabs'
output:
clean: true
dir: build/
runtime:
fetch: true
log:
level: error