summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-11-20 17:07:12 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-11-20 17:07:12 +0000
commitd7e3ff56554c83375389f89136c74330cc0e70c3 (patch)
tree3ddb871d3e2f04ccdc8686aeb852b72963cc0bb7
parenta52dad067d321b5642b2c54f383660db6c89f897 (diff)
downloadgitlab-ce-d7e3ff56554c83375389f89136c74330cc0e70c3.tar.gz
Update nav
-rw-r--r--doc/development/documentation/architecture/global_nav.md6
-rw-r--r--doc/user/project/container_registry.md8
-rw-r--r--doc/user/project/web_ide/index.md1
-rw-r--r--doc/user/project/wiki/index.md6
-rw-r--r--doc/user/snippets.md6
5 files changed, 24 insertions, 3 deletions
diff --git a/doc/development/documentation/architecture/global_nav.md b/doc/development/documentation/architecture/global_nav.md
index b28436b912f..70199d2ee59 100644
--- a/doc/development/documentation/architecture/global_nav.md
+++ b/doc/development/documentation/architecture/global_nav.md
@@ -186,9 +186,9 @@ For customizing the order of the categories within a section, look for the
```ruby
NAV_SECTION_CONFIG = {
# Sets the order of the categories in the "user" section.
- # In this case, `essentials` comes first, then `ci`, then `account`, and then `general`.
+ # In this case, `essentials` comes first, then `ci`, then `operations`,then `account`, and then `general`.
'user' => {
- 'category_order' => %w{essentials ci account general}
+ 'category_order' => %w{essentials ci operations account general}
}
}
```
@@ -303,7 +303,7 @@ category to the array in the helper file:
NAV_SECTION_CONFIG = {
#...
'user' => {
- 'category_order' => %w{essentials ci operations registry packages wiki settings account general qa}
+ 'category_order' => %w{essentials ci operations account general qa}
}
}
```
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index cac64fc0cb6..5c1a924e4b9 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -1,3 +1,11 @@
+---
+nav_section: user
+nav_category: ci
+nav_title: "Container Registry"
+nav_category_position: 2
+layout: default-copy
+---
+
# GitLab Container Registry
> **Notes:**
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
index e42a0a54629..670321add48 100644
--- a/doc/user/project/web_ide/index.md
+++ b/doc/user/project/web_ide/index.md
@@ -1,6 +1,7 @@
---
nav_section: user
nav_category: essentials
+nav_category_position: 1
layout: default-copy
---
diff --git a/doc/user/project/wiki/index.md b/doc/user/project/wiki/index.md
index 127a30d6669..98d7b03adeb 100644
--- a/doc/user/project/wiki/index.md
+++ b/doc/user/project/wiki/index.md
@@ -1,3 +1,9 @@
+---
+nav_section: user
+nav_category: essentials
+layout: default-copy
+---
+
# Wiki
A separate system for documentation called Wiki, is built right into each
diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 7efb6bafee7..544c902c7b6 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -1,3 +1,9 @@
+---
+nav_section: user
+nav_category: essentials
+layout: default-copy
+---
+
# Snippets
With GitLab Snippets you can store and share bits of code and text with other users.