From 54396e8744da1cf64e63212c3a9e98442ab4d499 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 2 Jul 2025 17:02:16 +0200 Subject: [PATCH] docs/index: add progress tracker, encourage non-linear flow --- docs/site/guides/getting-started/index.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/site/guides/getting-started/index.md b/docs/site/guides/getting-started/index.md index ec9456e6e..8e7713021 100644 --- a/docs/site/guides/getting-started/index.md +++ b/docs/site/guides/getting-started/index.md @@ -108,5 +108,17 @@ clan machines list If you see no output yet, that’s expected — [add machines](./add-machines.md) to populate it. -!!! success - You just successfully bootstrapped your first Clan. +--- + +## Next Steps + +You can continue with **any** of the following steps at your own pace: + +- [x] [Install Nix & Clan CLI](./index.md) +- [x] [Initialize Clan](./index.md#initialize-your-project) +- [ ] [Create USB Installer (optional)](./installer.md) +- [ ] [Add Machines](./add-machines.md) +- [ ] [Add Services](./add-services.md) +- [ ] [Configure Secrets](./secrets.md) +- [ ] [Deploy](./deploy.md) - Requires configured secrets +- [ ] [Setup CI (optional)](./check.md)