diff --git a/Dockerfile b/Dockerfile index 38b7f1b..732622e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf COPY ./_index /usr/share/nginx/html/ # Copy Libs +COPY ./libs/dagpipe/site /usr/share/nginx/html/libs/dagpipe/ 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/ diff --git a/_index/index.html b/_index/index.html index db54ce9..cdf3bd3 100644 --- a/_index/index.html +++ b/_index/index.html @@ -122,7 +122,7 @@ font-weight: 600; border: 1px solid #484f58; "> - Build: 0.1.7 + Build: 0.1.8 @@ -164,6 +164,15 @@ View Documentation → +
+ Deterministic pipeline framework for executing state transformations through a directed acyclic graph (DAG). + Each node receives an immutable state and emits derived states for downstream processing. +
+ View Documentation → +diff --git a/libs/dagpipe/site/404.html b/libs/dagpipe/site/404.html new file mode 100644 index 0000000..d494f47 --- /dev/null +++ b/libs/dagpipe/site/404.html @@ -0,0 +1,709 @@ + + + +
+ + + + + + + + + + + + + + +