Compare commits
1 Commits
main
...
fb65cc8a57
| Author | SHA1 | Date | |
|---|---|---|---|
| fb65cc8a57 |
16
Dockerfile
16
Dockerfile
@@ -8,17 +8,13 @@ LABEL description="Static documentation host for Aetoskia projects"
|
|||||||
# Copy custom Nginx configuration
|
# Copy custom Nginx configuration
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Copy Index
|
# Copy all project docs
|
||||||
|
# Expected folder layout (on build context):
|
||||||
|
# ./_index/
|
||||||
|
# ./mongo-ops/site/
|
||||||
COPY ./_index /usr/share/nginx/html/
|
COPY ./_index /usr/share/nginx/html/
|
||||||
|
COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/
|
||||||
# Copy Libs
|
COPY ./blog-api/site /usr/share/nginx/html/api/blog/
|
||||||
COPY ./libs/mongo-ops/site /usr/share/nginx/html/libs/mongo-ops/
|
|
||||||
|
|
||||||
# Copy Apis
|
|
||||||
COPY ./apis/blog/site /usr/share/nginx/html/apis/blog/
|
|
||||||
|
|
||||||
# Copy Tutorials
|
|
||||||
COPY ./tutorials/media-manager/site /usr/share/nginx/html/tutorials/media-manager/
|
|
||||||
|
|
||||||
# Expose HTTP port
|
# Expose HTTP port
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
@@ -113,17 +113,6 @@
|
|||||||
<header>
|
<header>
|
||||||
<h1>Aetoskia Developer Docs</h1>
|
<h1>Aetoskia Developer Docs</h1>
|
||||||
<p>Central documentation hub for Aetoskia projects</p>
|
<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.6
|
|
||||||
</span>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
@@ -133,7 +122,7 @@
|
|||||||
A modular, async MongoDB operations layer for FastAPI microservices.
|
A modular, async MongoDB operations layer for FastAPI microservices.
|
||||||
Simplifies CRUD, transactions, and model management.
|
Simplifies CRUD, transactions, and model management.
|
||||||
</p>
|
</p>
|
||||||
<a href="/libs/mongo-ops/" target="_blank">View Documentation →</a>
|
<a href="/mongo-ops/">View Documentation →</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
@@ -142,17 +131,7 @@
|
|||||||
A modular, async Blog API backend for FastAPI microservices.
|
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.
|
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>
|
</p>
|
||||||
<a href="/apis/blog/" target="_blank">View Documentation →</a>
|
<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="/tutorials/media-manager/" target="_blank">View Tutorial →</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user