Skip to content
Snippets Groups Projects
Commit d4c1310c authored by Takuya Noguchi's avatar Takuya Noguchi Committed by Suzanne Selhorn
Browse files

docs: Use clear deprecation/removal as examples

Examples should be understood as an example to avoid to miss
checking as it is through review process.

https://gitlab.com/gitlab-org/technical-writing/-/issues/613



Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>

Changelog: fixed
parent b4631a91
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