docs/index: add progress tracker, encourage non-linear flow

This commit is contained in:
Johannes Kirschbauer
2025-07-02 17:02:16 +02:00
parent bcebfc7b8e
commit 54396e8744

View File

@@ -108,5 +108,17 @@ clan machines list
If you see no output yet, thats expected — [add machines](./add-machines.md) to populate it. If you see no output yet, thats 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)