Copilot commented on code in PR #3455:
URL: https://github.com/apache/doris-website/pull/3455#discussion_r2923136761


##########
sidebars.ts:
##########
@@ -9,7 +9,7 @@ const sidebars: SidebarsConfig = {
             items: [
                 'gettingStarted/what-is-apache-doris',
                 'gettingStarted/quick-start',
-                'gettingStarted/must-read-before-poc',
+                'gettingStarted/before-you-start-the-poc',

Review Comment:
   This sidebar entry switches the doc ID from 
`gettingStarted/must-read-before-poc` to 
`gettingStarted/before-you-start-the-poc`, which changes the published URL and 
will 404 any existing inbound links/bookmarks to the old page. Since the repo 
already uses `@docusaurus/plugin-client-redirects`, please add a redirect (and 
ideally the zh-CN equivalent) from the old path to the new one, or keep the old 
slug/doc ID and only update the title/content to preserve the URL.
   ```suggestion
                   'gettingStarted/must-read-before-poc',
   ```



-- 
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]

Reply via email to