convert docs to antora

This commit is contained in:
Christian Mazakas 2025-01-03 09:34:49 -08:00
parent 40cf55240b
commit 6f432c0d98
169 changed files with 1763 additions and 48 deletions

2
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/build/
/node_modules/

View File

@ -1,21 +0,0 @@
# Copyright 2005 Daniel James.
# 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)
import asciidoctor ;
html unordered.html : unordered.adoc ;
install html_ : unordered.html : <location>html ;
pdf unordered.pdf : unordered.adoc ;
explicit unordered.pdf ;
install pdf_ : unordered.pdf : <location>pdf ;
explicit pdf_ ;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;

5
doc/antora.yml Normal file
View File

@ -0,0 +1,5 @@
name: unordered
version: ~
title: Boost.Unordered
nav:
- modules/ROOT/nav.adoc

0
doc/build_antora.sh Normal file
View File

Some files were not shown because too many files have changed in this diff Show More