From c60e7456656b2153271601b6e3f0e5df8bb38bc1 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 16 Jul 2026 15:40:25 -0400 Subject: [PATCH] docs: link Quickstart/Architecture/Standalone from Home; bump submodules to v1.1.2 docs/index.md (the published site's home page) never linked to architecture.md, quickstart.md, or standalone.md -- they were only reachable by direct URL. Added a "More docs" section linking all three. Bumps proxy and sso-manager-node to v1.1.2 (air-gap fixes + in-app /docs on both). --- docs/index.md | 7 +++++++ proxy | 2 +- sso-manager-node | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 270f16f..8c87c39 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,6 +58,13 @@ any time to converge the stack to `./config/`. For the full config reference, architecture, and running each project standalone, see the **[GitHub repository](https://github.com/theta42/theta-env)**. +## More docs + +- **[Quickstart](quickstart.html)** — prerequisites and a step-by-step first run. +- **[Architecture](architecture.html)** — how the pieces fit together. +- **[Running each project standalone](standalone.html)** — using the SSO + Manager or the proxy on their own, without theta-env. + ## Related projects - **[SSO Manager](https://theta42.github.io/sso-manager-node/)** — the OIDC diff --git a/proxy b/proxy index 5a685e9..ed275ac 160000 --- a/proxy +++ b/proxy @@ -1 +1 @@ -Subproject commit 5a685e9dd71d8c5d0dd518266d8664379e8e3a95 +Subproject commit ed275acbe7c96016dabd0f802daa8761510e0040 diff --git a/sso-manager-node b/sso-manager-node index 65e43a5..ff10a23 160000 --- a/sso-manager-node +++ b/sso-manager-node @@ -1 +1 @@ -Subproject commit 65e43a5677f7161d18b84767457deacd18cc4996 +Subproject commit ff10a23e785cc34cdc36d69572183fea53030180