diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..483de3d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.venv
+.idea
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 8d517a0..64aaa83 100644
--- a/_index/index.html
+++ b/_index/index.html
@@ -113,6 +113,17 @@
Central documentation hub for Aetoskia projectsAetoskia Developer Docs
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.
View Documentation →+ 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 → +