docs: add Back to Home link on every page

2026-07-05 13:59:31 +08:00
parent 7716d01ed4
commit 23f3462540
6 changed files with 12 additions and 0 deletions
+2
@@ -1,5 +1,7 @@
# Tekton Armageddon - Server Architecture
[Back to Home](./Home)
<a id="top"></a>
High-level architecture of the Nakama Lua backend. For detailed RPC reference (params, returns, errors), see [Nakama-Server-API](../Nakama-Server-API).
+2
@@ -1,5 +1,7 @@
# Nakama Deployment
[Back to Home](./Home)
After generating an updated `tekton_admin.js` locally (see [Skin Creation Workflow](./Skin-Creation-Workflow) or the Gacha editor), push it to the remote Nakama server.
## Steps
+2
@@ -1,5 +1,7 @@
# SSH Setup — Linux
[Back to Home](./Home)
## Generate an SSH key
Open a terminal and run:
+2
@@ -1,5 +1,7 @@
# SSH Setup — Windows
[Back to Home](./Home)
## Install Git for Windows
Download from https://git-scm.com/download/win and install with default options.
+2
@@ -1,5 +1,7 @@
# SSH Setup — macOS
[Back to Home](./Home)
## Generate an SSH key
Open **Terminal** and run:
+2
@@ -1,5 +1,7 @@
# Skin Creation Workflow
[Back to Home](./Home)
<a id="top"></a>
How to author a new character skin, register it in the game's shop/gacha catalog, and ship it to players.