Index
📚 Reference — Quick Reference Documentation¶
Quick reference materials, indices, and navigation aids.
🗂️ Document Indices¶
-
Document Registry Complete registry of all Mobius documentation with descriptions
-
Repository Structure Overview of repository organization and directory layout
-
Master Index Comprehensive index of all documentation topics
-
Master README Alternative comprehensive documentation entry point
🔍 Quick Lookups¶
By Topic¶
- Economics: See 07-RESEARCH-AND-PUBLICATIONS/whitepapers/
- Governance: See 03-GOVERNANCE-AND-POLICY/
- Architecture: See 04-TECHNICAL-ARCHITECTURE/
- How-To Guides: See 05-IMPLEMENTATION/guides/
- Research: See 07-RESEARCH-AND-PUBLICATIONS/
By Role¶
- New Users: Start with 00-START-HERE.md
- Developers: See 05-IMPLEMENTATION/guides/development/
- Operators: See 06-OPERATIONS/
- Researchers: See 07-RESEARCH-AND-PUBLICATIONS/
- Contributors: See CONTRIBUTING.md
📖 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
🗺️ Navigation Tips¶
Finding Information Quickly¶
- Know what you want? Use the search function (Ctrl+F in browser)
- Browsing? Start with section READMEs (this file is an example)
- Lost? Return to main README
- 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¶
- Documentation Issues: Open issue at GitHub
- General Questions: community@mobius.systems
- Technical Support: support@mobius.systems
- Security Concerns: security@mobius.systems
🔄 Keeping Updated¶
Documentation is version controlled. To see latest changes:
Last major reorganization: 2025-11-29 (v3.0.0)