Replace draft with full manual (docs-as-code, colors, logo, versioning)
Some checks failed
Build and deploy docs / deploy (push) Has been cancelled

This commit is contained in:
2026-07-26 00:45:20 +02:00
commit 254045dc16
61 changed files with 1825 additions and 0 deletions

14
internal/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Internal notes — NOT published
Everything in this folder is versioned in Gitea but **excluded from the built site**
(`mkdocs build` only reads `docs/`). Use it for material that is not ready — or not
intended — for public publication.
| File | Purpose |
|---|---|
| `design-choices-DRAFT.md` | Competitor comparison and the BIP 128 critique. **Not validated by the devs.** |
| `source-notes.md` | Where each part of the manual came from, and what still needs verification. |
| `screenshot-checklist.md` | How to produce and replace the screenshots. |
To publish something from here: move the file into `docs/`, add it to the `nav` in
`mkdocs.yml`, and remove the draft warnings.