forked from boostorg/website-v2-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libs.playbook.yml
73 lines (67 loc) · 1.98 KB
/
libs.playbook.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# Copyright (c) 2024 The C++ Alliance, Inc. (https://cppalliance.org)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/website-v2-docs
#
# This configures Antora for building library docs
#
#
# Stable, indexed
#
# /doc/ # aliased to /master/doc/
# /lib/doc/ # aliased to /current/doc/
#
# Unversioned
#
# /master/doc/boost-review-process
# /master/doc/contributor-guide
# /master/doc/release-process
# /develop/doc/boost-review-process
# /develop/doc/contributor-guide
# /develop/doc/release-process
#
# Stable, versioned
#
# /${version}/lib/index.html # List of libraries (release)
# /${version}/lib/${name}.html # Library info (release)
# /${version}/lib/doc/${name}/ # Library docs
# /${version}/lib/doc/user-guide/ # User's Guide
#
# version: "master" | "develop" | {semantic-version}
#
site:
url: https://antora.cppalliance.org/${page-boost-branch}/lib/doc
title: Boost Libraries Documentation
robots: allow
antora:
extensions:
- require: ./extensions/boost.js
asciidoc:
attributes:
page-boost-branch: develop
page-boost-ui-branch: develop
page-boost-is-release: ''
page-commit-id: ''
extensions:
- ./extensions/boost-link-inline-macro.js
- '@asciidoctor/tabs'
# Libraries that support Antora should be included here
#content:
# sources:
# - url: https://github.com/vinniefalco/mp11
# start_path: antora
# - url: https://github.com/vinniefalco/predef
# start_path: antora
# - url: https://github.com/vinniefalco/qvm
# start_path: antora
# - url: https://github.com/vinniefalco/unordered
# start_path: antora
ui:
bundle:
url: ./antora-ui/build/ui-bundle.zip
snapshot: true
output:
dir: ./build/lib/doc