Rename workflow to feature branch flow and add better desciption of workflow category.
This commit is contained in:
parent
c6e24850a3
commit
061ac79236
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
|
||||
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
|
||||
- [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
|
||||
- [Workflow](workflow/README.md) Learn how to get the maximum out of GitLab.
|
||||
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
|
||||
|
||||
## Administrator documentation
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Workflow
|
||||
|
||||
- [Workflow](workflow.md)
|
||||
- [Feature branch workflow](workflow.md)
|
||||
- [Project Features](project_features.md)
|
||||
- [Authorization for merge requests](authorization_for_merge_requests.md)
|
||||
- [Groups](groups.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Workflow
|
||||
# Feature branch workflow
|
||||
|
||||
1. Clone project:
|
||||
|
||||
|
|
Loading…
Reference in a new issue