From 10b62f523de037dfd8649a5a9ee942fff936faca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Wed, 20 Nov 2024 12:49:16 +0000 Subject: [PATCH] show documentation for monitoring module --- docs/default.nix | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/default.nix b/docs/default.nix index 35f5e32..152b5f0 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -67,16 +67,6 @@ modules = [ (config.flake.nixosModules.db-sync // { config.services.cardano-db-sync.cluster = "mainnet"; }) ]; namespaces = [ "services.cardano-db-sync" ]; } - { - anchor = "cardano.http"; - modules = [ config.flake.nixosModules.http ]; - namespaces = [ "cardano.http" ]; - } - { - anchor = "services.http-proxy"; - modules = [ config.flake.nixosModules.http ]; - namespaces = [ "services.http-proxy" ]; - } { anchor = "cardano.blockfrost"; modules = [ config.flake.nixosModules.blockfrost ]; @@ -97,6 +87,21 @@ modules = [ config.flake.nixosModules.oura ]; namespaces = [ "services.oura" ]; } + { + anchor = "cardano.http"; + modules = [ config.flake.nixosModules.http ]; + namespaces = [ "cardano.http" ]; + } + { + anchor = "services.http-proxy"; + modules = [ config.flake.nixosModules.http ]; + namespaces = [ "services.http-proxy" ]; + } + { + anchor = "cardano.monitoring"; + modules = [ config.flake.nixosModules.default ]; + namespaces = [ "cardano.monitoring" ]; + } ]; # Replace `/nix/store` related paths with public urls