Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- **The Mintlify docs site is now English-only.** The five hand-maintained translated
locale trees (`ar`, `hi`, `cn`, `zh-CN`, `zh-Hans`) were removed — keeping parallel prose
in sync by hand was the main source of documentation drift. `mintlify/docs.json` now
declares a single `en` language. To bring translations back, enable Mintlify's built-in
AI auto-localization instead of hand-maintaining parallel `.mdx` trees; the setup steps
are documented in `mintlify/README.md`. The English-scoped `checkMintlify` drift guard is
unaffected.

## [0.27.2] - 2026-07-21

### Changed
Expand Down
21 changes: 21 additions & 0 deletions mintlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,24 @@ handles deploys. The only CI added is an advisory broken-link check
file paths relative to this folder, without the `.mdx` extension.
- Keep content grounded in the real repo docs — Forge has a "no mock data / metrics must
be real" ethos. Do not add invented features or benchmark numbers.

## Localization

The site is **English-only**. It previously carried five hand-maintained translations
(`ar`, `hi`, `cn`, `zh-CN`, `zh-Hans`); those trees were removed because keeping parallel
prose in sync by hand was the main source of documentation drift — every English fix had
to be re-applied five times, and any miss left the site lagging the code.

If translations are wanted again, add them the automated way instead of hand-maintaining
parallel `.mdx` trees:

- **Mintlify auto-localization** — write English once, list the locale codes under
`navigation.languages` in `docs.json`, and enable AI translation for the deployment in
the Mintlify dashboard. Mintlify generates and refreshes the translated pages; there are
no per-locale files to maintain in this repo.
- **Code→docs Workflow** — configure a Mintlify
[Workflow](https://www.mintlify.com/docs/automations) (dashboard → Automations) so the
site updates from the source repo automatically, rather than drifting until
`forge docs check` catches it. The repo-side guard (`checkMintlify` in
`src/docs_check.js`) stays as a backstop and is scoped to the English pages, so it keeps
working regardless of how many display languages are enabled.
60 changes: 0 additions & 60 deletions mintlify/ar/changelog/overview.mdx

This file was deleted.

161 changes: 0 additions & 161 deletions mintlify/ar/cli/config.mdx

This file was deleted.

Loading
Loading