docs: split changelog into yearly pages for SEO/AEO#29
Open
rachaelrenk wants to merge 2 commits intomainfrom
Open
docs: split changelog into yearly pages for SEO/AEO#29rachaelrenk wants to merge 2 commits intomainfrom
rachaelrenk wants to merge 2 commits intomainfrom
Conversation
Split the single 4,002-line changelog/index.mdx into 6 yearly pages (2021-2026). The original index.mdx becomes a thin landing page linking to each year. - Create yearly pages: changelog/2021.mdx through changelog/2026.mdx - Update sidebar config to list all yearly pages - Add changelog to llms.txt custom sets (no longer excluded) - Update update-changelog skill for yearly file targeting - Update AFDocs known-exceptions for resolved page-size warning Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reduce Warp repetition and include auto-update info. Co-Authored-By: Oz <oz-agent@warp.dev>
petradonka
approved these changes
May 7, 2026
| --- | ||
|
|
||
| Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) | ||
|
|
||
| ### 2026.04.27 (v0.2026.04.27.15.32) | ||
| * [**2026**](/changelog/2026/) — January 2026 to present |
Contributor
There was a problem hiding this comment.
I'm not sure we need the months here, feels a bit unnecessary
| @@ -1,4002 +1,16 @@ | |||
| --- | |||
| title: Changelog | |||
| description: >- | |||
| Warp auto-updates whenever a new release comes out. We try to ship an update | |||
| every week usually on Thursday! | |||
| Warp ships weekly updates, typically on Thursdays. The app auto-updates | |||
Contributor
There was a problem hiding this comment.
Hmh, does it auto update? I'm pretty sure you have to OK it manually (which is how it should be). What are we trying to say here?
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.
Summary
Split the single 4,002-line
changelog/index.mdxinto 6 yearly pages (2021–2026) for better SEO/AEO, faster page loads, and to resolve thehast-util-to-textstack overflow that excluded the changelog fromllms-full.txt.Addresses this Notion item.
Changes
New files
src/content/docs/changelog/2026.mdxthrough2021.mdx— yearly changelog pages, each with year-specific frontmatter and all entries for that yearsrc/content/docs/changelog/index.mdxsrc/sidebar.ts/changelog/2026/(latest year)astro.config.mjschangelog/**as a custom set in the llms.txt plugin config.agents/skills/update-changelog/SKILL.mdchangelog/2026.mdx) instead ofindex.mdx.agents/skills/afdocs-audit/references/known-exceptions.mdpage-size-markdownexception to reflect the split (no longer allowlisted)Notes
llms-full.txtbuild error (hast-util-to-textstack overflow) is pre-existing onmain— caused byopen-source-licenses.mdx(~25k lines), not this change/changelog/redirects still work via the landing pageOz conversation · Plan
Co-Authored-By: Oz oz-agent@warp.dev