Add "API" to all respective headings (h1s)
This commit is contained in:
parent
c53cd85086
commit
18a2928732
28 changed files with 24 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
# Award Emoji
|
||||
# Award Emoji API
|
||||
|
||||
> [Introduced][ce-4575] in GitLab 8.9, Snippet support in 8.12
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Boards
|
||||
# Issue Boards API
|
||||
|
||||
Every API call to boards must be authenticated.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Branches
|
||||
# Branches API
|
||||
|
||||
## List repository branches
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Broadcast Messages
|
||||
# Broadcast Messages API
|
||||
|
||||
> **Note:** This feature was introduced in GitLab 8.12.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Build Variables
|
||||
# Build Variables API
|
||||
|
||||
## List project variables
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Validate the .gitlab-ci.yml
|
||||
# Validate the .gitlab-ci.yml (API)
|
||||
|
||||
> [Introduced][ce-5953] in GitLab 8.12.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Runners API
|
||||
# Register and Delete Runners API
|
||||
|
||||
API used by Runners to register and delete themselves.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Adding deploy keys to multiple projects
|
||||
# Adding deploy keys to multiple projects via API
|
||||
|
||||
If you want to easily add the same deploy key to multiple projects in the same
|
||||
group, this can be achieved quite easily with the API.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Deploy Keys
|
||||
# Deploy Keys API
|
||||
|
||||
## List all deploy keys
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Milestones
|
||||
# Milestones API
|
||||
|
||||
## List project milestones
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Namespaces
|
||||
# Namespaces API
|
||||
|
||||
Usernames and groupnames fall under a special category called namespaces.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Notes
|
||||
# Notes API
|
||||
|
||||
Notes are comments on snippets, issues or merge requests.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Pipeline triggers
|
||||
# Pipeline triggers API
|
||||
|
||||
You can read more about [triggering pipelines through the API](../ci/triggers/README.md).
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Projects API
|
||||
|
||||
|
||||
### Project visibility level
|
||||
|
||||
Project in GitLab has be either private, internal or public.
|
||||
|
@ -17,8 +16,6 @@ Constants for project visibility levels are next:
|
|||
* `public`:
|
||||
The project can be cloned without any authentication.
|
||||
|
||||
|
||||
|
||||
## List projects
|
||||
|
||||
Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Repositories
|
||||
# Repositories API
|
||||
|
||||
## List repository tree
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Repository files
|
||||
# Repository files API
|
||||
|
||||
**CRUD for repository files**
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Services
|
||||
# Services API
|
||||
|
||||
## Asana
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Session
|
||||
# Session API
|
||||
|
||||
## Deprecation Notice
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Sidekiq Metrics
|
||||
# Sidekiq Metrics API
|
||||
|
||||
>**Note:** This endpoint is only available on GitLab 8.9 and above.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# System hooks
|
||||
# System hooks API
|
||||
|
||||
All methods require administrator authorization.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tags
|
||||
# Tags API
|
||||
|
||||
## List project repository tags
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Gitignores
|
||||
# Gitignores API
|
||||
|
||||
## List gitignore templates
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# GitLab CI YMLs
|
||||
# GitLab CI YMLs API
|
||||
|
||||
## List GitLab CI YML templates
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Licenses
|
||||
# Licenses API
|
||||
|
||||
## List license templates
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# V3 to V4 version
|
||||
# API V3 to API V4
|
||||
|
||||
Since GitLab 9.0, API V4 is the preferred version to be used.
|
||||
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
# GitLab CI API
|
||||
|
||||
This document was moved to a [new location](../../api/ci/README.md).
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
# Builds API
|
||||
|
||||
This document was moved to a [new location](../../api/ci/builds.md).
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
# Runners API
|
||||
|
||||
This document was moved to a [new location](../../api/ci/runners.md).
|
||||
|
|
Loading…
Reference in a new issue