From aa42aa05aa7bf65b286c132af53b17e71d50d95a Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Wed, 11 Sep 2024 00:13:44 +0800 Subject: [PATCH] misc: updated docs --- docs/mint.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index 13599b174..e391a58d1 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -247,10 +247,13 @@ "pages": [ "self-hosting/configuration/schema-migrations", "self-hosting/guides/mongo-to-postgres", - "self-hosting/guides/custom-certificates", - "self-hosting/guides/slack-integration" + "self-hosting/guides/custom-certificates" ] }, + { + "group": "Workflow Integrations", + "pages": ["self-hosting/guides/slack-integration"] + }, { "group": "Reference architectures", "pages": ["self-hosting/reference-architectures/aws-ecs"]