summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-11-13 15:50:42 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-11-13 15:50:42 +0000
commit3e09eabb33a613cab135ffbc2d10bea71d991342 (patch)
tree1b3f57d60fa85f8fe615b0c61fd26c9e9373faca
parentfd45b37cc9defa7402a9e828da1fc76a23bd9a00 (diff)
downloadgitlab-ce-docs-test-global-nav.tar.gz
Add more docs to nav (at least one per category)docs-test-global-nav
-rw-r--r--doc/administration/index.md2
-rw-r--r--doc/administration/monitoring/index.md7
-rw-r--r--doc/ci/README.md4
-rw-r--r--doc/ci/examples/container_scanning.md7
-rw-r--r--doc/development/README.md2
-rw-r--r--doc/development/documentation/index.md2
-rw-r--r--doc/install/README.md4
-rw-r--r--doc/public_access/public_access.md7
-rw-r--r--doc/topics/authentication/index.md7
-rw-r--r--doc/topics/autodevops/index.md7
-rw-r--r--doc/topics/git/index.md7
-rw-r--r--doc/update/README.md7
-rw-r--r--doc/user/admin_area/settings/index.md1
-rw-r--r--doc/user/instance_statistics/index.md6
-rw-r--r--doc/user/markdown.md1
-rw-r--r--doc/user/project/clusters/index.md7
-rw-r--r--doc/user/project/container_registry.md7
-rw-r--r--doc/user/project/pages/index.md3
18 files changed, 85 insertions, 3 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md
index 1dacdb80858..fd2fd68f7d5 100644
--- a/doc/administration/index.md
+++ b/doc/administration/index.md
@@ -3,7 +3,7 @@ description: 'Learn how to install, configure, update, and maintain your GitLab
nav_section: admin
nav_category: ""
nav_title: "Admin docs"
-nav_category_position: -1
+nav_category_position: -2
layout: default-copy
---
diff --git a/doc/administration/monitoring/index.md b/doc/administration/monitoring/index.md
index d18dddf09c0..36f261e1f09 100644
--- a/doc/administration/monitoring/index.md
+++ b/doc/administration/monitoring/index.md
@@ -1,3 +1,10 @@
+---
+nav_section: devops_stages
+nav_category: monitor
+nav_title: "Monitor GitLab"
+layout: default-copy
+---
+
# Monitoring GitLab
Explore our features to monitor your GitLab instance:
diff --git a/doc/ci/README.md b/doc/ci/README.md
index dba1f38abe2..0af0c3a0306 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -1,6 +1,10 @@
---
comments: false
description: "Learn how to use GitLab CI/CD, the GitLab built-in Continuous Integration, Continuous Deployment, and Continuous Delivery toolset to build, test, and deploy your application."
+nav_section: devops_stages
+nav_category: verify
+nav_title: "GitLab CI/CD"
+layout: default-copy
---
# GitLab Continuous Integration (GitLab CI/CD)
diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md
index bc948dc6ea9..589264a091c 100644
--- a/doc/ci/examples/container_scanning.md
+++ b/doc/ci/examples/container_scanning.md
@@ -1,3 +1,10 @@
+---
+nav_section: devops_stages
+nav_category: secure
+nav_title: "Container Scanning"
+layout: default-copy
+---
+
# Container Scanning with GitLab CI/CD
You can check your Docker images (or more precisely the containers) for known
diff --git a/doc/development/README.md b/doc/development/README.md
index 34c4e398541..15d84861d76 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -4,7 +4,7 @@ description: 'Learn how to contribute to GitLab.'
nav_section: development
nav_category: ""
nav_category_position: -1
-nav_title: "Devs guidelines"
+nav_title: "Dev guidelines"
layout: default-copy
---
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md
index 468cd740911..e6f764a9208 100644
--- a/doc/development/documentation/index.md
+++ b/doc/development/documentation/index.md
@@ -3,7 +3,7 @@ description: Learn how to contribute to GitLab Documentation.
nav_section: development
nav_category: ""
nav_category_position: 0
-nav_title: "Docs guidelines"
+nav_title: "Documentation guidelines"
layout: default-copy
---
diff --git a/doc/install/README.md b/doc/install/README.md
index 92116305775..e647fd7ea00 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -1,6 +1,10 @@
---
comments: false
description: Read through the GitLab installation methods.
+nav_section: admin
+nav_category: ""
+nav_title: "Install GitLab"
+layout: default-copy
---
# Installation
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md
index 81ee7338e4e..cfb25f0c95d 100644
--- a/doc/public_access/public_access.md
+++ b/doc/public_access/public_access.md
@@ -1,3 +1,10 @@
+---
+nav_section: user
+nav_category: ""
+nav_title: "Visibility"
+layout: default-copy
+---
+
# Public access
GitLab allows you to change your projects' visibility in order be accessed
diff --git a/doc/topics/authentication/index.md b/doc/topics/authentication/index.md
index 394f3ea60b7..87f2b46251f 100644
--- a/doc/topics/authentication/index.md
+++ b/doc/topics/authentication/index.md
@@ -1,3 +1,10 @@
+---
+nav_section: topics
+nav_category: ""
+nav_title: "Authentication"
+layout: default-copy
+---
+
# Authentication
This page gathers all the resources for the topic **Authentication** within GitLab.
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 3647f600b21..e0923de712e 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -1,3 +1,10 @@
+---
+nav_section: topics
+nav_category: ""
+nav_title: "Auto DevOps"
+layout: default-copy
+---
+
# Auto DevOps
> [Introduced][ce-37115] in GitLab 10.0. Generally available on GitLab 11.0.
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
index 7707d56764e..4b3c7906556 100644
--- a/doc/topics/git/index.md
+++ b/doc/topics/git/index.md
@@ -1,3 +1,10 @@
+---
+nav_section: topics
+nav_category: ""
+nav_title: "Git"
+layout: default-copy
+---
+
# Git documentation
Git is a [free and open source](https://git-scm.com/about/free-and-open-source)
diff --git a/doc/update/README.md b/doc/update/README.md
index 7d3c4c310a4..7ece0a944d3 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -1,3 +1,10 @@
+---
+nav_section: admin
+nav_category: ""
+nav_title: "Update GitLab"
+layout: default-copy
+---
+
# Updating GitLab
Depending on the installation method and your GitLab version, there are multiple
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