mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
27 lines
712 B
YAML
27 lines
712 B
YAML
#
|
|
# 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
|
|
#
|
|
site:
|
|
url: https://antora.cppalliance.org/1.81.0/libs
|
|
title: Boost Libraries Documentation
|
|
start_page: user-guide::index.adoc
|
|
|
|
#content:
|
|
# sources:
|
|
# - url: https://github.com/vinniefalco/mp11
|
|
# start_path: antora
|
|
|
|
ui:
|
|
bundle:
|
|
url: https://github.com/cppalliance/antora-ui/releases/download/ui-master/ui-bundle.zip
|
|
snapshot: true
|
|
default_layout: default
|
|
|
|
output:
|
|
dir: ./../build/1.81.0/libs
|