Rearrange GitLab basics READMEs
[ci skip]
This commit is contained in:
parent
54fd5e830a
commit
777ca78027
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
- [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples.
|
||||
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
|
||||
- [Container Registry](user/project/container_registry.md) Learn how to use GitLab Container Registry.
|
||||
- [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
|
||||
- [GitLab basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
|
||||
- [Importing to GitLab](workflow/importing/README.md).
|
||||
- [Importing and exporting projects between instances](user/project/settings/import_export.md).
|
||||
- [Markdown](user/markdown.md) GitLab's advanced formatting system.
|
||||
|
|
|
@ -11,5 +11,5 @@ Step-by-step guides on the basics of working with Git and GitLab.
|
|||
- [Fork a project](fork-project.md)
|
||||
- [Add a file](add-file.md)
|
||||
- [Add an image](add-image.md)
|
||||
- [Create a Merge Request](add-merge-request.md)
|
||||
- [Create an Issue](create-issue.md)
|
||||
- [Create an issue](create-issue.md)
|
||||
- [Create a merge request](add-merge-request.md)
|
||||
|
|
Loading…
Reference in a new issue