jonahkh
2020-05-13 4829e49af4e2cd4d8c8dfe0c215bd9f3d65efdfb
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
runtime:
  cache_dir: ./.cache/antora
site:
  title: Istio Tutorial Docs
  url: https://redhat-developer-demos.github.io/istio-tutorial/
  start_page: istio-tutorial::index.adoc
 
content:
  sources:
  - url: .
    branches: master
    tags: [1.0.*, 1.1.*]
    start_path: documentation
asciidoc:
  attributes:
    appdomain: $(minishift ip).nip.io
    etherpad: ''
    namespace-suffix: ''
    ocpurl: ''
    path: 'customer'
ui:
  bundle:
    url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
    snapshot: true
  supplemental_files: ./supplemental-ui
output:
  dir: ./gh-pages