We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
library/latest
1 parent b242a76 commit 62d7223Copy full SHA for 62d7223
1 file changed
search_interface/src/index.js
@@ -56,6 +56,8 @@ function parseURL() {
56
let boostVersion = undefined;
57
let path = window.location.pathname;
58
59
+ path = path.replace('/library/latest', '/doc/libs/latest');
60
+
61
const librariesPathPrefix = '/doc/libs/';
62
if (!path.startsWith(librariesPathPrefix)) {
63
const learnPathPrefixes = ['/docs/', '/doc/user-guide/', '/doc/formal-reviews/', '/doc/contributor-guide/']
0 commit comments