Skip to content

Freeze docs for 3.5 - #4

Open
arch1t3cht wants to merge 3 commits into
masterfrom
3.5-freeze
Open

Freeze docs for 3.5#4
arch1t3cht wants to merge 3 commits into
masterfrom
3.5-freeze

Conversation

@arch1t3cht

@arch1t3cht arch1t3cht commented Aug 28, 2026

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aegisite-nycd Ready Ready Preview Aug 29, 2026 5:30pm

Request Review

@seproDev

Copy link
Copy Markdown
Collaborator

The previous/next buttons are currently mixed between the 3.5 and latest docs. I would turn the different versions in to proper sections and then use .CurrentSection.RegularPages like so: 0001-Fix-navigation-buttons.patch

And add a dedicated section for the "latest" doc version.
This is in preparation for adding a new "3.5" doc version.
Run the following inside of `content/en/docs` to create the new 3.5
directory:

cp -r latest 3.5
find 3.5 -name '*md' | xargs sed -i 's|/latest|/3.5|'
find 3.5 -name '*md' | xargs sed -i 's|^  docs:$|  docs-3.5:|'
@arch1t3cht

Copy link
Copy Markdown
Member Author

Nice catch and thanks! Applied your patch before copying the directory, and the buttons work correctly now.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants