Add "API" to all respective headings (h1s)

This commit is contained in:
Marcia Ramos 2017-05-18 08:49:03 +00:00 committed by Sean Packham (GitLab)
parent c53cd85086
commit 18a2928732
28 changed files with 24 additions and 33 deletions

View file

@ -1,4 +1,4 @@
# Award Emoji
# Award Emoji API
> [Introduced][ce-4575] in GitLab 8.9, Snippet support in 8.12

View file

@ -1,4 +1,4 @@
# Boards
# Issue Boards API
Every API call to boards must be authenticated.

View file

@ -1,4 +1,4 @@
# Branches
# Branches API
## List repository branches

View file

@ -1,4 +1,4 @@
# Broadcast Messages
# Broadcast Messages API
> **Note:** This feature was introduced in GitLab 8.12.

View file

@ -1,4 +1,4 @@
# Build Variables
# Build Variables API
## List project variables

View file

@ -1,4 +1,4 @@
# Validate the .gitlab-ci.yml
# Validate the .gitlab-ci.yml (API)
> [Introduced][ce-5953] in GitLab 8.12.

View file

@ -1,4 +1,4 @@
# Runners API
# Register and Delete Runners API
API used by Runners to register and delete themselves.

View file

@ -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.

View file

@ -1,4 +1,4 @@
# Deploy Keys
# Deploy Keys API
## List all deploy keys

View file

@ -1,4 +1,4 @@
# Milestones
# Milestones API
## List project milestones

View file

@ -1,4 +1,4 @@
# Namespaces
# Namespaces API
Usernames and groupnames fall under a special category called namespaces.

View file

@ -1,4 +1,4 @@
# Notes
# Notes API
Notes are comments on snippets, issues or merge requests.

View file

@ -1,4 +1,4 @@
# Pipeline triggers
# Pipeline triggers API
You can read more about [triggering pipelines through the API](../ci/triggers/README.md).

View file

@ -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.

View file

@ -1,4 +1,4 @@
# Repositories
# Repositories API
## List repository tree

View file

@ -1,4 +1,4 @@
# Repository files
# Repository files API
**CRUD for repository files**

View file

@ -1,4 +1,4 @@
# Services
# Services API
## Asana

View file

@ -1,4 +1,4 @@
# Session
# Session API
## Deprecation Notice

View file

@ -1,4 +1,4 @@
# Sidekiq Metrics
# Sidekiq Metrics API
>**Note:** This endpoint is only available on GitLab 8.9 and above.

View file

@ -1,4 +1,4 @@
# System hooks
# System hooks API
All methods require administrator authorization.

View file

@ -1,4 +1,4 @@
# Tags
# Tags API
## List project repository tags

View file

@ -1,4 +1,4 @@
# Gitignores
# Gitignores API
## List gitignore templates

View file

@ -1,4 +1,4 @@
# GitLab CI YMLs
# GitLab CI YMLs API
## List GitLab CI YML templates

View file

@ -1,4 +1,4 @@
# Licenses
# Licenses API
## List license templates

View file

@ -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.

View file

@ -1,3 +1 @@
# GitLab CI API
This document was moved to a [new location](../../api/ci/README.md).

View file

@ -1,3 +1 @@
# Builds API
This document was moved to a [new location](../../api/ci/builds.md).

View file

@ -1,3 +1 @@
# Runners API
This document was moved to a [new location](../../api/ci/runners.md).