mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Fix "tools" docs pages (#1852)
This commit is contained in:
@@ -501,6 +501,7 @@ NO_WRAPPER_LIBS = [
|
||||
FULLY_MODERNIZED_LIB_VERSIONS = [
|
||||
# FIXME: we should have a way to opt-in via a flag on the library/lib-version.
|
||||
# Hard-coding these here as a quick fix for now.
|
||||
"tools/", # Not a library version, but tools are somewhat analogous
|
||||
"1_87_0/libs/charconv",
|
||||
"1_88_0/libs/charconv",
|
||||
"1_89_0/libs/charconv",
|
||||
|
||||
@@ -123,7 +123,7 @@ data:
|
||||
location = /development/tests/master/developer/issues.html { return 301 https://regression.boost.io/master/developer/issues.html; }
|
||||
location = /development/tests/develop/developer/summary.html { return 301 https://regression.boost.io/develop/developer/summary.html; }
|
||||
location = /development/tests/develop/developer/issues.html { return 301 https://regression.boost.io/develop/developer/issues.html; }
|
||||
location = /development/running_regression_tests.html { return 301 /doc/contributor-guide/testing/regression-tests.html; }
|
||||
location ~ ^/(development/running_regression_tests.html|doc/regression)$ { return 301 /doc/contributor-guide/testing/regression-tests.html; }
|
||||
location = /development/requirements.html { return 301 /doc/contributor-guide/index.html; }
|
||||
location = /development/test.html { return 301 /doc/contributor-guide/testing/intro.html; }
|
||||
location = /development/header.html { return 301 /doc/contributor-guide/design-guide/headers.html; }
|
||||
|
||||
Reference in New Issue
Block a user