mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
30 lines
528 B
YAML
30 lines
528 B
YAML
site:
|
|
url: https://antora.cppalliance.org/
|
|
title: Guides
|
|
start_page: user-guide::index.adoc
|
|
|
|
content:
|
|
sources:
|
|
- url: .
|
|
start_path: user-guide
|
|
- url: .
|
|
start_path: formal-reviews
|
|
- url: .
|
|
start_path: release-process
|
|
|
|
#---
|
|
# distributed component version
|
|
- url: .
|
|
start_path: contributor-guide
|
|
- url: ./antora/
|
|
start_path: antora
|
|
#---
|
|
|
|
ui:
|
|
bundle:
|
|
url: https://github.com/cppalliance/antora-ui/releases/download/ui-master/ui-bundle.zip
|
|
snapshot: true
|
|
|
|
output:
|
|
dir: ./build
|