Detailed Docs & Onboarding improvements

This commit is contained in:
ajaysi
2025-04-21 16:34:18 +05:30
parent 6e60a9fd28
commit c5b47bd32f
42 changed files with 5114 additions and 79 deletions

39
docs/developer/index.rst Normal file
View File

@@ -0,0 +1,39 @@
Developer Guide
==============
This section provides comprehensive documentation for developers who want to contribute to or extend the AI-Writer platform.
.. toctree::
:maxdepth: 2
:caption: Developer Documentation:
setup
architecture
coding_standards
testing
extending
Development Environment Setup
---------------------------
.. include:: setup.rst
Architecture Overview
-------------------
.. include:: architecture.rst
Coding Standards
--------------
.. include:: coding_standards.rst
Testing Guidelines
----------------
.. include:: testing.rst
Extending AI-Writer
-----------------
.. include:: extending.rst