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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/index.md')
-rw-r--r--doc/api/index.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index 110534ceced..92301a1c3e0 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -10,8 +10,9 @@ Automate and interact with GitLab, and integrate with external applications.
- [Integrations](../integration/index.md)
- [Webhooks](../user/project/integrations/webhooks.md)
-- [Visual Studio Code extension](../user/project/repository/vscode.md)
- [REST API](rest/index.md)
- [GraphQL API](graphql/index.md)
-- [Lint `.gitlab-ci.yml`](lint.md)
-- [GitLab as an OAuth2 provider](oauth2.md)
+- [OAuth 2.0 identity provider API](oauth2.md)
+- [GitLab CLI (glab)](../integration/glab/index.md)
+- [Visual Studio Code extension](../user/project/repository/vscode.md)
+- [Code Suggestions](../user/project/repository/code_suggestions.md)