| Document | Description | Audience |
|---|---|---|
| README.md | Project overview and features | Everyone |
| QUICKSTART.md | 5-minute getting started guide | New users |
| BUILD_AND_RUN.md | Detailed build and run instructions | Developers |
| ETHICAL_CHARTER.md | Ethical use guidelines | Everyone |
| Document | Description | Audience |
|---|---|---|
| docs/CONSENT_GUIDE.md | Consent document management | Users, Admins |
| DEPLOYMENT.md | Production deployment guide | DevOps, Admins |
| Document | Description | Audience |
|---|---|---|
| docs/PLUGIN_DEVELOPMENT.md | Complete plugin development guide | Plugin developers |
| docs/ARCHITECTURE.md | System architecture overview | Developers, Architects |
| CONTRIBUTING.md | Contribution guidelines | Contributors |
| Document | Description | Audience |
|---|---|---|
| CHANGELOG.md | Version history and roadmap | Everyone |
| LICENSE | MIT license with ethical notice | Everyone |
| PROJECT_SUMMARY.md | Complete project summary | Everyone |
| Location | Description |
|---|---|
| examples/consent-templates/ | Consent document templates |
| examples/scan-configs/ | Scan configuration examples |
| Script | Description |
|---|---|
| scripts/build.sh | Build the project |
| scripts/verify-build.sh | Verify build artifacts |
| scripts/test-lab-start.sh | Start test lab |
| scripts/run-example-scan.sh | Run example scan |
...get started quickly → QUICKSTART.md
...understand the project → README.md → PROJECT_SUMMARY.md
...build from source → BUILD_AND_RUN.md
...create a consent document → docs/CONSENT_GUIDE.md
...develop a plugin → docs/PLUGIN_DEVELOPMENT.md
...deploy to production → DEPLOYMENT.md
...contribute code → CONTRIBUTING.md
...understand the architecture → docs/ARCHITECTURE.md
...use ethically → ETHICAL_CHARTER.md
- QUICKSTART.md - Get started
- docs/CONSENT_GUIDE.md - Manage consent
- ETHICAL_CHARTER.md - Ethical guidelines
- README.md - Feature reference
- docs/PLUGIN_DEVELOPMENT.md - Development guide
- docs/ARCHITECTURE.md - System architecture
- sentinel-plugins/ - Example plugins
- CONTRIBUTING.md - Contribution process
- BUILD_AND_RUN.md - Build instructions
- DEPLOYMENT.md - Deployment guide
- docker-compose.yml - Test lab setup
- Makefile - Build automation
- PROJECT_SUMMARY.md - Complete overview
- CHANGELOG.md - Roadmap and versions
- README.md - Features and capabilities
- LICENSE - Licensing terms
Safety & Ethics
- ETHICAL_CHARTER.md
- docs/CONSENT_GUIDE.md
- README.md - Protection-First Design section
Architecture
- docs/ARCHITECTURE.md
- PROJECT_SUMMARY.md - Architecture section
- pom.xml - Module structure
Plugins
- docs/PLUGIN_DEVELOPMENT.md
- sentinel-plugin-api/ - API source
- sentinel-plugins/ - Built-in plugins
Deployment
Testing
- BUILD_AND_RUN.md - Running Tests section
- docker-compose.yml - Test lab
- scripts/test-lab-start.sh
- Total Documents: 15+
- Lines of Documentation: 5,000+
- Code Examples: 50+
- Diagrams: 5+
- Example Files: 10+
- Check related documents in this index
- Search for keywords in documentation
- Review example files
- Open GitHub Discussion
- Check if it's already reported
- Open GitHub Issue
- Include document name and section
- Suggest correction if possible
- Read CONTRIBUTING.md
- Fork repository
- Make improvements
- Submit pull request
This index is updated with each release. Last updated: 2024-01-01
- ✅ Complete plugin development guide
- ✅ Comprehensive consent guide
- ✅ Architecture documentation
- ✅ Deployment guide
- ✅ Build and run guide
- API reference (Javadoc)
- Video tutorials
- Interactive examples
- FAQ document
- Troubleshooting guide
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Security: security@sentinel-scanner.org
- General: info@sentinel-scanner.org
Navigation: Home | Quick Start | Build | Deploy