Skip to content
代码片段 群组 项目
提交 3b15e266 编辑于 作者: Kati Paizee's avatar Kati Paizee
浏览文件

Add link to API docs for deprecating a page

上级 cd4c635e
No related branches found
No related tags found
无相关合并请求
...@@ -103,7 +103,10 @@ for the section. For example: ...@@ -103,7 +103,10 @@ for the section. For example:
> `widget_message` [introduced](<link-to-issue>) in GitLab 14.3. > `widget_message` [introduced](<link-to-issue>) in GitLab 14.3.
``` ```
## Attribute deprecation ## Deprecations
To document the deprecation of an API endpoint, follow the steps to
[deprecate a page or topic](versions.md#deprecate-a-page-or-topic).
To deprecate an attribute: To deprecate an attribute:
...@@ -121,8 +124,8 @@ To deprecate an attribute: ...@@ -121,8 +124,8 @@ To deprecate an attribute:
| `widget_name` | string | **{dotted-circle}** No | [Deprecated](<link-to-issue>) in GitLab 14.7 and is planned for removal in 15.4. Use `widget_id` instead. The name of the widget. | | `widget_name` | string | **{dotted-circle}** No | [Deprecated](<link-to-issue>) in GitLab 14.7 and is planned for removal in 15.4. Use `widget_id` instead. The name of the widget. |
``` ```
1. Optional. To widely announce the change, or if it's a breaking change, To widely announce a deprecation, or if it's a breaking change,
[update the deprecations and removals documentation](../deprecation_guidelines/#update-the-deprecations-and-removals-documentation). [update the deprecations and removals documentation](../deprecation_guidelines/#update-the-deprecations-and-removals-documentation).
## Method description ## Method description
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册