Skip to content
Snippets Groups Projects
Commit 854fd95e authored by Suzanne Selhorn's avatar Suzanne Selhorn
Browse files

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

docs: Use clear deprecation/removal as examples

See merge request gitlab-org/gitlab!88133
parents b4631a91 d4c1310c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -141,8 +141,8 @@ To remove a page:
 
# Title (removed) **(ULTIMATE SELF)**
 
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in GitLab 14.8
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in 15.0.
This feature was [deprecated](<link-to-issue>) in GitLab X.Y
and [removed](<link-to-issue>) in X.Y.
Use [feature X](<link-to-issue>) instead.
```
 
Loading
Loading
@@ -162,12 +162,12 @@ To remove a topic:
For the `remove_date`, set a date three months after the release where it was removed.
 
```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)**
 
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in GitLab 14.8
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/351963) in 15.0.
This feature was [deprecated](<link-to-issue>) in GitLab X.Y
and [removed](<link-to-issue>) in X.Y.
Use [feature X](<link-to-issue>) instead.
 
<!--- end_remove -->
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment