docs: consolidate and archive redundant documentation
- Archived 13 API design iterations to docs/api-design-archive/ - Consolidated augmentation docs to docs/augmentations-archive/ - Maintained ONE definitive API doc at docs/api/README.md - Cleaned up documentation structure for 2.0 release - Preserved all historical documents for reference
This commit is contained in:
parent
ef8f35ec2a
commit
994276f09f
35 changed files with 444 additions and 239 deletions
18
docs/augmentations-archive/README.md
Normal file
18
docs/augmentations-archive/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Augmentations Documentation Archive
|
||||
|
||||
This directory contains historical augmentation documentation from the Brainy 2.0 development process.
|
||||
|
||||
## Current Documentation
|
||||
The definitive augmentation documentation is now located at:
|
||||
- **`/docs/augmentations/README.md`** - Main augmentation guide
|
||||
- **`/docs/architecture/augmentations.md`** - Architecture details
|
||||
|
||||
## Archived Documents
|
||||
These documents represent the evolution of the augmentation system design:
|
||||
- Various implementation approaches
|
||||
- Pipeline architecture exploration
|
||||
- Storage augmentation patterns
|
||||
- Example implementations
|
||||
|
||||
## Note
|
||||
These documents are archived to preserve development history while maintaining a clean documentation structure.
|
||||
Loading…
Add table
Add a link
Reference in a new issue