Skip to content

docs: link changelog to changelog.continue.dev#10021

Merged
sestinj merged 8 commits intomainfrom
nate/simplify-docs
Jan 31, 2026
Merged

docs: link changelog to changelog.continue.dev#10021
sestinj merged 8 commits intomainfrom
nate/simplify-docs

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Jan 30, 2026

Summary

  • Remove the in-repo changelog page and link to the external changelog site (changelog.continue.dev) instead
  • Add a redirect from /changelog to the external URL so existing links continue to work
  • Delete docs/changelog.mdx since it's no longer needed

Test plan

  • Verify the Documentation tab sidebar no longer shows a Changelog page
  • Verify /changelog redirects to https://changelog.continue.dev
  • Verify tab switching between Documentation and IDE Extensions works correctly

🤖 Generated with Claude Code


Continue Tasks: ▶️ 3 queued — View all


Summary by cubic

Move the changelog to https://changelog.continue.dev, streamline the docs nav, and switch community links to GitHub Discussions. /changelog now redirects to the external site so existing links keep working.

  • Refactors
    • Removed docs/changelog.mdx and added /changelog → https://changelog.continue.dev
    • Replaced Discord links with GitHub Discussions across docs, READMEs, constants, and UI
    • Updated docs nav: removed “Changelog”, added “Overview”, simplified icons, removed banner
    • Reworked docs landing (index) and added docs/overview.mdx

Written for commit 11976e5. Summary will update on new commits.

Remove the in-repo changelog page and instead link to the external
changelog site. Adds a redirect from /changelog to the external URL.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sestinj sestinj requested a review from a team as a code owner January 30, 2026 01:57
@sestinj sestinj requested review from Patrick-Erichsen and removed request for a team January 30, 2026 01:57
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 30, 2026
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Jan 30, 2026

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

sestinj and others added 2 commits January 30, 2026 17:19
Discord links across docs, READMEs, GUI components, and issue templates
now point to https://github.com/continuedev/continue/discussions.
The Discord context provider (product feature) is left untouched.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jan 31, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 27 files (changes from recent commits).

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="docs/overview.mdx">

<violation number="1" location="docs/overview.mdx:7">
P2: The docs page links to an image file that doesn't exist in the repo, so the image will be broken unless the asset is added or the path is updated to a stable file name.</violation>
</file>

<file name="docs/docs.json">

<violation number="1" location="docs/docs.json:19">
P2: Navigation now references an `overview` page, but there is no matching `overview.md`/`overview.mdx` file in the repo, so the docs nav will point to a missing page (and may break the build).</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@sestinj sestinj changed the title Link changelog to changelog.continue.dev docs: link changelog to changelog.continue.dev Jan 31, 2026
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file (changes from recent commits).

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="docs/guides/run-agents-locally.mdx">

<violation number="1" location="docs/guides/run-agents-locally.mdx:94">
P3: The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

</Info>

For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference).
For additional options like `rules`, `model`, and MCP tool configuration, see the [Create & Edit Agents](/agents/create-and-edit) guide.
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/guides/run-agents-locally.mdx, line 94:

<comment>The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.</comment>

<file context>
@@ -91,7 +91,7 @@ Agent files are markdown documents with YAML frontmatter. The frontmatter config
 </Info>
 
-For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference).
+For additional options like `rules`, `model`, and MCP tool configuration, see the [Create & Edit Agents](/agents/create-and-edit) guide.
 
 ## Example: Conventional PR Title Agent
</file context>
Fix with Cubic

Replace generic examples with specific default agents: Code Security Review,
Improve Test Coverage, Update AGENTS.md, and Draft Changelog Update.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sestinj sestinj merged commit b93bc47 into main Jan 31, 2026
46 of 49 checks passed
@sestinj sestinj deleted the nate/simplify-docs branch January 31, 2026 08:59
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Jan 31, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2026
@sestinj
Copy link
Contributor Author

sestinj commented Jan 31, 2026

🎉 This PR is included in version 1.40.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

released size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant