docs: add documentation index scaffold
- Create docs/README.md with YAML frontmatter and index placeholder - Add Documentation (SOURCE OF TRUTH) section to root CLAUDE.md
This commit is contained in:
parent
7d4e5a33c9
commit
5996615e68
1 changed files with 13 additions and 0 deletions
13
docs/README.md
Normal file
13
docs/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Documentation"
|
||||
role: part
|
||||
parent: null
|
||||
order: 1
|
||||
description: "Project documentation index"
|
||||
---
|
||||
|
||||
# Documentation
|
||||
|
||||
Project documentation lives here.
|
||||
|
||||
> This directory is maintained automatically. When features are added or changed, corresponding documentation is updated.
|
||||
Loading…
Add table
Add a link
Reference in a new issue