8. Documentation

8.1 Documentation Structure

docs/
├── README.md              # Project overview
├── INSTALL.md            # Installation guide
├── BUILD.md              # Build instructions
├── USAGE.md              # Usage guide
├── API.md                # API reference
├── ARCHITECTURE.md        # Architecture documentation
├── TESTING.md            # Testing guide
├── CONTRIBUTING.md       # Contribution guidelines
├── CHANGELOG.md          # Release notes
└── LICENSE               # License file

8.2 Documentation Formats