Commit a767b57a authored by Marcel Amirault's avatar Marcel Amirault

Add disqus redirects for moved docs

Add the redirects for comments to 5 docs
moved from /workflow to other locations in
the docs
parent ecdc4d4b
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/gitlab_flow.html'
---
# Introduction to GitLab Flow # Introduction to GitLab Flow
![GitLab Flow](img/gitlab_flow.png) ![GitLab Flow](img/gitlab_flow.png)
......
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/notifications.html'
---
# GitLab Notification Emails # GitLab Notification Emails
GitLab has a notification system in place to notify a user of events that are important for the workflow. GitLab has a notification system in place to notify a user of events that are important for the workflow.
......
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/issue_weight.html'
---
# Issue weight **(STARTER)** # Issue weight **(STARTER)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/merge_requests/76) in [GitLab Starter](https://about.gitlab.com/pricing/) 8.3. > [Introduced](https://gitlab.com/gitlab-org/gitlab/merge_requests/76) in [GitLab Starter](https://about.gitlab.com/pricing/) 8.3.
......
...@@ -19,6 +19,8 @@ associated with a released version of your code. ...@@ -19,6 +19,8 @@ associated with a released version of your code.
At the moment, you can create Release entries via the [Releases API](../../../api/releases/index.md); At the moment, you can create Release entries via the [Releases API](../../../api/releases/index.md);
we recommend doing this as one of the last steps in your CI/CD release pipeline. we recommend doing this as one of the last steps in your CI/CD release pipeline.
If desired, it is still possible to [add release notes to Git tags](releases.md).
## Getting started with Releases ## Getting started with Releases
Start by giving a [description](#release-description) to the Release and Start by giving a [description](#release-description) to the Release and
......
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/releases.html'
---
# Releases
NOTE: In GitLab 11.7, we introduced the full fledged [Releases](index.md)
feature. You can still create release notes on this page, but the new method is preferred.
You can add release notes to any Git tag using the notes feature. Release notes
behave like any other markdown form in GitLab so you can write text and
drag-n-drop files to it. Release notes are stored in GitLab's database.
There are several ways to add release notes:
- In the interface, when you create a new Git tag
- In the interface, by adding a note to an existing Git tag
- Using the GitLab API
## New tag page with release notes text area
![new_tag](img/new_tag.png)
## Tags page with button to add or edit release notes for existing Git tag
![tags](img/tags.png)
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/repository_mirroring.html'
---
# Repository mirroring # Repository mirroring
Repository mirroring allows for mirroring of repositories to and from external sources. It can be Repository mirroring allows for mirroring of repositories to and from external sources. It can be
......
...@@ -9,7 +9,6 @@ comments: false ...@@ -9,7 +9,6 @@ comments: false
- [Cycle Analytics](../user/project/cycle_analytics.md) - [Cycle Analytics](../user/project/cycle_analytics.md)
- [Description templates](../user/project/description_templates.md) - [Description templates](../user/project/description_templates.md)
- [Feature branch workflow](workflow.md) - [Feature branch workflow](workflow.md)
- [GitLab Flow](../topics/gitlab_flow.md)
- [Groups](../user/group/index.md) - [Groups](../user/group/index.md)
- Issues - The GitLab Issue Tracker is an advanced and complete tool for - Issues - The GitLab Issue Tracker is an advanced and complete tool for
tracking the evolution of a new idea or the process of solving a problem. tracking the evolution of a new idea or the process of solving a problem.
...@@ -21,8 +20,6 @@ comments: false ...@@ -21,8 +20,6 @@ comments: false
- [File finder](file_finder.md) - [File finder](file_finder.md)
- [File lock](../user/project/file_lock.md) **(PREMIUM)** - [File lock](../user/project/file_lock.md) **(PREMIUM)**
- [Labels](../user/project/labels.md) - [Labels](../user/project/labels.md)
- [Issue weight](../user/project/issues/issue_weight.md) **(STARTER)**
- [Notification emails](../user/profile/notifications.md)
- [Projects](../user/project/index.md) - [Projects](../user/project/index.md)
- [Project forking workflow](forking_workflow.md) - [Project forking workflow](forking_workflow.md)
- [Project users](../user/project/members/index.md) - [Project users](../user/project/members/index.md)
...@@ -32,7 +29,6 @@ comments: false ...@@ -32,7 +29,6 @@ comments: false
- [Sharing projects with groups](../user/project/members/share_project_with_groups.md) - [Sharing projects with groups](../user/project/members/share_project_with_groups.md)
- [Time tracking](time_tracking.md) - [Time tracking](time_tracking.md)
- [Web Editor](../user/project/repository/web_editor.md) - [Web Editor](../user/project/repository/web_editor.md)
- [Releases](../user/project/releases/index.md#add-release-notes-to-git-tags)
- [Milestones](../user/project/milestones/index.md) - [Milestones](../user/project/milestones/index.md)
- [Merge Requests](../user/project/merge_requests/index.md) - [Merge Requests](../user/project/merge_requests/index.md)
- [Authorization for merge requests](../user/project/merge_requests/authorization_for_merge_requests.md) - [Authorization for merge requests](../user/project/merge_requests/authorization_for_merge_requests.md)
...@@ -45,7 +41,6 @@ comments: false ...@@ -45,7 +41,6 @@ comments: false
- ["Work In Progress" merge requests](../user/project/merge_requests/work_in_progress_merge_requests.md) - ["Work In Progress" merge requests](../user/project/merge_requests/work_in_progress_merge_requests.md)
- [Fast-forward merge requests](../user/project/merge_requests/fast_forward_merge.md) - [Fast-forward merge requests](../user/project/merge_requests/fast_forward_merge.md)
- [Merge request approvals](../user/project/merge_requests/merge_request_approvals.md) **(STARTER)** - [Merge request approvals](../user/project/merge_requests/merge_request_approvals.md) **(STARTER)**
- [Repository mirroring](../user/project/repository/repository_mirroring.md) **(STARTER)**
- [Service Desk](../user/project/service_desk.md) **(PREMIUM)** - [Service Desk](../user/project/service_desk.md) **(PREMIUM)**
- [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md) - [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md)
- [Importing from SVN, GitHub, Bitbucket, etc](importing/README.md) - [Importing from SVN, GitHub, Bitbucket, etc](importing/README.md)
......
--- ---
redirect_to: '../user/project/releases/index.md#add-release-notes-to-git-tags' redirect_to: '../user/project/releases/releases.md'
--- ---
This document was moved to [another location](../user/project/releases/index.md#add-release-notes-to-git-tags). This document was moved to [another location](../user/project/releases/releases.md).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment