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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2023-02-03 22:46:21 +0300
committerAmy Qualls <aqualls@gitlab.com>2023-02-03 22:46:21 +0300
commit842e3a388774b34e3f2f969292ec4b6db85bbebf (patch)
tree32bfac78ea74b41d3e678bd2bcbb8d3988c421fe
parent504e764254a006be6b623a1b72d89e65707cc02f (diff)
Reordering and removing content
-rw-r--r--content/_data/navigation.yaml50
1 files changed, 19 insertions, 31 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index ad64a57c..844ccfb9 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1266,47 +1266,35 @@ sections:
doc_url: 'ee/topics/git/how_to_install_git/'
- 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: GitLab Flow
doc_url: 'ee/topics/gitlab_flow.html'
- doc_title: Add file to repository
doc_url: 'ee/gitlab-basics/add-file.html'
- - doc_title: Bisect
- doc_url: 'ee/topics/git/bisect.html'
- - doc_title: Cherry-pick a commit
- doc_url: 'ee/topics/git/cherry_picking.html'
- - doc_title: Feature branching
- doc_url: 'ee/topics/git/feature_branching.html'
- - doc_title: File editing
- doc_url: 'ee/gitlab-basics/command-line-commands.html'
- - doc_title: Git add
- doc_url: 'ee/topics/git/git_add.html'
- - doc_title: Git log
- doc_url: 'ee/topics/git/git_log.html'
- - doc_title: Git stash
- doc_url: 'ee/topics/git/stash.html'
- doc_title: Partial clone
doc_url: 'ee/topics/git/partial_clone.html'
- doc_title: Rebase, force-push, merge conflicts
doc_url: 'ee/topics/git/git_rebase.html'
- - doc_title: Roll back commits
- doc_url: 'ee/topics/git/rollback_commits.html'
- - doc_title: Subtree
- doc_url: 'ee/topics/git/subtree.html'
- - doc_title: Tags
- doc_url: 'ee/topics/git/tags.html'
- - doc_title: Troubleshooting
- doc_url: 'ee/topics/git/troubleshooting_git.html'
- - doc_title: Undo with Git
+ - doc_title: Undo options
doc_url: 'ee/topics/git/numerous_undo_possibilities_in_git/'
- - doc_title: Unstage
- doc_url: 'ee/topics/git/unstage.html'
- - doc_title: Useful commands
+ - doc_title: Frequently used commands
doc_url: 'ee/topics/git/useful_git_commands.html'
- - doc_title: Push options
- doc_url: 'ee/user/project/push_options.html'
-
+ docs:
+ - doc_title: Git add
+ doc_url: 'ee/topics/git/git_add.html'
+ - doc_title: Unstage
+ doc_url: 'ee/topics/git/unstage.html'
+ - doc_title: Git stash
+ doc_url: 'ee/topics/git/stash.html'
+ - doc_title: Push options
+ doc_url: 'ee/user/project/push_options.html'
+ - doc_title: Roll back commits
+ doc_url: 'ee/topics/git/rollback_commits.html'
+ - doc_title: Cherry-pick a commit
+ doc_url: 'ee/topics/git/cherry_picking.html'
+ - doc_title: Tags
+ doc_url: 'ee/topics/git/tags.html'
+ - doc_title: Troubleshooting
+ doc_url: 'ee/topics/git/troubleshooting_git.html'
- category_title: Build your application
category_url: 'ee/topics/build_your_application.html'
docs: