Jaime Ramírez
2020-06-01 d354ea8f63364c11bb6e9a118345ac881797d6ec
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
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: HEAD
    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