morningman opened a new pull request, #3621: URL: https://github.com/apache/doris-website/pull/3621
The previous fix only swizzled the outer @theme/NotFound, so DocRoot's fallback (@theme/NotFound/Content) still rendered the default Docusaurus copy for missing docs under /docs-next/dev/. And legacy /docs/dev/* with no 1:1 redirect target hit a SPA hydration mismatch and rendered blank. Now the inner Content is swizzled with the same dev-doc detection, and unmatched /docs/dev/* (en + zh-CN) is 301'd at the Apache layer before React boots. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
