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


##########
sidebars.ts:
##########
@@ -236,9 +236,10 @@ const sidebars: SidebarsConfig = {
                             label: 'Updating Data',
                             items: [
                                 'data-operate/update/update-overview',
-                                'data-operate/update/unique-update',
+                                'data-operate/update/unique-update-sql',

Review Comment:
   The sidebar configuration references 
`'data-operate/update/unique-update-sql'` but this file does not exist in the 
`docs/data-operate/update/` directory. According to the PR description, 
`unique-update.md` should be renamed to `unique-update-sql.md`, but the renamed 
file is missing. This will cause a broken link in the documentation navigation.
   ```suggestion
                                   'data-operate/update/unique-update',
   ```



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