Skip to content

Index

📚 Reference — Quick Reference Documentation

Quick reference materials, indices, and navigation aids.

🗂️ Document Indices

🔍 Quick Lookups

By Topic

By Role

📖 Documentation Categories

docs/
├── 00-META/                      Meta-documentation & indices
├── 00-START-HERE/                Getting started materials
├── 01-INTRODUCTION/              Introduction materials
├── 02-THEORETICAL-FOUNDATIONS/   Philosophy, theory, manifestos
├── 03-GOVERNANCE-AND-POLICY/     Governance documents
├── 04-TECHNICAL-ARCHITECTURE/    System design & architecture
├── 05-IMPLEMENTATION/            Deployment & development guides
├── 06-OPERATIONS/                Operations & runbooks
├── 07-RESEARCH-AND-PUBLICATIONS/ Research & whitepapers
├── 08-REFERENCE/                 This directory - references
├── 09-APPENDICES/                Supporting materials
├── 10-ARCHIVES/                  Historical documents
└── 11-SUPPLEMENTARY/             Topic-specific content

Finding Information Quickly

  1. Know what you want? Use the search function (Ctrl+F in browser)
  2. Browsing? Start with section READMEs (this file is an example)
  3. Lost? Return to main README
  4. Need help? See 05-IMPLEMENTATION/guides/

Cross-References

Documents are heavily cross-referenced. Look for: - 🔗 Related Documentation sections - Inline links to related topics - See Also sections at end of documents

🎯 Common Tasks

Task Where to Look
Deploy Mobius 05-IMPLEMENTATION/guides/deployment/
Understand MIC 07-RESEARCH-AND-PUBLICATIONS/whitepapers/
Governance rules 03-GOVERNANCE-AND-POLICY/
System architecture 04-TECHNICAL-ARCHITECTURE/
Contribute code CONTRIBUTING.md
Report security issue .github/SECURITY.md
Foundation charter FOUNDATION/CHARTER.md

📞 Getting Help

🔄 Keeping Updated

Documentation is version controlled. To see latest changes:

git log --follow -- docs/

Last major reorganization: 2025-11-29 (v3.0.0)