Skip to content

chore(i18n, v6): rename archived v6 pages and usage partials to .mdx - #4707

Open
thetaPC wants to merge 1 commit into
translation/jpfrom
FW-6456-pt9-jp
Open

chore(i18n, v6): rename archived v6 pages and usage partials to .mdx#4707
thetaPC wants to merge 1 commit into
translation/jpfrom
FW-6456-pt9-jp

Conversation

@thetaPC

@thetaPC thetaPC commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Issue URL: internal

What is the current behavior?

The archived v6 docs on this branch are still .md. Docusaurus's Strict MDX guidance asks for .mdx, and v6 has to move before the transitional .md shims in the component API plugin can be removed.

Because docs/ and the generated CLI and native pages already moved, v6's links to them are dead: 31 markdown links on this branch cannot be resolved.

What is the new behavior?

The jp companion to #4699. Same trees, same result.

  • 236 pages in versioned_docs/version-v6 renamed (README.md stays .md, it is excluded from the docs plugin)
  • 312 index.md partials in static/usage/v6 renamed
  • 980 imports and links updated to match

Does this introduce a breaking change?

  • Yes
  • No

Other information

The v6 link and import graph matches #4699 across all 548 files.

How to test

v6 is archived, so a normal build skips it. To build it:

  1. Add "v6" to versions.json: ["v8", "v6"]
  2. Delete any stale generated .md left over from earlier branches, or the build fails with duplicate doc ids: rm -f docs/native/.md versioned_docs/version-v/native/*.md
  3. npm run build
  4. Confirm 307 v6 pages build, and that the only remaining couldn't be resolved warnings are the three listed above
  5. Revert versions.json

Spot check /docs/v6/angular/your-first-app/2-taking-photos and /docs/v6/api/accordion: the Camera API link and the playground partials should both load.

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
ionic-docs Ready Ready Preview Sep 4, 2026 11:33pm UTC

Request Review

@thetaPC
thetaPC marked this pull request as ready for review September 5, 2026 01:58
@thetaPC
thetaPC requested a review from a team as a code owner September 5, 2026 01:58
@thetaPC
thetaPC requested review from OS-jacobbell and removed request for a team September 5, 2026 01:58
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.

1 participant