From 5cbcdbf3a5c7f8ba064dc3999be00e0ea1b66167 Mon Sep 17 00:00:00 2001 From: Jamie Klassen Date: Fri, 27 Jan 2023 22:37:23 -0500 Subject: [PATCH] Tweak Gitlab Org Data docs Add it to the sidebar, and make the title consistent with the other org data integration page titles. Signed-off-by: Jamie Klassen --- docs/integrations/gitlab/org.md | 2 +- microsite/sidebars.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/integrations/gitlab/org.md b/docs/integrations/gitlab/org.md index fc87f968d1..100b2c09fd 100644 --- a/docs/integrations/gitlab/org.md +++ b/docs/integrations/gitlab/org.md @@ -1,6 +1,6 @@ --- id: org -title: GitLab Org +title: GitLab Organizational Data sidebar_label: Org Data description: Importing users and groups from a GitLab organization into Backstage --- diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 02e0c82fd4..fcded5ebfb 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -201,7 +201,8 @@ "label": "GitLab", "ids": [ "integrations/gitlab/locations", - "integrations/gitlab/discovery" + "integrations/gitlab/discovery", + "integrations/gitlab/org" ] }, {