From 2c2266ce8c99b3db80f0a898e80f1bd383ea79aa Mon Sep 17 00:00:00 2001 From: Qubasa Date: Thu, 25 Sep 2025 18:58:28 +0200 Subject: [PATCH] docs: group templates together --- docs/mkdocs.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ab005a097..13aa6a7c9 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -84,18 +84,17 @@ nav: - Introduction to Networking: guides/networking/networking.md - Zerotier VPN: guides/networking/mesh-vpn.md - Nixpkgs Flake Input: guides/nixpkgs-flake-input/index.md - - Disko Templates: - - Community Disko Templates: guides/disko-templates/community.md - Flake-parts: guides/flake-parts.md - NixOS Rebuild: guides/nixos-rebuild.md - - macOS: - - Managing macOS Machines: guides/macos.md + - macOS: guides/macos.md # Should be part of the respective sections above # machines, disko, clan - - Templates: concepts/templates.md + - Templates: + - Introduction to Templates: concepts/templates.md + - Community Disko Templates: guides/disko-templates/community.md - Migrations: - - clan modules --> clan services: guides/migrations/migrate-inventory-services.md - - Facts --> Vars: guides/migrations/migration-facts-vars.md + - clan modules to clan services: guides/migrations/migrate-inventory-services.md + - Facts to Vars: guides/migrations/migration-facts-vars.md - Disk id: guides/migrations/disk-id.md - Disk Encryption: guides/disk-encryption.md - Disable Secure Boot: guides/secure-boot.md