summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-11-20 17:48:11 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-11-20 17:48:11 +0000
commitb266f81fa1bbcf7365497e3449e508fe4fded1a4 (patch)
treecde2d523b37f60bd92d071c111eb37adf780661a
parentd7e3ff56554c83375389f89136c74330cc0e70c3 (diff)
downloadgitlab-ce-docs-global-nav-test-build.tar.gz
Revert all to default layoutdocs-global-nav-test-build
-rw-r--r--doc/README.md1
-rw-r--r--doc/administration/auth/README.md1
-rw-r--r--doc/administration/environment_variables.md1
-rw-r--r--doc/administration/gitaly/index.md1
-rw-r--r--doc/administration/index.md1
-rw-r--r--doc/administration/pages/index.md1
-rw-r--r--doc/ci/README.md1
-rw-r--r--doc/ci/environments.md1
-rw-r--r--doc/ci/examples/README.md1
-rw-r--r--doc/ci/review_apps/index.md1
-rw-r--r--doc/ci/yaml/README.md1
-rw-r--r--doc/development/README.md1
-rw-r--r--doc/development/documentation/index.md1
-rw-r--r--doc/development/i18n/index.md1
-rw-r--r--doc/install/README.md1
-rw-r--r--doc/ssh/README.md1
-rw-r--r--doc/topics/authentication/index.md1
-rw-r--r--doc/topics/autodevops/index.md1
-rw-r--r--doc/topics/git/index.md1
-rw-r--r--doc/update/README.md1
-rw-r--r--doc/user/admin_area/settings/continuous_integration.md1
-rw-r--r--doc/user/admin_area/settings/index.md1
-rw-r--r--doc/user/group/index.md1
-rw-r--r--doc/user/index.md1
-rw-r--r--doc/user/markdown.md1
-rw-r--r--doc/user/permissions.md1
-rw-r--r--doc/user/profile/index.md2
-rw-r--r--doc/user/project/clusters/index.md1
-rw-r--r--doc/user/project/container_registry.md1
-rw-r--r--doc/user/project/index.md1
-rw-r--r--doc/user/project/integrations/prometheus_library/index.md1
-rw-r--r--doc/user/project/issues/index.md1
-rw-r--r--doc/user/project/merge_requests/index.md1
-rw-r--r--doc/user/project/pages/index.md1
-rw-r--r--doc/user/project/repository/index.md1
-rw-r--r--doc/user/project/web_ide/index.md1
-rw-r--r--doc/user/project/wiki/index.md1
-rw-r--r--doc/user/snippets.md1
38 files changed, 0 insertions, 39 deletions
diff --git a/doc/README.md b/doc/README.md
index 76dd5d83b4a..27f0ea67ab7 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,7 +1,6 @@
---
comments: false
description: 'Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.'
-layout: default-copy
nav_section: home
nav_category: ""
nav_title: "GitLab"
diff --git a/doc/administration/auth/README.md b/doc/administration/auth/README.md
index ba699dea194..4afadfba4fa 100644
--- a/doc/administration/auth/README.md
+++ b/doc/administration/auth/README.md
@@ -3,7 +3,6 @@ comments: false
nav_section: admin
nav_category: settings
nav_title: "Authentication"
-layout: default-copy
---
# Authentication and Authorization
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md
index 05e444f4b9f..d4f7eb3d4e3 100644
--- a/doc/administration/environment_variables.md
+++ b/doc/administration/environment_variables.md
@@ -1,7 +1,6 @@
---
nav_section: admin
nav_category: settings
-layout: default-copy
---
# Environment Variables
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index 84a93df8a1c..e7d25e41520 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -2,7 +2,6 @@
nav_section: admin
nav_category: settings
nav_title: "Gitaly"
-layout: default-copy
---
# Gitaly
diff --git a/doc/administration/index.md b/doc/administration/index.md
index 15cd6d11983..4367c87f37e 100644
--- a/doc/administration/index.md
+++ b/doc/administration/index.md
@@ -3,7 +3,6 @@ description: 'Learn how to install, configure, update, and maintain your GitLab
nav_section: admin_main
nav_category: ""
nav_title: "Administrator"
-layout: default-copy
---
# Administrator documentation **[CORE ONLY]**
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md
index dbbe74c7bb3..f11c63a5679 100644
--- a/doc/administration/pages/index.md
+++ b/doc/administration/pages/index.md
@@ -3,7 +3,6 @@ description: 'Learn how to administer GitLab Pages.'
nav_section: admin
nav_category: settings
nav_title: "GitLab Pages"
-layout: default-copy
---
# GitLab Pages administration
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 4b8c4088306..a9ede9552bd 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -5,7 +5,6 @@ nav_section: user
nav_category: ci
nav_category_position: -1
nav_title: "Overview"
-layout: default-copy
---
# GitLab Continuous Integration (GitLab CI/CD)
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 35fad46c4ca..d9b98d6100b 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: operations
nav_title: Environments
nav_category_position: -2
-layout: default-copy
---
# Introduction to environments and deployments
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 314d5577ac2..5648f656385 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -3,7 +3,6 @@ comments: false
nav_section: user
nav_category: ci
nav_title: "Examples"
-layout: default-copy
---
# GitLab CI/CD Examples
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 1c09026ad16..b22e88fdafb 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: ci
-layout: default-copy
---
# Review Apps
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 5511a537691..ac508fb60ff 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: ci
nav_title: "Configuration"
-layout: default-copy
---
# Configuration of your jobs with .gitlab-ci.yml
diff --git a/doc/development/README.md b/doc/development/README.md
index 8650ff6ceee..1ed771c255b 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -4,7 +4,6 @@ description: 'Learn how to contribute to GitLab.'
nav_section: development_main
nav_category: ""
nav_title: "Contributor"
-layout: default-copy
---
# GitLab development guides
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md
index f92cda8b4b7..6c480f7d674 100644
--- a/doc/development/documentation/index.md
+++ b/doc/development/documentation/index.md
@@ -3,7 +3,6 @@ description: Learn how to contribute to GitLab Documentation.
nav_section: development
nav_category: ""
nav_title: "Documentation"
-layout: default-copy
---
# GitLab Documentation guidelines
diff --git a/doc/development/i18n/index.md b/doc/development/i18n/index.md
index 863b8d0df19..48c9647a783 100644
--- a/doc/development/i18n/index.md
+++ b/doc/development/i18n/index.md
@@ -2,7 +2,6 @@
nav_section: development
nav_category: ""
nav_title: "Translate GitLab"
-layout: default-copy
---
# Translate GitLab to your language
diff --git a/doc/install/README.md b/doc/install/README.md
index df0b9fccaee..f7e2b6e2a6a 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -5,7 +5,6 @@ nav_section: admin
nav_category: instance
nav_title: "Install"
nav_category_position: -2
-layout: default-copy
---
# Installation
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index 9aa762cb18d..5150ce70236 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: general
nav_title: SSH
-layout: default-copy
---
# GitLab and SSH keys
diff --git a/doc/topics/authentication/index.md b/doc/topics/authentication/index.md
index 3bfbc376ab7..9767b7e854f 100644
--- a/doc/topics/authentication/index.md
+++ b/doc/topics/authentication/index.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: general
-layout: default-copy
---
# Authentication
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index b6f6650dc4d..fde929a53a9 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: ci
nav_category_position: 2
-layout: default-copy
---
# Auto DevOps
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
index b8e4dcef0cd..82fb29f719e 100644
--- a/doc/topics/git/index.md
+++ b/doc/topics/git/index.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: general
nav_title: Git
-layout: default-copy
---
# Git documentation
diff --git a/doc/update/README.md b/doc/update/README.md
index 7af50eab9f8..8e468123555 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -3,7 +3,6 @@ nav_section: admin
nav_category: instance
nav_title: "Update"
nav_category_position: -1
-layout: default-copy
---
# Updating GitLab
diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md
index 1b1f8c57953..249ab4f7a93 100644
--- a/doc/user/admin_area/settings/continuous_integration.md
+++ b/doc/user/admin_area/settings/continuous_integration.md
@@ -2,7 +2,6 @@
nav_section: admin
nav_category: settings
nav_title: "CI/CD"
-layout: default-copy
---
# Continuous Integration and Deployment Admin settings **[CORE ONLY]**
diff --git a/doc/user/admin_area/settings/index.md b/doc/user/admin_area/settings/index.md
index 85dcc10f281..3f71d25c031 100644
--- a/doc/user/admin_area/settings/index.md
+++ b/doc/user/admin_area/settings/index.md
@@ -3,7 +3,6 @@ nav_section: admin
nav_category: settings
nav_title: "Admin area"
nav_category_position: -1
-layout: default-copy
---
# Admin area settings **[CORE ONLY]**
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 3bf085aafb7..8d7aecc1564 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: essentials
nav_category_position: -3
nav_title: "Groups"
-layout: default-copy
---
# Groups
diff --git a/doc/user/index.md b/doc/user/index.md
index 79f8cbf97a9..6613961382a 100644
--- a/doc/user/index.md
+++ b/doc/user/index.md
@@ -3,7 +3,6 @@ description: 'Read through the GitLab User documentation to learn how to use, co
nav_section: user_main
nav_category: ""
nav_title: "User"
-layout: default-copy
---
# User documentation
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index d8dfddde99c..7b6d8390493 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: account
nav_category_position: 2
nav_title: Markdown
-layout: default-copy
---
# GitLab Markdown
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 34c3139484c..21b61e63f2a 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -3,7 +3,6 @@ description: 'Understand and explore the user permission levels in GitLab, and w
nav_section: user
nav_category: account
nav_category_position: 1
-layout: default-copy
---
# Permissions
diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md
index 3e1056f0ee5..c49a0b81501 100644
--- a/doc/user/profile/index.md
+++ b/doc/user/profile/index.md
@@ -2,8 +2,6 @@
nav_section: user
nav_category: account
nav_title: "Account and profile"
-nav_category_position: 0
-layout: default-copy
---
# User account
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 2aefa820b47..be7935eb6e5 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: operations
nav_title: Kubernetes
nav_category_position: -1
-layout: default-copy
---
# Connecting GitLab with a Kubernetes cluster
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index 5c1a924e4b9..b8fedbe07af 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: ci
nav_title: "Container Registry"
nav_category_position: 2
-layout: default-copy
---
# GitLab Container Registry
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index 6984234b395..2ac99b78f60 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: essentials
nav_title: Projects
nav_category_position: -2
-layout: default-copy
---
# Projects
diff --git a/doc/user/project/integrations/prometheus_library/index.md b/doc/user/project/integrations/prometheus_library/index.md
index 0ace3e0cf4f..c298d67a732 100644
--- a/doc/user/project/integrations/prometheus_library/index.md
+++ b/doc/user/project/integrations/prometheus_library/index.md
@@ -3,7 +3,6 @@ nav_section: user
nav_category: operations
nav_title: Metrics
nav_category_position: -3
-layout: default-copy
---
# Prometheus Metrics library
diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md
index f9f2d2434cd..f67c08e6490 100644
--- a/doc/user/project/issues/index.md
+++ b/doc/user/project/issues/index.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: essentials
-layout: default-copy
---
# Issues
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 19d113fb905..58d974a5644 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: essentials
-layout: default-copy
---
# Merge Requests
diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md
index 8fd20ca5122..3278564b173 100644
--- a/doc/user/project/pages/index.md
+++ b/doc/user/project/pages/index.md
@@ -2,7 +2,6 @@
description: 'Learn how to use GitLab Pages to deploy a static website at no additional cost.'
nav_section: user
nav_category: ci
-layout: default-copy
---
# GitLab Pages
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md
index fbb689665af..d04a1eac8a9 100644
--- a/doc/user/project/repository/index.md
+++ b/doc/user/project/repository/index.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: essentials
nav_category_position: -1
-layout: default-copy
---
# Repository
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
index 670321add48..3084ac52b08 100644
--- a/doc/user/project/web_ide/index.md
+++ b/doc/user/project/web_ide/index.md
@@ -2,7 +2,6 @@
nav_section: user
nav_category: essentials
nav_category_position: 1
-layout: default-copy
---
# Web IDE
diff --git a/doc/user/project/wiki/index.md b/doc/user/project/wiki/index.md
index 98d7b03adeb..96485ec6801 100644
--- a/doc/user/project/wiki/index.md
+++ b/doc/user/project/wiki/index.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: essentials
-layout: default-copy
---
# Wiki
diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 544c902c7b6..21c04f2a347 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -1,7 +1,6 @@
---
nav_section: user
nav_category: essentials
-layout: default-copy
---
# Snippets