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.