We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cc390 commit 21e7c45Copy full SHA for 21e7c45
1 file changed
docusaurus.config.js
@@ -92,15 +92,6 @@ const config = {
92
from: "/docs/category/Bitcoin",
93
},
94
],
95
- // On case-sensitive hosts, also redirect /docs/Examples/bitcoin → /docs/examples/Bitcoin.
96
- // Can't be a static redirect here (macOS build is case-insensitive); handle in nginx if needed.
97
- createRedirects(existingPath) {
98
- // Bitcoin hub: slug /examples/Bitcoin differs from file path Examples/bitcoin
99
- if (existingPath === "/docs/examples/Bitcoin") {
100
- return ["/docs/Examples/bitcoin/index"];
101
- }
102
- return undefined;
103
- },
104
105
106
0 commit comments