chore(versioned): snapshot current docs as v0.5.1-alpha#13
Draft
JordyPirata wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 7, 2026
e6382d2 to
b8d6477
Compare
This was referenced Jul 7, 2026
b8d6477 to
f7c73d0
Compare
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
0.5.1-alphaas a Docusaurus docs version:docusaurus.config.js(versions dropdown +lastVersion),package.jsonversion bump (0.7.1-beta, tracks product version per docs versioning scheme),versions.json,versioned_sidebars/version-0.5.1-alpha-sidebars.json, and the EN sidebar category labels (i18n/en/.../version-0.5.1-alpha.json).Merge order — must merge LAST
This PR only registers the version; it does not contain the versioned doc content itself (split out for reviewability). Docusaurus will fail to build if this merges before the content exists on
development.Depends on, in any order:
docs(versioned): copy API reference into v0.5.1-alpha snapshot(es)docs(versioned): copy development and phoenixd guides into v0.5.1-alpha snapshot(es)docs(versioned): translate API reference to EN for v0.5.1-alphadocs(versioned): translate development and phoenixd guides to EN for v0.5.1-alphaMerge #17, #18, #19, #20 first, then this one.
Test plan
npm run buildsucceeds after all 5 PRs are merged (verified locally via an octopus merge of all 5 branches before opening this PR)