diff --git a/Dockerfile b/Dockerfile index 9203a74..88db21d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,10 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf # Copy all project docs # Expected folder layout (on build context): -# ./_index/ -# ./mongo-ops/site/ COPY ./_index /usr/share/nginx/html/ COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/ COPY ./blog-api/site /usr/share/nginx/html/api/blog/ +COPY ./tutorials/media-manager/site /usr/share/nginx/html/tutorials/media-manager/ # Expose HTTP port EXPOSE 80 diff --git a/_index/index.html b/_index/index.html index b6cc646..64aaa83 100644 --- a/_index/index.html +++ b/_index/index.html @@ -113,6 +113,17 @@

Aetoskia Developer Docs

Central documentation hub for Aetoskia projects

+ + Build: 0.1.4 +
@@ -133,6 +144,16 @@

View Documentation →
+ +
+

Media Manager Tutorial

+

+ Step-by-step guide to the Media Manager architecture, ingestion pipeline, + automation workflows, and integration with Radarr, Sonarr, and your custom + dashboard services. +

+ View Tutorial → +