grokkit/docs/developer-guide/index.md

12 lines
802 B
Markdown
Raw Normal View History

# Developer Guide
Welcome to the Grokkit Developer Guide. This section contains resources and guidelines for those who want to contribute to Grokkit's development or understand its internal workings.
## Resources
- **[Development Overview](overview.md)** — Build instructions, project structure, and the standard TODO workflow.
- **[Architecture Overview](ARCHITECTURE.md)** — Deep dive into the design principles, project structure, and technical implementation of Grokkit.
- **[Configuration Guide](CONFIGURATION.md)** — Detailed information on how to configure Grokkit via environment variables and config files.
- **[Troubleshooting](TROUBLESHOOTING.md)** — Common issues and their solutions encountered during development or deployment.
- **[Back to Documentation Index](../index.md)**