From bc4ea5aafc6bc0305af69035563cd436ccdb0caa Mon Sep 17 00:00:00 2001 From: adtpdn Date: Sun, 5 Jul 2026 13:53:06 +0800 Subject: [PATCH] docs: Home with short summaries, verify links --- Home.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 76669d3..a70d9d2 100644 --- a/Home.md +++ b/Home.md @@ -2,12 +2,14 @@ -- [Architecture - Client](./Architecture-Client) -- [Architecture - Server](./Architecture-Server) -- [Nakama Server API](./Nakama-Server-API) -- [Patch Release Workflow](./Patch-Release-Workflow.-) -- [Skin Creation Workflow](./Skin-Creation-Workflow.-) -- [Nakama Deployment](./Nakama-Deployment.-) +- [Architecture - Client](./Architecture-Client) — Godot client code structure, managers, scenes, player controller +- [Architecture - Server](./Architecture-Server) — Nakama Lua backend topology, auth flow, wallet economy, admin roles +- [Nakama Server API](./Nakama-Server-API) — Full per-function RPC reference with params, returns, errors +- [Patch Release Workflow](./Patch-Release-Workflow.-) — Hot patch and binary release CI/CD pipelines +- [Skin Creation Workflow](./Skin-Creation-Workflow.-) — Skin material authoring, catalog registration, gacha prizes +- [Nakama Deployment](./Nakama-Deployment.-) — Push Lua updates to Nakama server - [SSH Setup — Linux](./SSH-Setup-Linux) - [SSH Setup — macOS](./SSH-Setup-macOS) - [SSH Setup — Windows](./SSH-Setup-Windows) + +[Back to top](#top)