File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,4 @@ echo "Building docs in custom dir..."
2828PATH=" $( pwd) /node_modules/.bin:${PATH} "
2929export PATH
3030npx antora --clean --fetch " $PLAYBOOK " --stacktrace --log-level all
31- cp -f html/index.html html/dynamic_bitset.html # redirects from pre-Antora docs location
3231echo " Done"
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta http-equiv ="refresh " content ="0; url=html/index.html " />
5+ < script > location = "html/index.html" </ script >
6+ < title > Automatic redirection</ title >
7+ </ head >
8+ < body >
9+ < p > Automatic redirection failed. Please click < a href ="html/index.html "> here</ a > .</ p >
10+ < p > © Copyright 2025 Gennaro Prota.</ p >
11+ < p > Distributed under the Boost Software License, Version 1.0. (See accompanying
12+ file < a href ="../../../LICENSE_1_0.txt "> LICENSE_1_0.txt</ a > or copy
13+ at < a href ="http://www.boost.org/LICENSE_1_0.txt "> www.boost.org/LICENSE_1_0.txt</ a > )</ p >
14+ </ body >
15+ </ html >
Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22< html >
33< head >
4- < meta http-equiv =refresh content ="0; URL=dynamic_bitset .html ">
4+ < meta http-equiv =refresh content ="0; URL=doc/html/index .html ">
55< title > Automatic redirection</ title >
66</ head >
77< body >
88Automatic redirection failed, please go to
9- < a href ="dynamic_bitset.html "> dynamic_bitset .html</ a > . < hr >
9+ < a href ="dynamic_bitset.html "> doc/html/index .html</ a > . < hr >
1010< p > © Copyright Beman Dawes, 2001</ p >
1111< p > Distributed under the Boost Software License, Version 1.0. (See accompanying
1212file < a href ="../../LICENSE_1_0.txt "> LICENSE_1_0.txt</ a > or copy
You can’t perform that action at this time.
0 commit comments