morningman opened a new pull request, #3648: URL: https://github.com/apache/doris-website/pull/3648
The previous logic in pathTransfer.ts rebuilt the source path from location.pathname and unconditionally appended .md, so any .mdx file (e.g. docs-next/connection-integration/mysql-proto.mdx) produced a broken GitHub link. Use Docusaurus's metadata.source instead, which always carries the correct file extension across all locales and versioned docs. -- 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]
