From 8ef0c0a9ede0653936ad9defa40d15c3c1385d31 Mon Sep 17 00:00:00 2001 From: Jilles van Gurp Date: Wed, 1 Apr 2026 20:31:08 +0200 Subject: [PATCH] docs: simplify software docs index page --- docs/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1211f14..e766978 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,3 @@ # Software Documentation -Use the documents in this directory for software behavior, runtime configuration, and integration guidance. - -- `architecture.md`: system structure, processing flows, and trust boundaries -- `configuration.md`: environment variables and runtime tuning -- `auth.md`: JWT auth modes, authorization model, and permission file behavior -- `rpc.md`: REST-facing RPC usage and control-plane behavior +Reference documentation for hub architecture, configuration, authentication, and RPC behavior.