chore(kno-10911): update CI/CD tutorial and move to tutorials section#1448
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk HIGH: Moves the CI/CD tutorial from /developer-tools/ to /tutorials/, updates content, internal links, sidebars, and adds a redirect in next.config.js.
Reasons
next.config.jsis modified to add a permanent redirect from the old URL to the new one, which triggers the HIGH risk classification for build/deployment config changes.- A new MDX page is added at
content/tutorials/integrating-into-cicd.mdx(264 additions) while the old page is deleted (139 deletions). - Two sidebar navigation files are modified (
developerToolsSidebar.tsandtutorialsSidebar.ts). - Changes span five documentation sections (
concepts/,developer-tools/,integrations/,template-editor/,tutorials/). pages/index.tsxis also modified to update a link href.
Notes
- The
next.config.jschange is a simple redirect entry and is low-risk in practice, but reviewers should verify the redirect source/destination paths are correct. - Verify the new tutorial content at
content/tutorials/integrating-into-cicd.mdxrenders correctly since it was substantially rewritten (not just moved). - Confirm all updated internal links across the four MDX files point to the correct new path (
/tutorials/integrating-into-cicd). - Check that the sidebar entry removal from developer tools and addition to tutorials maintains correct navigation ordering.
Sent by Cursor Automation: Docs PR classifier
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8c079d7. Configure here.
scotidodson
reviewed
May 22, 2026
scotidodson
approved these changes
May 22, 2026
Co-authored-by: Scoti Dodson <scoti@knock.app>
rachael-t
reviewed
May 22, 2026
rachael-t
reviewed
May 22, 2026
rachael-t
approved these changes
May 22, 2026
Co-authored-by: Rachael Thomas <54180641+rachael-t@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR updates the existing CI/CD tutorial to incorporate a branch-based development approach. It also moves it under the "Tutorials" section of the docs (from Developer tools), adds a redirect, and updates existing links to reference the new location.
https://docs-88uq7paf1-knocklabs.vercel.app/tutorials/integrating-into-cicd