2021-10-27 15:23:28 +05:30
|
|
|
<!--
|
|
|
|
See the general Documentation guidelines https://docs.gitlab.com/ee/development/documentation/
|
|
|
|
Use this description template for changing documentation location. For new documentation or
|
|
|
|
updates to existing documentation, use the Documentation.md template.
|
|
|
|
-->
|
2019-05-05 18:10:48 +05:30
|
|
|
|
|
|
|
## What does this MR do?
|
|
|
|
|
|
|
|
<!-- Briefly describe what this MR is about -->
|
|
|
|
|
|
|
|
## Related issues
|
|
|
|
|
2021-03-11 19:13:27 +05:30
|
|
|
<!-- Link related issues below. -->
|
2019-05-05 18:10:48 +05:30
|
|
|
|
|
|
|
## Moving docs to a new location?
|
|
|
|
|
2023-07-09 08:55:56 +05:30
|
|
|
Read the [redirect guidelines](https://docs.gitlab.com/ee/development/documentation/redirects.html) first.
|
2019-05-05 18:10:48 +05:30
|
|
|
|
|
|
|
- [ ] Make sure the old link is not removed and has its contents replaced with
|
|
|
|
a link to the new location.
|
|
|
|
- [ ] Make sure internal links pointing to the document in question are not broken.
|
|
|
|
- [ ] Search and replace any links referring to old docs in GitLab Rails app,
|
2021-01-03 14:25:43 +05:30
|
|
|
specifically under the `app/views/` and `ee/app/views` (for GitLab EE) directories.
|
2023-07-09 08:55:56 +05:30
|
|
|
- [ ] Update the link in [`features.yml`](https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/features.yml) (if applicable).
|
2021-01-03 14:25:43 +05:30
|
|
|
- [ ] Assign one of the technical writers for review.
|
2019-05-05 18:10:48 +05:30
|
|
|
|
2023-07-09 08:55:56 +05:30
|
|
|
/label ~documentation ~"Technical Writing" ~"type::maintenance" ~"maintenance::refactor"
|