From 01fa7085de9c27d991d21af30370dbcd3dbc2213 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Mon, 13 May 2024 00:41:57 +0200 Subject: [PATCH] Renamed machines.md to deploy.md --- docs/mkdocs.yml | 6 +++--- docs/site/getting-started/flake-parts.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7e754f383..fa929cc16 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -42,8 +42,8 @@ nav: - Installer: getting-started/installer.md - Configure: getting-started/configure.md - Secrets & Facts: getting-started/secrets.md - - Deploy Machine: getting-started/machines.md - - Mesh VPN: getting-started/networking.md + - Deploy Machine: getting-started/deploy.md + - Mesh VPN: getting-started/mesh-vpn.md - Backup & Restore: getting-started/backups.md - Flake-parts: getting-started/flake-parts.md - Templates: templates/index.md @@ -56,7 +56,7 @@ nav: - reference/cli/flakes.md - reference/cli/flash.md - reference/cli/history.md - - reference/cli/machines.md + - reference/cli/deploy.md - reference/cli/secrets.md - reference/cli/ssh.md - reference/cli/vms.md diff --git a/docs/site/getting-started/flake-parts.md b/docs/site/getting-started/flake-parts.md index 46b302c0f..fdbb33c32 100644 --- a/docs/site/getting-started/flake-parts.md +++ b/docs/site/getting-started/flake-parts.md @@ -98,6 +98,6 @@ refer to the Clan module documentation located [here](https://git.clan.lol/clan/ ## Whats next? - [Configure Machines](configure.md): Customize machine configuration -- [Deploying](machines.md): Deploying a Machine configuration +- [Deploying](deploy.md): Deploying a Machine configuration ---