docs(site): add English rules page + home intro (Stage 2 of the rules)
Build · Site / build (push) Successful in 8s
Tests · Integration / integration (pull_request) Successful in 1m42s
Build · Site / build (pull_request) Successful in 8s
Tests · UI / test (pull_request) Successful in 3m20s
Tests · Go / test (pull_request) Successful in 1m59s

site/rules.md is a faithful English mirror of the authoritative Russian
site/ru/rules.md — the same section anchors (so the in-page cross-links
and the RU/EN structure line up), the same LaTeX formulas with English
labels, and the same tables and engine nuances. Rewrite the English home
intro to match the Russian one and link to the rules, and register Rules
in the English sidebar. Completes the bilingual rules.
This commit is contained in:
Ilia Denisov
2026-05-31 17:19:50 +02:00
parent a01e3891e7
commit e998c8a03a
3 changed files with 678 additions and 3 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ export default defineConfig({
sidebar: [
{
text: "Galaxy",
items: [{ text: "Overview", link: "/" }],
items: [
{ text: "Overview", link: "/" },
{ text: "Rules", link: "/rules" },
],
},
],
},