docs: simplify BGM format description

This commit is contained in:
2026-08-09 18:17:47 +08:00
parent 664079528c
commit 1cfec40c99
+1 -7
View File
@@ -1,16 +1,10 @@
# Board Game Manifest — Technical Reference
> The concrete behavior of the board game manifest (bgm) format. This is the
> companion to the informal [`bgmanifest.md`](./bgmanifest.md) spec; where the
> two disagree, this document is authoritative.
> The concrete behavior of the board game manifest (bgm) format.
>
> Definitions can live in JSON/YAML/TOML files or in markdown code blocks. In
> codeblock mode, each code block is a virtual definition file, named relative
> to the current markdown file.
>
> Assume every `.md` file in the package is preprocessed for virtual files:
> its code blocks are extracted and treated as definitions before any other
> resolution happens.
---