-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation Index
Arte edited this page Jan 25, 2026
·
2 revisions
Complete reference of all documentation files in this project.
| File | Purpose |
|---|---|
| README.md | Project overview, quick start, FAQ |
| DOCS_INDEX.md | Documentation index and quick reference |
| File | Audience | Key Topics |
|---|---|---|
| Getting-Started.md | New Users | Installation, build, run, first interaction |
| Architecture.md | Developers | System design, components, data flow |
| Testing.md | Test Writers | Test suite, writing tests, best practices |
| WORKFLOW.md | All Developers | Development workflow, branching, CI/CD pipeline |
| QUALITY_TRANSLATION_GUIDE.md | Security-focused | Quality scoring, multi-language support, 24-hour uptime |
| WORKFLOW_PROTOCOL.md | All Developers | Development workflow, CI/CD, deployment, Docker |
| TRANSLATOR_FEATURE.md | All Users | Translator module, language support, usage |
| TRANSLATION_DATABASE.md | Database Users | Translation storage, rule management, quality tracking |
| CODE_REPOSITORY.md | Code Reviewers | Code storage, review workflows, quality scoring |
| Instruction-Wiki.md | All Users | Core architecture, interfaces, implementation |
| ../INSTRUCTION_TRANSLATION_GUIDE.md | All Users | Protocol-aligned instruction translation, hierarchical processing |
| Wiki-Home.md | Wiki Visitors | Navigation, overview, quick links |
| Wiki-Setup.md | Wiki Admins | Wiki setup, synchronization, management |
| Foreign-Education.md | Int'l Educators | Adaptation for foreign education systems |
| File | Purpose |
|---|---|
| CONTRIBUTING.md | Contribution guidelines, workflow, code style |
| DISTRIBUTION_POLICY.md | Distribution, commercial use, licensing |
| LICENSE | MIT License |
- Start with: README.md — Overview & quick start
- Then read: Getting-Started.md — Installation guide
- Try it:
dotnet run --project DeepLearningProtocol/DeepLearningProtocol.csproj
- Read: Architecture.md — System design
- Study: Program.cs — Implementation
- Learn: WORKFLOW.md — Development workflow & branching strategy
- Learn: WORKFLOW_PROTOCOL.md — CI/CD & deployment workflow
- Learn: QUALITY_TRANSLATION_GUIDE.md — QT system
- Test: Testing.md — Test suite
- Read: WORKFLOW_PROTOCOL.md — Docker setup
- Build:
docker build -t deeplearningprotocol:latest . - Run:
docker run -it deeplearningprotocol:latest
- Read: Testing.md — Test guide
- Understand: Architecture.md — What to test
- Follow: Examples in DeepLearningProtocolTests.cs
- Run:
dotnet test
- Read: CONTRIBUTING.md — Contribution guidelines
- Follow: Development workflow
- Study: Code Style Guide
- Test: Testing Requirements
- Read: Wiki-Setup.md — Complete setup guide
- Follow: Setup process
- Use: Wiki-Home.md — Home page template
- Read: QUALITY_TRANSLATION_GUIDE.md — Comprehensive guide
- Understand: Quality Scoring — Assessment system
- Learn: Multi-language Support — Supported languages
- README.md — Project overview
- Getting-Started.md — Installation & setup
- Architecture.md — System design
- QUALITY_TRANSLATION_GUIDE.md — Quality translation & security
- Testing.md — Test suite
- WORKFLOW_PROTOCOL.md — Workflow & CI/CD
- CONTRIBUTING.md — Contribution guide
- Wiki-Home.md — Wiki navigation
- Wiki-Setup.md — Wiki setup instructions
Entry Points:
- README.md - Start here
- Getting-Started.md - Quick setup
Learning Paths:
- Developers: Architecture.md → WORKFLOW_PROTOCOL.md → Testing.md
- Users: Getting-Started.md → DLP-Guide.md → Architecture.md
- Contributors: CONTRIBUTING.md → Testing.md → WORKFLOW_PROTOCOL.md
Reference:
- DOCS_INDEX.md - This file
- DISTRIBUTION_POLICY.md - Licensing & distribution
View documentation files:
# Terminal
cat README.md
cat docs/Getting-Started.md
cat docs/Architecture.md
# VS Code
code README.md
code docs/Last Updated: January 25, 2026
Status: Current and maintained
Maintained by: @quickattach0-tech
du -sh docs/*.md
### Search Documentation
```bash