Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-27 00:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-27 00:09:22 +0300
commita8324cd026394f672b0ae482aef0f5007fe1db8e (patch)
tree32441bce3e2ae8440d122afd9194b9a8310d1cf5 /doc/user/packages/composer_repository
parent006a4f3c1c288c1ea59c3423225527897fa60d6e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/composer_repository')
-rw-r--r--doc/user/packages/composer_repository/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/packages/composer_repository/index.md b/doc/user/packages/composer_repository/index.md
index 722885dfb7b..6a976fca382 100644
--- a/doc/user/packages/composer_repository/index.md
+++ b/doc/user/packages/composer_repository/index.md
@@ -13,6 +13,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Publish [Composer](https://getcomposer.org/) packages in your project's Package Registry.
Then, install the packages whenever you need to use them as a dependency.
+For documentation of the specific API endpoints that the Composer
+client uses, see the [Composer API documentation](../../../api/packages/composer.md).
+
## Create a Composer package
If you do not have a Composer package, create one and check it in to