Jaime Ramírez
2020-06-01 88bc9874f5270409803dfccac6f4fba5268bbafa
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