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:
authorcharlie ablett <cablett@gitlab.com>2021-07-21 08:20:15 +0300
committercharlie ablett <cablett@gitlab.com>2021-07-21 08:20:15 +0300
commit34120d7cfca07f6d1d2ecd35deb5777b88a46faf (patch)
tree43381140051f9b56537ee42697d6a2b095bc3c80
parentb31714909d1e750e1e08bd069fe34ac011c2144d (diff)
Add GraphQL Authorization page nav
-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 9bcb7dc8..db0d67b6 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2086,7 +2086,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/'
@@ -2349,6 +2349,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