From ccb458a167e5e237efbe8eda46b6eb3986490bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 3 Sep 2026 16:56:51 +0300 Subject: [PATCH] docs: record test and prod publication --- .../2026-09-03_test_prod_docs_published.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 HISTORY/2026-09-03_test_prod_docs_published.md diff --git a/HISTORY/2026-09-03_test_prod_docs_published.md b/HISTORY/2026-09-03_test_prod_docs_published.md new file mode 100644 index 0000000..5b178db --- /dev/null +++ b/HISTORY/2026-09-03_test_prod_docs_published.md @@ -0,0 +1,20 @@ +# TEST and PROD documentation publication + +## Result + +- TEST documentation was regenerated from `TOOLS/config/test` with version `3.0.0`. +- PROD documentation was regenerated from `TOOLS/config/prod` with version `1.0.0`. +- TEST and PROD builds were executed sequentially because both use the shared local `site/` directory. +- TEST active mirror was replaced on the VM at `/var/www/tf-docs/nubes-test/`. +- PROD active mirror was replaced on the VM at `/var/www/tf-docs/nubes/`. + +## Verification + +- TEST active mirror contains `714` files and its `index.html` is present. +- PROD active mirror contains `344` files and its `index.html` is present. +- TEST HTML contains the TEST dashboard/API/provider values. +- PROD HTML contains the PROD dashboard/API/provider values. + +## Infrastructure note + +The S3 mirror command reported `unexpected EOF` while listing the registry. Its exit status was not treated as proof of publication. Each generated site was transferred directly to the VM, validated there, and atomically installed into its corresponding active mirror. \ No newline at end of file