Skip to content

Docs API: Create REST index page

Arturo Herrero requested to merge docs-api-move-under-rest into master

Description

We want to move the REST resources under the rest directory. This way, we start organizing the Docs API following a similar structure to what we have with GraphQL. This is final structure we want to achive.

doc/api/
├── graphql/
├── index.md -> I've moved most of the content to rest/index.md
├── openapi/
└── rest/
    ├── index.md -> New page
    └── reference/ -> New directory in separate merge requests

I'm not making any changes here apart from the introductory paragraph for the REST page rest/index.md. I will create new merge requests to move the content under the REST directory.

Related to #383847 (closed) and #351732 (closed).

Edited by Arturo Herrero

Merge request reports