Docs: move {contributing, disk, mesh, backups} into guides

This commit is contained in:
Johannes Kirschbauer
2025-05-18 18:22:32 +02:00
parent f6239b1471
commit 7ff62958e6
9 changed files with 8 additions and 8 deletions

View File

@@ -55,9 +55,9 @@ nav:
- Continuous Integration: getting-started/check.md - Continuous Integration: getting-started/check.md
- Guides: - Guides:
- clanServices: guides/clanServices.md - clanServices: guides/clanServices.md
- Disk Encryption: getting-started/disk-encryption.md - Disk Encryption: guides/disk-encryption.md
- Mesh VPN: getting-started/mesh-vpn.md - Mesh VPN: guides/mesh-vpn.md
- Backup & Restore: getting-started/backups.md - Backup & Restore: guides/backups.md
- Vars Backend: manual/vars-backend.md - Vars Backend: manual/vars-backend.md
- Facts Backend: manual/secrets.md - Facts Backend: manual/secrets.md
- Facts Vars Migration: manual/migration-facts-vars.md - Facts Vars Migration: manual/migration-facts-vars.md
@@ -71,9 +71,9 @@ nav:
- Disk Template: guides/authoring/templates/disk/disko-templates.md - Disk Template: guides/authoring/templates/disk/disko-templates.md
- clanModule: guides/authoring/clanModules/index.md - clanModule: guides/authoring/clanModules/index.md
- Contributing: - Contributing:
- Contribute: contributing/contribute.md - Contribute: guides/contributing/CONTRIBUTING.md
- Debugging: contributing/debugging.md - Debugging: guides/contributing/debugging.md
- Testing: contributing/testing.md - Testing: guides/contributing/testing.md
- Repo Layout: manual/repo-layout.md - Repo Layout: manual/repo-layout.md
- Migrate existing Flakes: manual/migration-guide.md - Migrate existing Flakes: manual/migration-guide.md
- Migrate inventory Services: guides/migrate-inventory-services.md - Migrate inventory Services: guides/migrate-inventory-services.md

View File

@@ -1 +0,0 @@
../../CONTRIBUTING.md

View File

@@ -0,0 +1 @@
../../../CONTRIBUTING.md

View File

@@ -63,7 +63,7 @@ hide:
Use clan with [https://flake.parts/]() Use clan with [https://flake.parts/]()
- [Contribute](./contributing/contribute.md) - [Contribute](./guides/contributing/CONTRIBUTING.md)
--- ---