docs: add documentation index
This commit is contained in:
parent
1e75727c29
commit
d8d99b1ea6
1 changed files with 20 additions and 0 deletions
20
docs/README.md
Normal file
20
docs/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
## Philosophy
|
||||||
|
|
||||||
|
- [Design Philosophy](philosophy.md) - Core principles and Coherence Loop
|
||||||
|
- [Fieldnote Template](fieldnote-template.md) - Frontmatter schema
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
- [Coherence Tools](../tools/coherence/README.md) - Site validation tools
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Run all coherence checks
|
||||||
|
python3 tools/coherence/run-coherence.py
|
||||||
|
|
||||||
|
# Fix issues
|
||||||
|
python3 tools/coherence/fix-frontmatter.py public/fieldnotes/
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue