Commit 48af2b64 authored by heywon.choi's avatar heywon.choi

테스트

parent d1dde52b
Pipeline #19064 passed with stage
image:
name: antora/antora:3.1.7
pages:
stage: deploy
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
script:
- antora --fetch --cache-dir node_modules/antora --redirect-facility httpd antora-playbook.yml
only:
- master
\ No newline at end of file
site:
title: BXCM Demo Site
url: https://swlab.bwg.co.kr/docs/bxcm
content:
sources:
- url: https://gitlab.bwg.co.kr/heywon.choi/swlab-docs-bxcm.git
branches: [master]
start_path: bxcm
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
snapshot: true
\ No newline at end of file
name: swlab-docs
title: SWLab Docs
version: '1.0'
start_page: concepts:overview.adoc
asciidoc:
attributes:
source-language: asciidoc@
nav:
- modules/concepts/nav.adoc
// Toggle section numbers on
:sectnums: all
// You can increase or reduce the section level limit
:sectnumlevels: 3
// Line breaks preserved throughout the document
:hardbreaks-option:
// Hide the scheme (e.g., https://)
:hide-uri-scheme:
// Enable font-based icons
:icons: font
////
+ Enable the autogenerated a table of contents(TOC)
- auto (default), left, right, preamble, macro
+ The table of contents is inserted directly below the document title, author, and revision lines when the toc attribute is set and its value is left empty or set to auto.
////
// :toc: left
:toclevels: 5
// In order to use the UI macros
//(the name of the attribute will likely change to better reflect)
:experimental:
\ No newline at end of file
.Concepts
* xref:overview.adoc[]
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment