updated template for mkdocs and rendered MCP docs and site

This commit is contained in:
2026-03-07 16:07:18 +05:30
parent 17d39a3e88
commit 7f5dd7e5be
31 changed files with 1308 additions and 936 deletions

View File

@@ -4,6 +4,8 @@ Model layer for doc-forge.
The ``docforge.models`` package defines the core data structures used to
represent Python source code as a structured documentation model.
---
Overview
--------
@@ -23,6 +25,8 @@ Key components:
These models are intentionally **renderer-agnostic**, allowing the same
documentation structure to be transformed into multiple output formats
(e.g., MkDocs, MCP, or other renderers).
---
"""
from .project import Project