From 5d149a2262653b729f0105639ae5027ae5a109ea Mon Sep 17 00:00:00 2001 From: "andy.haynssen" Date: Wed, 17 Jul 2019 09:46:12 -0500 Subject: [PATCH] docs: re-order api examples `Pipelines and Jobs` and `Protected Branches` are out of order in contents and sometimes hard to find when looking for examples. --- docs/api-objects.rst | 4 ++-- docs/gl_objects/{builds.rst => pipelines_and_jobs.rst} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/gl_objects/{builds.rst => pipelines_and_jobs.rst} (100%) diff --git a/docs/api-objects.rst b/docs/api-objects.rst index 451e411b8..504041034 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 similarity index 100% rename from docs/gl_objects/builds.rst rename to docs/gl_objects/pipelines_and_jobs.rst