Skip to content
代码片段 群组 项目
提交 88459366 编辑于 作者: Jiovanni Castillo's avatar Jiovanni Castillo 提交者: Amy Qualls
浏览文件

Add related topics section to branches docs

上级 b0ec8e80
No related branches found
No related tags found
无相关合并请求
...@@ -231,3 +231,9 @@ Example request: ...@@ -231,3 +231,9 @@ Example request:
```shell ```shell
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/repository/merged_branches" curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/repository/merged_branches"
``` ```
## Related topics
- [Branches](../user/project/repository/branches/index.md)
- [Protected branches](../user/project/protected_branches.md)
- [Protected branches API](protected_branches.md)
...@@ -529,3 +529,9 @@ Example response: ...@@ -529,3 +529,9 @@ Example response:
"push_access_levels": [] "push_access_levels": []
} }
``` ```
## Related topics
- [Protected branches](../user/project/protected_branches.md)
- [Branches](../user/project/repository/branches/index.md)
- [Branches API](branches.md)
...@@ -326,6 +326,12 @@ Protected branches can only be deleted by using GitLab either from the UI or API ...@@ -326,6 +326,12 @@ Protected branches can only be deleted by using GitLab either from the UI or API
This prevents accidentally deleting a branch through local Git commands or This prevents accidentally deleting a branch through local Git commands or
third-party Git clients. third-party Git clients.
## Related topics
- [Protected branches API](../../api/protected_branches.md)
- [Branches](repository/branches/index.md)
- [Branches API](../../api/branches.md)
<!-- ## Troubleshooting <!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues Include any troubleshooting steps that you can foresee. If you know beforehand what issues
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册