From 2f1a81fd16ff9968d6b986f8a407d963bc2218f9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 5 Jun 2023 18:09:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/components/index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'doc/ci/components') diff --git a/doc/ci/components/index.md b/doc/ci/components/index.md index 1b5f1c91c94..883624aeda2 100644 --- a/doc/ci/components/index.md +++ b/doc/ci/components/index.md @@ -190,13 +190,12 @@ After components are added to a components repository, they can immediately be [ However, this repository is not discoverable. You must mark this project as a catalog resource to allow it to be visible in the CI Catalog so other users can discover it. -To mark a project as a catalog resource, run the following [graphQL](../../api/graphql/index.md) -mutation: - -```graphql -mutation { - catalogResourcesCreate(input: { projectPath: "path-to-project"}) { - errors - } -} -``` +To mark a project as a catalog resource: + +1. On the top bar, select **Main menu > Projects** and find your project. +1. On the left sidebar, select **Settings > General**. +1. Expand **Visibility, project features, permissions**. +1. Scroll down to **CI/CD Catalog resource** and select the toggle to mark the project as a catalog resource. + +NOTE: +This action is not reversible. -- cgit v1.2.3