Skip to content
代码片段 群组 项目
提交 854fd95e 编辑于 作者: Suzanne Selhorn's avatar Suzanne Selhorn
浏览文件

Merge branch 'tnirgeneralized-versioning-docs' into 'master'

docs: Use clear deprecation/removal as examples

See merge request gitlab-org/gitlab!88133
No related branches found
No related tags found
无相关合并请求
...@@ -141,8 +141,8 @@ To remove a page: ...@@ -141,8 +141,8 @@ To remove a page:
# Title (removed) **(ULTIMATE SELF)** # Title (removed) **(ULTIMATE SELF)**
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in GitLab 14.8 This feature was [deprecated](<link-to-issue>) in GitLab X.Y
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in 15.0. and [removed](<link-to-issue>) in X.Y.
Use [feature X](<link-to-issue>) instead. Use [feature X](<link-to-issue>) instead.
``` ```
...@@ -162,12 +162,12 @@ To remove a topic: ...@@ -162,12 +162,12 @@ To remove a topic:
For the `remove_date`, set a date three months after the release where it was removed. For the `remove_date`, set a date three months after the release where it was removed.
```markdown ```markdown
<!--- start_remove The following content will be removed on remove_date: '2023-08-22' --> <!--- start_remove The following content will be removed on remove_date: 'YYYY-MM-DD' -->
## Title (removed) **(ULTIMATE SELF)** ## Title (removed) **(ULTIMATE SELF)**
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in GitLab 14.8 This feature was [deprecated](<link-to-issue>) in GitLab X.Y
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in 15.0. and [removed](<link-to-issue>) in X.Y.
Use [feature X](<link-to-issue>) instead. Use [feature X](<link-to-issue>) instead.
<!--- end_remove --> <!--- end_remove -->
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册