diff --git a/Dockerfile b/Dockerfile index 7c79006..38b7f1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,12 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf COPY ./_index /usr/share/nginx/html/ # Copy Libs +COPY ./libs/doc-forge/site /usr/share/nginx/html/libs/doc-forge/ +COPY ./libs/mail-intake/site /usr/share/nginx/html/libs/mail-intake/ COPY ./libs/mongo-ops/site /usr/share/nginx/html/libs/mongo-ops/ +COPY ./libs/omniread/site /usr/share/nginx/html/libs/omniread/ +COPY ./libs/openapi-first/site /usr/share/nginx/html/libs/openapi-first/ +COPY ./libs/py-jwt/site /usr/share/nginx/html/libs/py-jwt/ # Copy Apis COPY ./apis/blog/site /usr/share/nginx/html/apis/blog/ diff --git a/_index/index.html b/_index/index.html index 456a549..db54ce9 100644 --- a/_index/index.html +++ b/_index/index.html @@ -122,7 +122,7 @@ font-weight: 600; border: 1px solid #484f58; "> - Build: 0.1.6 + Build: 0.1.7 @@ -154,6 +154,51 @@

View Tutorial → + +
+

Doc Forge

+

+ Renderer-agnostic Python documentation compiler powering MkDocs and MCP + generation across Aetoskia projects. +

+ View Documentation → +
+ +
+

Mail Intake

+

+ High-performance email ingestion and processing framework with pluggable + adapters and automation workflows. +

+ View Documentation → +
+ +
+

Omniread

+

+ Unified ingestion and normalization layer for structured and unstructured + data sources. +

+ View Documentation → +
+ +
+

OpenAPI First

+

+ Design-first API development toolkit enforcing OpenAPI contracts as the + single source of truth. +

+ View Documentation → +
+ +
+

Py JWT

+

+ Lightweight, explicit JWT utilities for Python services with strong + validation and minimal magic. +

+ View Documentation → +