From e0e546365ecb70b40b23101e30e78bced524f6c0 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Wed, 26 Mar 2025 14:28:49 -0400 Subject: [PATCH] rebase linux agent on windows agent --- docs/guides/agent/_category_.json | 3 ++- docs/guides/{agent.mdx => agent/index.mdx} | 0 .../{linux-agent-service.mdx => agent/linux-service.mdx} | 0 docs/guides/agent/windows-service/index.mdx | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) rename docs/guides/{agent.mdx => agent/index.mdx} (100%) rename docs/guides/{linux-agent-service.mdx => agent/linux-service.mdx} (100%) diff --git a/docs/guides/agent/_category_.json b/docs/guides/agent/_category_.json index 1800c217..0b0babcd 100644 --- a/docs/guides/agent/_category_.json +++ b/docs/guides/agent/_category_.json @@ -2,6 +2,7 @@ "label": "The zrok Agent", "position": 15, "link": { - "type": "generated-index" + "type": "doc", + "id": "guides/agent/index" } } diff --git a/docs/guides/agent.mdx b/docs/guides/agent/index.mdx similarity index 100% rename from docs/guides/agent.mdx rename to docs/guides/agent/index.mdx diff --git a/docs/guides/linux-agent-service.mdx b/docs/guides/agent/linux-service.mdx similarity index 100% rename from docs/guides/linux-agent-service.mdx rename to docs/guides/agent/linux-service.mdx diff --git a/docs/guides/agent/windows-service/index.mdx b/docs/guides/agent/windows-service/index.mdx index e1a6ee03..6a02fcd2 100644 --- a/docs/guides/agent/windows-service/index.mdx +++ b/docs/guides/agent/windows-service/index.mdx @@ -1,5 +1,6 @@ --- title: Configuring a Windows Service +sidebar_label: Windows Agent Service --- In Windows environments, it can be useful to run the zrok Agent as a service, allowing it to automatically restart with your system.