diff --git a/nix/docs.nix b/nix/docs.nix index 8cadf7db..ed6655e4 100644 --- a/nix/docs.nix +++ b/nix/docs.nix @@ -286,11 +286,11 @@ let echo '
' echo '

hyperhive — nix options reference

' echo '

Auto-generated from the hyperhive flake. Two reading paths:

' - echo '

host options

' + echo '

host options

' echo '

Options exposed by hyperhive.nixosModules.default to operator host configurations: services.hive-c0re.*, hyperhive.domain, hyperhive.forge.*, hyperhive.matrix.*.

' - echo '

agent options

' + echo '

agent options

' echo '

Per-agent options declared in nix/templates/harness-base.nix and visible from every agent.nix: hyperhive.model, hyperhive.allowedRecipients, hyperhive.extraMcpServers, hyperhive.frontend.*, hyperhive.forge.*, hyperhive.matrix.*, hyperhive.gui.*.

' - echo '

Regenerate

' + echo '

Regenerate

' echo '
nix build .#docs          # bundled static site (index + host + agent)'
       echo 'nix build .#docs-host     # host page only (HTML)'
       echo 'nix build .#docs-agent    # agent page only (HTML)
'