Skip to content

Allow updating multiple docs versions at once - #1265

Open
iethree wants to merge 1 commit into
masterfrom
multi-version-update
Open

Allow updating multiple docs versions at once#1265
iethree wants to merge 1 commit into
masterfrom
multi-version-update

Conversation

@iethree

@iethree iethree commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Both the nightly and on-demand docs update paths now support a comma-separated list of versions to update. Pulls many, builds them all once. e.g. "63,62,61"

@iethree
iethree requested a review from jeff-bruemmer July 30, 2026 20:18
@iethree iethree assigned alexyarosh and iethree and unassigned alexyarosh Jul 30, 2026
@iethree
iethree requested a review from a team July 30, 2026 20:19
# Clear the existing site:
rm -rf _site
# Build the jekyll site:
script/build

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

since we're no longer comitting _site, I wonder if we need to do this at all? 🤔

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yeah, I would kill this whole build. We're now just pulling and decorating markdown doc files.

(We should not even be doing that, but that's not this PR).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

i'll leave it for now, we get some confidence that we didn't break the build somehow, but i agree, not super valuable.

@alexyarosh alexyarosh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🙏🏼

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.

3 participants