Description
The "Rule resolution per file" table in pages/src/content/docs/{en,ja,zh}/review-rules.md is missing 11 entries that are present in the actual internal/config/rules/system_rules.json. Additionally, the Russian (ru) locale is missing the review-rules.md page entirely.
Missing entries in the documentation table
| Pattern |
Rule doc |
**/*.go |
go.md |
**/*.astro |
astro.md |
**/*.py |
python.md |
**/*.proto |
protobuf.md — Protocol Buffers wire compatibility. |
**/*.po |
po.md |
**/*.pot |
pot.md |
**/*.{graphql,gql} |
graphql.md |
**/*.prisma |
prisma.md |
**/*.jl |
julia.md |
**/*.{tf,hcl,tfvars} |
terraform.md |
**/*.bicep |
bicep.md |
Scope
- File(s):
pages/src/content/docs/en/review-rules.md
pages/src/content/docs/ja/review-rules.md
pages/src/content/docs/zh/review-rules.md
pages/src/content/docs/ru/review-rules.md (new file)
- Source of truth:
internal/config/rules/system_rules.json
- Area: documentation site
Acceptance Criteria
Context
Discovered by comparing the documentation table against internal/config/rules/system_rules.json. The three existing locale versions (en/ja/zh) are in sync with each other but all lag behind the code. The ru locale was recently added (#596) but only has installation.md and quickstart.md so far. The .proto entry was added in #473.
Description
The "Rule resolution per file" table in
pages/src/content/docs/{en,ja,zh}/review-rules.mdis missing 11 entries that are present in the actualinternal/config/rules/system_rules.json. Additionally, the Russian (ru) locale is missing thereview-rules.mdpage entirely.Missing entries in the documentation table
**/*.gogo.md**/*.astroastro.md**/*.pypython.md**/*.protoprotobuf.md— Protocol Buffers wire compatibility.**/*.popo.md**/*.potpot.md**/*.{graphql,gql}graphql.md**/*.prismaprisma.md**/*.jljulia.md**/*.{tf,hcl,tfvars}terraform.md**/*.bicepbicep.mdScope
pages/src/content/docs/en/review-rules.mdpages/src/content/docs/ja/review-rules.mdpages/src/content/docs/zh/review-rules.mdpages/src/content/docs/ru/review-rules.md(new file)internal/config/rules/system_rules.jsonAcceptance Criteria
en/review-rules.mdincludes all entries fromsystem_rules.jsonja/review-rules.md(translated to Japanese)zh/review-rules.md(translated to Chinese)ru/review-rules.mdis created with the full translated contentsystem_rules.jsonContext
Discovered by comparing the documentation table against
internal/config/rules/system_rules.json. The three existing locale versions (en/ja/zh) are in sync with each other but all lag behind the code. Therulocale was recently added (#596) but only hasinstallation.mdandquickstart.mdso far. The.protoentry was added in #473.