diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0466878a4..f706fe312 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -52,7 +52,7 @@ nav: - Disk Encryption: getting-started/disk-encryption.md - Mesh VPN: getting-started/mesh-vpn.md - Backup & Restore: getting-started/backups.md - - Include Machines: manual/include-machines.md + - Adding Machines: manual/adding-machines.md - Inventory: manual/inventory.md - Secrets: manual/secrets.md - Secure Boot: manual/secure-boot.md diff --git a/docs/site/manual/include-machines.md b/docs/site/manual/adding-machines.md similarity index 98% rename from docs/site/manual/include-machines.md rename to docs/site/manual/adding-machines.md index 79761c9bb..a1ecf2748 100644 --- a/docs/site/manual/include-machines.md +++ b/docs/site/manual/adding-machines.md @@ -1,4 +1,4 @@ -# Include Machines +# Adding Machines Clan has two general methods of adding machines diff --git a/docs/site/manual/index.md b/docs/site/manual/index.md index 2acc826b8..a73594132 100644 --- a/docs/site/manual/index.md +++ b/docs/site/manual/index.md @@ -23,7 +23,7 @@ Instructions and explanations for practical Implementations ordered by Topics. **How-to Guides for achieving a certain goal or solving a specific issue.** -- [Include Machines](./include-machines.md): Learn how Clan automatically includes machines and Nix files. +- [Adding Machines](./adding-machines.md): Learn how Clan automatically includes machines and Nix files. - [Secrets](./secrets.md): Learn how to manage secrets. diff --git a/docs/site/manual/inventory.md b/docs/site/manual/inventory.md index 83e6f510f..d31d3cee5 100644 --- a/docs/site/manual/inventory.md +++ b/docs/site/manual/inventory.md @@ -14,7 +14,7 @@ This guide will walk you through setting up a backup service, where the inventor ## Prerequisites -- [x] [Add machines](./include-machines.md) to your clan. +- [x] [Add machines](./adding-machines.md) to your clan. ## Services