From cd37a606eb8336686e9494a01a20cc7dc9fa8ef7 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 26 Mar 2025 11:25:19 -0400 Subject: [PATCH] starting on the agent docs, starting with the windows service configuration (#916) --- docs/guides/agent/_category_.json | 7 +++++++ docs/guides/agent/windows-service.mdx | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/guides/agent/_category_.json create mode 100644 docs/guides/agent/windows-service.mdx diff --git a/docs/guides/agent/_category_.json b/docs/guides/agent/_category_.json new file mode 100644 index 00000000..1800c217 --- /dev/null +++ b/docs/guides/agent/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "The zrok Agent", + "position": 15, + "link": { + "type": "generated-index" + } +} diff --git a/docs/guides/agent/windows-service.mdx b/docs/guides/agent/windows-service.mdx new file mode 100644 index 00000000..294908c5 --- /dev/null +++ b/docs/guides/agent/windows-service.mdx @@ -0,0 +1,6 @@ +--- +title: Configuring a Windows Service +--- + +In Windows environments, it can be useful to run the zrok Agent as a service, allowing it to automatically restart with your system. +