diff options
author | Mark Florian <553096-markrian@users.noreply.gitlab.com> | 2019-08-15 06:15:15 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-15 06:15:15 +0000 |
commit | 00c08cc5d413f9de6000fbe010a5c6eb1bdaa93a (patch) | |
tree | 287aec9080ea2d3f7a842b6f4c7ffd28f789c0be /doc/user/project/index.md | |
parent | ee9f0bb7a534ed2a7d805e934e0df8219a645660 (diff) | |
download | gitlab-ce-00c08cc5d413f9de6000fbe010a5c6eb1bdaa93a.tar.gz |
Update/expand docs for the Dependency List
These changes align the docs with the features introduced in [1].
See also the [issue tracking the documentation changes][2].
[1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
[2]: https://gitlab.com/gitlab-org/gitlab-ee/issues/12986
Diffstat (limited to 'doc/user/project/index.md')
-rw-r--r-- | doc/user/project/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md index 45e96437517..30ff0e9ff07 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -99,6 +99,7 @@ When you create a project in GitLab, you'll have access to a large number of - [NPM packages](packages/npm_registry.md): your private NPM package registry in GitLab. **(PREMIUM)** - [Code owners](code_owners.md): specify code owners for certain files **(STARTER)** - [License Management](../application_security/license_management/index.md): approve and blacklist licenses for projects. **(ULTIMATE)** +- [Dependency List](../application_security/dependency_list/index.md): view project dependencies. **(ULTIMATE)** ### Project integrations |