From 6a8678f823dbb64e323cefc2f3b6537f7d059879 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 16 Jan 2025 14:27:06 +0100 Subject: [PATCH] Add developer-guide to the guides index (#769) Signed-off-by: Christian Berendt --- docs/guides/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/index.md b/docs/guides/index.md index 6236dc5d94..2a6b6d032b 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -17,4 +17,5 @@ sidebar_position: 50 * The [Troubleshooting Guide](./troubleshooting-guide/) explains how to resolve problems. It is an extension of the Operations Guide. * The [User Guide](./user-guide/) is intended for users of the individual components. It contains - best practices, as well as other information. +* The [Developer Guide](./developer-guide/) is intended for developers. It explains, for example, + how a new service can be added or what requirements we have for Ansible syntax.