diff --git a/doc/build_antora.sh b/doc/build_antora.sh index cdb3d33..4b891bd 100755 --- a/doc/build_antora.sh +++ b/doc/build_antora.sh @@ -28,5 +28,4 @@ echo "Building docs in custom dir..." PATH="$(pwd)/node_modules/.bin:${PATH}" export PATH npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all -cp -f html/index.html html/dynamic_bitset.html # redirects from pre-Antora docs location echo "Done" diff --git a/doc/local-playbook.yml b/doc/local-playbook.yml index 2ee43b4..c13472d 100644 --- a/doc/local-playbook.yml +++ b/doc/local-playbook.yml @@ -13,7 +13,6 @@ site: title: Boost.DynamicBitset - url: https://antora.cppalliance.org/develop/lib/doc start_page: dynamic_bitset::index.adoc robots: allow keys: diff --git a/dynamic_bitset.html b/dynamic_bitset.html new file mode 100644 index 0000000..d003492 --- /dev/null +++ b/dynamic_bitset.html @@ -0,0 +1,16 @@ + + + + + + + Automatic redirection + + +

Automatic redirection failed. Please click here.

+

© Copyright 2025 Gennaro Prota.

+

Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy + at www.boost.org/LICENSE_1_0.txt)

+ + diff --git a/index.html b/index.html index 15db79c..1c40c30 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,12 @@ - + Automatic redirection Automatic redirection failed, please go to -dynamic_bitset.html
+doc/html/index.html

© Copyright Beman Dawes, 2001

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy diff --git a/meta/libraries.json b/meta/libraries.json index a03839d..d8ba3ed 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -6,7 +6,6 @@ "Chuck Allison" ], "description": "The dynamic_bitset template represents a set of bits. It provides access to the value of individual bits via operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set can change at runtime.", - "documentation": "dynamic_bitset.html", "category": [ "Data structures" ],