-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplayback.yml
More file actions
28 lines (27 loc) · 778 Bytes
/
playback.yml
File metadata and controls
28 lines (27 loc) · 778 Bytes
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
site:
title: ThoughtSpot Demo Site
url: https://thoughtspot.github.io/thoughtspot-docs/
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: git@github.com:thoughtspot/thoughtspot-docs.git
branches: ['6.3', '6.2', '6.1', '6.0']
start_path: /site
ui:
bundle:
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
url: build/ui-bundle.zip
supplemental_files:
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
snapshot: true
output:
clean: true
dir: docs
runtime:
fetch: true