diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2019-01-04 18:07:03 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2019-01-04 18:50:38 +0000 |
commit | dca9c97ab31e803a5c946900dbd5c500d26d49d8 (patch) | |
tree | abb6e8c304b19046ec74effcefbf3640b02f1d02 | |
parent | 10214f94d9c315d051ce8a4c147cb56918607c51 (diff) | |
download | gitlab-ce-update-releases-documentation.tar.gz |
Crosslink Releases doc from Project's indexupdate-releases-documentation
-rw-r--r-- | doc/user/project/index.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md index e63ed88249d..d46ae31580a 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -72,12 +72,15 @@ website with GitLab Pages **Other features:** -- [Wiki](wiki/index.md): Document your GitLab project in an integrated Wiki -- [Snippets](../snippets.md): Store, share and collaborate on code snippets -- [Cycle Analytics](cycle_analytics.md): Review your development lifecycle -- [Syntax highlighting](highlighting.md): An alternative to customize -your code blocks, overriding GitLab's default choice of language -- [Badges](badges.md): Badges for the project overview +- [Wiki](wiki/index.md): document your GitLab project in an integrated Wiki. +- [Snippets](../snippets.md): store, share and collaborate on code snippets. +- [Cycle Analytics](cycle_analytics.md): review your development lifecycle. +- [Syntax highlighting](highlighting.md): an alternative to customize +your code blocks, overriding GitLab's default choice of language. +- [Badges](badges.md): badges for the project overview. +- [Releases](releases/index.md): a way to track deliverables in your project as snapshot in time of +the source, build output, and other metadata or artifacts +associated with a released version of your code. ### Project's integrations |