Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2021-07-22 05:08:52 +0300
committerEvan Read <eread@gitlab.com>2021-07-22 05:08:52 +0300
commitdb7127dab382f9c79a7a64a70f551b397a4758a7 (patch)
treec084274afffe49670de83a775e523e5a87975e75
parent5ea2e9251ccdedac42d8a4da58a3a0afb1c3a7dc (diff)
parent34120d7cfca07f6d1d2ecd35deb5777b88a46faf (diff)
Merge branch 'cablett-graphql-nav-auth' into 'main'
Add GraphQL Authorization page nav See merge request gitlab-org/gitlab-docs!1979
-rw-r--r--content/_data/navigation.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 50364a59..85cb6c8c 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2084,7 +2084,7 @@ sections:
- category_title: GraphQL
category_url: 'ee/api/graphql/'
docs:
- - doc_title: Get started
+ - doc_title: Get started using GraphQL
doc_url: 'ee/api/graphql/getting_started.html'
- doc_title: GraphQL reference
doc_url: 'ee/api/graphql/reference/'
@@ -2347,6 +2347,8 @@ sections:
- category_title: GraphQL development
category_url: 'ee/development/graphql_guide/'
docs:
+ - doc_title: GraphQL authorization
+ doc_url: 'ee/development/graphql_guide/authorization.html'
- doc_title: GraphQL BatchLoader
doc_url: 'ee/development/graphql_guide/batchloader.html'
- doc_title: GraphQL pagination