Skip to content

docs: official website deployment is out of sync with the latest source #4906

Description

@dmchoi77

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

  1. Open https://module-federation.io.
  2. Open the language selector.
  3. Observe that Português (Brasil) is missing.
  4. Open https://module-federation.io/pt-BR/.
  5. Observe that the English home page is returned.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions