diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-09 10:45:03 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-09 10:45:03 +0900 |
commit | 401a7a740475e3a4e063d1300d284cab162a04c1 (patch) | |
tree | 5e38121479cc3673a1623fec7511fcef2bf68be9 /doc/administration/packages.md | |
parent | baf6ea490278bb32dd0ba8f5f3b8b95029e66532 (diff) | |
download | gitlab-ce-docs-markdown-whitespaces.tar.gz |
Remove extra whitespaces in docsdocs-markdown-whitespaces
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
Diffstat (limited to 'doc/administration/packages.md')
-rw-r--r-- | doc/administration/packages.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/packages.md b/doc/administration/packages.md index cc7d76d61f6..1da8de12188 100644 --- a/doc/administration/packages.md +++ b/doc/administration/packages.md @@ -11,7 +11,7 @@ The Packages feature allows GitLab to act as a repository for the following: | [Maven Repository](../user/project/packages/maven_repository.md) | The GitLab Maven Repository enables every project in GitLab to have its own space to store [Maven](https://maven.apache.org/) packages. | 11.3+ | | [NPM Registry](../user/project/packages/npm_registry.md) | The GitLab NPM Registry enables every project in GitLab to have its own space to store [NPM](https://www.npmjs.com/) packages. | 11.7+ | -Don't you see your package management system supported yet? +Don't you see your package management system supported yet? Please consider contributing to GitLab. This [development documentation](../development/packages.md) will guide you through the process. |