diff --git a/doc/api/README.md b/doc/api/README.md index 67ec502346e6ef4788b3ef8f57806cd9294e1135..8c4f1b9c885d60a33fa860c779f5a7503797a07a 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -43,8 +43,6 @@ following locations: - [Tags](tags.md) - [Todos](todos.md) - [Users](users.md) -- [Validate the .gitlab-ci.yaml](ci_lint.md) - ### Internal CI API @@ -52,6 +50,7 @@ The following documentation is for the [internal CI API](ci/README.md): - [Builds](ci/builds.md) - [Runners](ci/runners.md) +- [Validate the .gitlab-ci.yaml](ci/ci_lint.md) ## Authentication diff --git a/doc/api/ci/README.md b/doc/api/ci/README.md index 96a281e27c8c3ac44319981df928ece351757328..8439598a5a8c60909387f3d9761aeb38c22fd1a5 100644 --- a/doc/api/ci/README.md +++ b/doc/api/ci/README.md @@ -22,3 +22,4 @@ GET /ci/api/v1/builds/:id/artifacts - [Builds](builds.md) - [Runners](runners.md) +- [Validate the .gitlab-ci.yaml](ci_lint.md) diff --git a/doc/api/ci_lint.md b/doc/api/ci/ci_lint.md similarity index 100% rename from doc/api/ci_lint.md rename to doc/api/ci/ci_lint.md