-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: update redirect page #6571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview URL: https://ac1be09a.docs-9ba.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 1c1993f in 58 seconds. Click for details.
- Reviewed
27lines of code in1files - Skipped
0files when reviewing. - Skipped posting
6draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. docs/_redirects:687
- Draft comment:
Updated /api-server redirect to point to /docs/desktop/api-server for consistency with the new docs structure. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. docs/_redirects:691
- Draft comment:
Adjusted /docs/docs/data-folder redirect to use desktop path; ensure this path exists. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
3. docs/_redirects:693
- Draft comment:
Revised troubleshooting redirect to use /docs/desktop/troubleshooting for uniformity. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
4. docs/_redirects:696
- Draft comment:
Updated /mcp redirect to /docs/desktop/mcp to reflect the new documentation layout. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
5. docs/_redirects:697
- Draft comment:
Repointed /quickstart to /docs/desktop/quickstart ensuring consistency with other desktop docs. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
6. docs/_redirects:698
- Draft comment:
Corrected /server-examples/continue-dev redirect to target /docs/desktop/server-examples/continue-dev. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_XL2EhQYwV1mZ8pus
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed 8102ca2 in 39 seconds. Click for details.
- Reviewed
704lines of code in1files - Skipped
0files when reviewing. - Skipped posting
1draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. docs/_redirects:1
- Draft comment:
The diff removes the entire _redirects file (699 lines removed). The PR description mentions updating specific redirect entries (e.g. /api-server, /docs/docs/data-folder, etc.), not deleting all rules. Ensure this removal is intentional and that new redirect configurations are provided elsewhere. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_TOSVU01mVBsR0TVP
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
This pull request updates several redirect paths in the
docs/_redirectsfile to point to the correct locations within thedesktopdocumentation section. The changes help organize documentation URLs and ensure users are directed to the intended pages.Redirect updates for desktop documentation:
/api-serverredirect to point to/docs/desktop/api-serverinstead of/docs/api-server./docs/docs/data-folderto redirect to/docs/desktop/data-folderinstead of/docs/data-folder./docs/docs/troubleshootingto redirect to/docs/desktop/troubleshootinginstead of/docs/troubleshooting./mcpand/quickstartto redirect to/docs/desktop/mcpand/docs/desktop/quickstart, respectively./server-examples/continue-devto redirect to/docs/desktop/server-examples/continue-devinstead of/docs/server-examples/continue-dev.Important
Updates redirect paths in
docs/_redirectsto point to the correctdesktopdocumentation locations./api-servernow redirects to/docs/desktop/api-server./docs/docs/data-foldernow redirects to/docs/desktop/data-folder./docs/docs/troubleshootingnow redirects to/docs/desktop/troubleshooting./mcpnow redirects to/docs/desktop/mcp./quickstartnow redirects to/docs/desktop/quickstart./server-examples/continue-devnow redirects to/docs/desktop/server-examples/continue-dev.This description was created by
for 8102ca2. You can customize this summary. It will automatically update as commits are pushed.