docs: move Module Federation guide into Guide > Advanced - #1857
Conversation
Move the Module Federation page from Integrations into Guide > Advanced, add redirects for the old routes, and repoint the Integrations nav entry and inbound links. Rewrite the page as a guide: explain how the federation() plugin relates to the federation config option (the plugin enables the option for Node targets, so setting it again is redundant rather than forbidden), note that Browser Mode still needs federation: true for globalSetup to load, add globalSetup and Browser Mode config examples, and point examples at the rstack-examples Module Federation demos. Align the Chinese docs with the Module Federation glossary terms.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Deploying rstest with
|
| Latest commit: |
928eb0c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6b2eed50.rstest.pages.dev |
| Branch Preview URL: | https://docs-module-federation-guide.rstest.pages.dev |
Rsdoctor Bundle Diff Analysis
Found 13 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a511f2f5c4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b3afda9b7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d9ee63523f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 928eb0c2a7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Move the Module Federation page from Integrations into Guide > Advanced (
/guide/advanced/module-federation) and rewrite it as a guide./integration/module-federationand/guide/integration/module-federation(andzh) point at the new route; the Integrations nav entry and inbound links are repointed.globalSetup→ Browser Mode → further reading, with config and test examples for each step.federation()plugin relates to thefederationconfig option: the option is only Rstest's runtime compatibility switch; the plugin configures Module Federation and enables the option for Node targets, so setting it again is redundant rather than forbidden (the previous "do not also set" wording was wrong). In Browser Mode the plugin does not enable it, andfederation: trueis required forglobalSetupto load, which is verified against the example host app.examples/federation.Related Links
Checklist