diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-07-20 23:19:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 23:19:38 +0200 |
commit | 5492b71a189f6a85e8f1542e13295f528555df31 (patch) | |
tree | d8e8075ff8e70ff05b38e3b1bcb6fdd89ba24fcb | |
parent | 4a8503db1c55f5a8d1cc66533325d2d832622f85 (diff) | |
parent | 5d149a2262653b729f0105639ae5027ae5a109ea (diff) | |
download | gitlab-5492b71a189f6a85e8f1542e13295f528555df31.tar.gz |
Merge pull request #827 from ahaynssen/master
docs: re-order api examples
-rw-r--r-- | docs/api-objects.rst | 4 | ||||
-rw-r--r-- | docs/gl_objects/pipelines_and_jobs.rst (renamed from docs/gl_objects/builds.rst) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-objects.rst b/docs/api-objects.rst index 451e411..5040410 100644 --- a/docs/api-objects.rst +++ b/docs/api-objects.rst @@ -9,9 +9,7 @@ API examples gl_objects/emojis gl_objects/badges gl_objects/branches - gl_objects/protected_branches gl_objects/messages - gl_objects/builds gl_objects/commits gl_objects/deploy_keys gl_objects/deployments @@ -32,7 +30,9 @@ API examples gl_objects/namespaces gl_objects/notes gl_objects/pagesdomains + gl_objects/pipelines_and_jobs gl_objects/projects + gl_objects/protected_branches gl_objects/runners gl_objects/repositories gl_objects/repository_tags diff --git a/docs/gl_objects/builds.rst b/docs/gl_objects/pipelines_and_jobs.rst index a62d798..a62d798 100644 --- a/docs/gl_objects/builds.rst +++ b/docs/gl_objects/pipelines_and_jobs.rst |