diff options
-rw-r--r-- | doc/api/graphql/index.md | 3 | ||||
-rw-r--r-- | doc/api/releases/links.md | 5 | ||||
-rw-r--r-- | doc/workflow/README.md | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index ec48bf4940b..6f3b17879b2 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -1,5 +1,8 @@ # GraphQL API (Alpha) +- [README](README.md) +- [doc](doc.md) + > [Introduced][ce-19008] in GitLab 11.0. [GraphQL](https://graphql.org/) is a query language for APIs that diff --git a/doc/api/releases/links.md b/doc/api/releases/links.md index 9c91264ed65..24bf11476b0 100644 --- a/doc/api/releases/links.md +++ b/doc/api/releases/links.md @@ -15,6 +15,11 @@ GET /projects/:id/releases/:tag_name/assets/links | Attribute | Type | Required | Description | | ------------- | -------------- | -------- | --------------------------------------- | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](READMEa.md#namespaced-path-encoding). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](./README.md). | +| `id` | integer/string | yes | The ID or [URL-encoded path of the project](../README.md). | | `id` | integer/string | yes | The ID or [URL-encoded path of the project](../README.md#namespaced-path-encoding). | | `tag_name` | string | yes | The tag associated with the Release. | diff --git a/doc/workflow/README.md b/doc/workflow/README.md index 272f7807ac0..a7e889f652e 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -2,6 +2,8 @@ comments: false --- +[index](index.md) + # Workflow - [Automatic issue closing](../user/project/issues/automatic_issue_closing.md) |