tutorials/media-manager (#1)
Some checks reported errors
continuous-integration/drone/push Build was killed

Reviewed-on: #1
This commit is contained in:
2025-11-20 17:37:18 +00:00
parent 1de9490540
commit 52c756e052
86 changed files with 18171 additions and 6 deletions

View File

@@ -113,6 +113,17 @@
<header>
<h1>Aetoskia Developer Docs</h1>
<p>Central documentation hub for Aetoskia projects</p>
<span style="
background: #30363d;
color: #fff;
padding: 3px 8px;
border-radius: 6px;
font-size: 0.85rem;
font-weight: 600;
border: 1px solid #484f58;
">
Build: 0.1.4
</span>
</header>
<div class="grid">
@@ -124,17 +135,25 @@
</p>
<a href="/mongo-ops/">View Documentation →</a>
</div>
</div>
<div class="grid">
<div class="card">
<h2>Mongo Ops</h2>
<h2>Blog API</h2>
<p>
A modular, async Blog API backend for FastAPI microservices.
Provides streamlined CRUD operations for articles and authors, supports nested author details within article endpoints, and enables simple association management between content and contributors.
</p>
<a href="/api/blog/">View Documentation →</a>
</div>
<div class="card">
<h2>Media Manager Tutorial</h2>
<p>
Step-by-step guide to the Media Manager architecture, ingestion pipeline,
automation workflows, and integration with Radarr, Sonarr, and your custom
dashboard services.
</p>
<a href="/tutorial/media-manager/">View Tutorial →</a>
</div>
</div>
<footer>