Add bilingual manual and localized docs routes

This commit is contained in:
2026-08-14 11:16:37 +09:00
parent 3645a2cc2d
commit cda32cc260
85 changed files with 2316 additions and 71 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Lezer implementation of the Decodal grammar for CodeMirror 6.
The canonical grammar is documented in:
```text
../../doc/manual/souce/language/grammar.md
../../doc/manual/source/language/grammar.md
```
Regenerate the CodeMirror parser from the site directory:
+1 -1
View File
@@ -5,7 +5,7 @@ Tree-sitter implementation of the Decodal grammar.
The canonical grammar is documented in:
```text
../../doc/manual/souce/language/grammar.md
../../doc/manual/source/language/grammar.md
```
This grammar is an editor/tooling implementation of that EBNF reference.
+1 -1
View File
@@ -1,5 +1,5 @@
// Tree-sitter implementation of the canonical EBNF grammar in
// doc/manual/souce/language/grammar.md.
// doc/manual/source/language/grammar.md.
const PREC = {
AS: 0,