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 @@ Loader layer for doc-forge.
The ``docforge.loaders`` package is responsible for discovering Python modules
and extracting documentation data using static analysis.
---
Overview
--------
@@ -18,6 +20,8 @@ Core capabilities include:
hierarchies using the ``griffe`` library without executing the code.
- **Public API filtering** Exclude private members (names prefixed with
``_``) to produce clean public documentation structures.
---
"""
from .griffe_loader import GriffeLoader, discover_module_paths