diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-13 15:50:42 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-13 15:50:42 +0000 |
commit | 3e09eabb33a613cab135ffbc2d10bea71d991342 (patch) | |
tree | 1b3f57d60fa85f8fe615b0c61fd26c9e9373faca /doc/user | |
parent | fd45b37cc9defa7402a9e828da1fc76a23bd9a00 (diff) | |
download | gitlab-ce-docs-test-global-nav.tar.gz |
Add more docs to nav (at least one per category)docs-test-global-nav
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/admin_area/settings/index.md | 1 | ||||
-rw-r--r-- | doc/user/instance_statistics/index.md | 6 | ||||
-rw-r--r-- | doc/user/markdown.md | 1 | ||||
-rw-r--r-- | doc/user/project/clusters/index.md | 7 | ||||
-rw-r--r-- | doc/user/project/container_registry.md | 7 | ||||
-rw-r--r-- | doc/user/project/pages/index.md | 3 |
6 files changed, 25 insertions, 0 deletions
diff --git a/doc/user/admin_area/settings/index.md b/doc/user/admin_area/settings/index.md index 02276702247..19dcc17ad30 100644 --- a/doc/user/admin_area/settings/index.md +++ b/doc/user/admin_area/settings/index.md @@ -2,6 +2,7 @@ nav_section: admin nav_category: "" nav_title: "Admin area" +nav_category_position: -1 layout: default-copy --- diff --git a/doc/user/instance_statistics/index.md b/doc/user/instance_statistics/index.md index 22f76f728e3..0eb00fbeeeb 100644 --- a/doc/user/instance_statistics/index.md +++ b/doc/user/instance_statistics/index.md @@ -1,3 +1,9 @@ +--- +nav_section: devops_stages +nav_category: manage +layout: default-copy +--- + # Instance statistics > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/41416) diff --git a/doc/user/markdown.md b/doc/user/markdown.md index 935c19d501e..d9ad1c8fc25 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -3,6 +3,7 @@ nav_section: user nav_category: "" nav_category_position: 2 layout: default-copy +nav_title: "Markdown" --- # GitLab Markdown diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 3fbd4c21eab..926f20d2e1e 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -1,3 +1,10 @@ +--- +nav_section: devops_stages +nav_category: configure +nav_title: "Clusters" +layout: default-copy +--- + # Connecting GitLab with a Kubernetes cluster > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/35954) in GitLab 10.1. diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md index 1b1827a2658..c7b7131f52a 100644 --- a/doc/user/project/container_registry.md +++ b/doc/user/project/container_registry.md @@ -1,3 +1,10 @@ +--- +nav_section: devops_stages +nav_category: package +nav_title: "Container Registry" +layout: default-copy +--- + # GitLab Container Registry > **Notes:** diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md index 60144fa1971..6eb77f2740f 100644 --- a/doc/user/project/pages/index.md +++ b/doc/user/project/pages/index.md @@ -1,5 +1,8 @@ --- description: 'Learn how to use GitLab Pages to deploy a static website at no additional cost.' +nav_section: devops_stages +nav_category: release +layout: default-copy --- # GitLab Pages |