Description
The documentation source in the latest code and the content currently served from https://module-federation.io appear to be out of sync.
Brazilian Portuguese (pt-BR) was added in #4850 and is still present in the current source configuration and documentation tree. The v2.7.0 production deployment also generated and served the pt-BR locale correctly. However, the official domain currently exposes only English and Simplified Chinese.
This started being observable after the documentation hosting migration from Netlify to Zephyr in #4855.
Current behavior
Expected behavior
- The official documentation should match the latest documentation source and production deployment.
Português (Brasil) should appear in the language selector.
/pt-BR/ routes should render with <html lang="pt-BR">.
Evidence
Steps to reproduce
- Open https://module-federation.io.
- Open the language selector.
- Observe that
Português (Brasil) is missing.
- Open https://module-federation.io/pt-BR/.
- Observe that the English home page is returned.
- Compare it with the v2.7.0 production deployment URL above, where
pt-BR is available.
Possible area to investigate
Please check whether the module-federation.io custom domain is attached to an older Zephyr version, tag, environment, or application instead of the latest website-new.core.module-federation production deployment.
It may also be useful to inspect the Zephyr environment/tag audit history after the v2.7.0 production deployment on 2026-07-08 and add a post-deployment smoke test against the official custom domain.
Description
The documentation source in the latest code and the content currently served from
https://module-federation.ioappear to be out of sync.Brazilian Portuguese (
pt-BR) was added in #4850 and is still present in the current source configuration and documentation tree. The v2.7.0 production deployment also generated and served thept-BRlocale correctly. However, the official domain currently exposes only English and Simplified Chinese.This started being observable after the documentation hosting migration from Netlify to Zephyr in #4855.
Current behavior
pt-BRdocumentation routes return an error page.index.1c46c54a3b.js.Expected behavior
Português (Brasil)should appear in the language selector./pt-BR/routes should render with<html lang="pt-BR">.Evidence
pt-BRdocumentation source: https://github.com/module-federation/core/tree/main/apps/website-new/docs/pt-BRpt-BR: https://nestor-lopez-27786-website-new-core-module-federa-8ea3d8aae-ze.module-federation.io/pt-BR/index.497c1e927e.js, which differs from the bundle currently served by the official domain.Website Zephyr Deployworkflow.Steps to reproduce
Português (Brasil)is missing.pt-BRis available.Possible area to investigate
Please check whether the
module-federation.iocustom domain is attached to an older Zephyr version, tag, environment, or application instead of the latestwebsite-new.core.module-federationproduction deployment.It may also be useful to inspect the Zephyr environment/tag audit history after the v2.7.0 production deployment on 2026-07-08 and add a post-deployment smoke test against the official custom domain.