Replace draft with full manual (docs-as-code, colors, logo, versioning)
Some checks failed
Build and deploy docs / deploy (push) Has been cancelled
Some checks failed
Build and deploy docs / deploy (push) Has been cancelled
This commit is contained in:
14
internal/README.md
Normal file
14
internal/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user