antora-playbook.yml 1023 Bytes
Newer Older
박민석's avatar
박민석 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
antora:
  extensions:
    - require: "antora-highlightjs-extension"
      fail_on_unsupported_language: true # default: false => log warning messages
      languages: # default: [] => automatic
        - "javascript"
        - "shell"
        - "plaintext"
        - "asciidoc"
        - "java"
        - "treeview"
        - "c"
        - "ruby"
      style: "darcula" # default: "default"
      # alias: # default: see below
      #   plaintext: ['txt', 'text']
      #   shell: ['bash', 'sh', 'console']
      #   javascript: ['js']
      treeview:
        enabled: true # default: true
        theme: "minimal" # default: "default"
heywon.choi's avatar
heywon.choi committed
22 23 24
site:
  title: My Demo Site
  url: https://swlab.bwg.co.kr/docs/
heywon.choi's avatar
heywon.choi committed
25
  start_page: swlab-docs::ready-to-write/text-editor.adoc
heywon.choi's avatar
heywon.choi committed
26 27 28
content:
  sources:
  - url: https://gitlab.bwg.co.kr/test/swlab-docs-for-park.git
heywon.choi's avatar
heywon.choi committed
29
    start_path: getting-started
heywon.choi's avatar
heywon.choi committed
30 31 32
ui:
  bundle:
    url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
33
    snapshot: true