Docs: fixup links
This commit is contained in:
@@ -51,7 +51,7 @@ nav:
|
|||||||
- Disk Encryption: getting-started/disk-encryption.md
|
- Disk Encryption: getting-started/disk-encryption.md
|
||||||
- Mesh VPN: getting-started/mesh-vpn.md
|
- Mesh VPN: getting-started/mesh-vpn.md
|
||||||
- Backup & Restore: getting-started/backups.md
|
- Backup & Restore: getting-started/backups.md
|
||||||
- Machines: manual/include-machines.md
|
- Adding Machines: manual/adding-machines.md
|
||||||
- Inventory: manual/inventory.md
|
- Inventory: manual/inventory.md
|
||||||
- Secrets: manual/secrets.md
|
- Secrets: manual/secrets.md
|
||||||
- Secure Boot: manual/secure-boot.md
|
- Secure Boot: manual/secure-boot.md
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Instructions and explanations for practical Implementations ordered by Topics.
|
|||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
- [Machines](./include-machines.md)
|
- [Machines](./adding-machines.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ This section of the site provides an **automatically extracted** overview of the
|
|||||||
- Learn how to use the [Clan CLI](./cli/index.md)
|
- Learn how to use the [Clan CLI](./cli/index.md)
|
||||||
- Explore available services and application [modules](./clanModules/index.md)
|
- Explore available services and application [modules](./clanModules/index.md)
|
||||||
- Discover [configuration options](./clan-core/index.md) that manage essential features
|
- Discover [configuration options](./clan-core/index.md) that manage essential features
|
||||||
- Find descriptions of the [Nix interfaces](./nix-api/index.md) for defining a Clan
|
- Find descriptions of the [Nix interfaces](./nix-api/buildclan.md) for defining a Clan
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ in
|
|||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
machines = lib.mkOption {
|
machines = lib.mkOption {
|
||||||
type = types.deferredModule;
|
type = types.attrsOf types.deferredModule;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
A mapping of machine names to their nixos configuration.
|
A mapping of machine names to their nixos configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user