feat: list each declared doc kind as its own homepage card
- compute per-kind home URLs (lib/, api/, wiki/) via _find_home_for_kind - emit one card per declared kind so multi-kind repos (e.g. doc-forge with lib + wiki) appear in each matching homepage section - declare the doc-forge wiki kind and refresh its vendored site with the combined lib + wiki build
This commit is contained in:
@@ -125,6 +125,11 @@
|
||||
<section class="section">
|
||||
<h2>Wiki</h2>
|
||||
<div class="grid">
|
||||
<div class="card">
|
||||
<h3>Doc Forge</h3>
|
||||
<p>Renderer-agnostic Python documentation compiler powering MkDocs and MCP generation across Aetoskia projects.</p>
|
||||
<a href="/doc-forge/wiki/" target="_blank">View Documentation →</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Mongo Ops</h3>
|
||||
<p>A modular, async MongoDB operations layer for FastAPI microservices. Simplifies CRUD, transactions, and model management.</p>
|
||||
|
||||
Reference in New Issue
Block a user