Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKati Paizee <kpaizee@gitlab.com>2022-03-28 18:55:47 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-03-28 18:55:47 +0300
commitdadb09068a94a312cf5a7c54649aea82748cbd8e (patch)
tree9429447dc3c610ee52055130dc5aaee6a417001d
parent8035920f70fe0d260f7b1a4dcbc0af5f7a630391 (diff)
Add tutorial to nav
-rw-r--r--content/_data/navigation.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index dfd623bf..5aa8c024 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1246,11 +1246,13 @@ sections:
doc_url: 'ee/topics/git/'
docs:
- doc_title: Get started
- doc_url: 'ee/gitlab-basics/start-using-git.html'
+ doc_url: 'ee/tutorials/make_your_first_git_commit.html'
+ - doc_title: Terminology
+ doc_url: 'ee/topics/git/terminology.html'
- doc_title: Installing Git
doc_url: 'ee/topics/git/how_to_install_git/'
- - doc_title: Create branch
- doc_url: 'ee/gitlab-basics/create-branch.html'
+ - doc_title: Command line Git
+ doc_url: 'ee/gitlab-basics/start-using-git.html'
- doc_title: Feature branch workflow
doc_url: 'ee/gitlab-basics/feature_branch_workflow.html'
- doc_title: Feature branch development