docs: refresh doc-forge library and MCP bundle

- collect regenerated doc-forge combined site (wiki + lib)
- drop stale lib/docforge duplicate subtree
- mcp bundle now uses docs:// module resources
This commit is contained in:
2026-09-12 13:12:55 +05:30
parent bd8ba6e67c
commit 167d44fcfe
107 changed files with 4754 additions and 40058 deletions

View File

@@ -343,6 +343,10 @@
@@ -427,6 +431,52 @@
<li class="md-nav__item">
<a href="../../../wiki/05_development/03_gsdfc_guide/" class="md-nav__link">
<span class="md-ellipsis">
Gsdfc Guide
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../wiki/05_development/04_mcp_guide/" class="md-nav__link">
<span class="md-ellipsis">
Mcp Guide
</span>
</a>
</li>
</ul>
</nav>
@@ -1432,6 +1482,16 @@
<p>Navigation resolution utilities.</p>
<p>This module resolves a <code>NavSpec</code> against the filesystem by expanding glob
patterns and validating that referenced documentation files exist.</p>
<hr />
<details class="notes" open>
<summary>Notes</summary>
<ul>
<li>Glob resolution is recursive and returns paths in sorted order.</li>
<li>Unmatched patterns raise <code>FileNotFoundError</code> to fail fast on typos.</li>
</ul>
</details> <hr />
@@ -1596,22 +1656,23 @@ documentation file paths.</p>
<p>Iterate over all files referenced by the navigation structure.</p>
<p><span class="doc-section-title">Returns:</span></p>
<p><span class="doc-section-title">Yields:</span></p>
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th> <th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="doc-section-item">
<td>
<td><code>Path</code></td> <td>
<code><span title="collections.abc.Iterable">Iterable</span>[<span title="pathlib.Path">Path</span>]</code>
</td>
<td>
<div class="doc-md-description">
<p>An iterable of <code>Path</code> objects representing documentation files.</p>
<p>A documentation file referenced by the navigation, including
the home page when defined.</p>
</div>
</td>
</tr>
@@ -1720,13 +1781,13 @@ that referenced documentation files exist within the documentation root.</p>
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th> <th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="doc-section-item">
<td>
<td><code>ResolvedNav</code></td> <td>
<code><a class="autorefs autorefs-internal" title="docforge.nav.resolver.ResolvedNav" href="#docforge.nav.resolver.ResolvedNav">ResolvedNav</a></code>
</td>
<td>