site.yml 622 Bytes
Newer Older
heywon.choi's avatar
heywon.choi committed
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
site:
  title: BXCP Demo Site
  start_page: swlab-docs-bxcp:concepts:overview.adoc

content:
  sources:
  - url: https://gitlab.bwg.co.kr/heywon.choi/swlab-docs-bxcp.git
    branches: [master]

asciidoc:
  attributes:
    experimental: ''
    idprefix: ''
    idseparator: '-'
    page-pagination: ''
    sectnums: all
    sectnumlevels: 3
    hardbreaks-option: '@'
    hide-uri-scheme: '@'
    icons: font
    toclevels: 5
    table-caption: false

ui:
  bundle:
    url: https://gitlab.bwg.co.kr/swd/swlab-ui/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable

output:
  dir: ./build/site
  clean: true