mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
support for previews
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
html/**
|
||||
bin/**
|
||||
|
||||
antora
|
||||
build
|
||||
|
||||
29
site.playbook.yml
Normal file
29
site.playbook.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user