From 4d5d2e1e5a93e833470e3517bf68af210cfc223b Mon Sep 17 00:00:00 2001 From: Asklv Date: Sun, 8 Mar 2026 23:13:01 +0800 Subject: [PATCH] feat: link onboarding guide in docs --- README.md | 1 + docs/tool-setup/README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index b733fbf..86dac08 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Technical details live in the `docs/` folder: - **[docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)** — system design, module map, task layout, memory budget, protocols, flash partitions - **[docs/TODO.md](docs/TODO.md)** — feature gap tracker and roadmap +- **[docs/WIFI_ONBOARDING_AP.md](docs/WIFI_ONBOARDING_AP.md)** — how the local `MimiClaw-XXXX` onboarding/admin AP flow works - **[docs/tool-setup/](docs/tool-setup/README.md)** — configuration guides for external service integrations (Tavily, etc.) ## Contributing diff --git a/docs/tool-setup/README.md b/docs/tool-setup/README.md index 9eaaee5..4abdbea 100644 --- a/docs/tool-setup/README.md +++ b/docs/tool-setup/README.md @@ -2,6 +2,10 @@ Configuration guides for MimiClaw's external service integrations. +Related local setup guide: + +- [Wi-Fi AP Onboarding Guide](../WIFI_ONBOARDING_AP.md) — configure firmware builds that expose the local `MimiClaw-XXXX` onboarding/admin access point + ## Guides | Guide | Service | Description |