DeepWiki - AI Code Documentation
DeepWiki provides AI-generated documentation that indexes source code directly, linking explanations to specific files and line numbers. It covers architecture, internals, and code-level details that complement this documentation.
Main repository
Topics covered include:
- Core architecture - bootstrap process, request flow, module system, layout and event systems
- Database layer - multi-database support, models, EAV system, indexing
- Core services - caching, security, sessions, email, logging, cron, localization
- Frontend system - theme architecture, blocks, checkout, CSS/JS
- Admin interface - admin architecture, WYSIWYG editor, forms and grids
- Catalog module - products, categories, attributes, pricing, inventory
- CLI tools - command architecture and available commands
- Extension development - custom modules, observers, commands, product types
- API reference - static classes, configuration APIs, helpers, database interfaces
Other repositories
- MahoCommerce/maho-composer-plugin - Composer plugin internals
- MahoCommerce/maho-phpstan-plugin - PHPStan plugin for Maho