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:
authorSusan Tacker <stacker@gitlab.com>2022-09-06 20:49:53 +0300
committerSusan Tacker <stacker@gitlab.com>2022-09-06 20:49:53 +0300
commit0382b4800bdf3216a5898a03acff4eac08bab846 (patch)
treeaf7d075d6f90db47efa12a497f14afeda482ddbf
parent23f591259715c5f0f4e11020be1dd80542f1a1b8 (diff)
parentce0dab47953a59da80e20463e851b272298f4628 (diff)
Merge branch 'sselhorn-main-patch-68259' into 'main'
Moved Contribute to docs to the left See merge request gitlab-org/gitlab-docs!3079
-rw-r--r--content/_data/navigation.yaml83
1 files changed, 43 insertions, 40 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index d7593061..16929619 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2496,46 +2496,6 @@ sections:
docs:
- doc_title: Architecture
doc_url: 'ee/development/architecture.html'
- - doc_title: Contribute to documentation
- doc_url: 'ee/development/documentation/'
- docs:
- - doc_title: How to update the documentation
- doc_url: 'ee/development/documentation/workflow.html'
- - doc_title: Style guide
- doc_url: 'ee/development/documentation/styleguide/'
- - doc_title: Recommended word list
- doc_url: 'ee/development/documentation/styleguide/word_list.html'
- - doc_title: Topic types
- doc_url: 'ee/development/documentation/topic_types/'
- docs:
- - doc_title: Concepts
- doc_url: 'ee/development/documentation/topic_types/concept.html'
- - doc_title: Tasks
- doc_url: 'ee/development/documentation/topic_types/task.html'
- - doc_title: Reference
- doc_url: 'ee/development/documentation/topic_types/reference.html'
- - doc_title: Troubleshooting
- doc_url: 'ee/development/documentation/topic_types/troubleshooting.html'
- - doc_title: Document product versions
- doc_url: 'ee/development/documentation/versions.html'
- - doc_title: Global navigation
- doc_url: 'ee/development/documentation/site_architecture/global_nav.html'
- - doc_title: Testing
- doc_url: 'ee/development/documentation/testing.html'
- - doc_title: Site architecture
- doc_url: 'ee/development/documentation/site_architecture/'
- - doc_title: Folder structure
- doc_url: 'ee/development/documentation/site_architecture/folder_structure.html'
- - doc_title: Deployment process
- doc_url: 'ee/development/documentation/site_architecture/deployment_process.html'
- - doc_title: Documentation review apps
- doc_url: 'ee/development/documentation/review_apps.html'
- - doc_title: Redirects
- doc_url: 'ee/development/documentation/redirects.html'
- - doc_title: Create a GraphQL example page
- doc_url: 'ee/development/documentation/graphql_styleguide.html'
- - doc_title: RESTful API style guide
- doc_url: 'ee/development/documentation/restful_api_styleguide.html'
- doc_title: Development Rake tasks
doc_url: 'ee/development/rake_tasks.html'
docs:
@@ -3110,4 +3070,47 @@ sections:
doc_url: 'charts/development/release.html'
# End GitLab Helm Charts development documentation
+ # Contribute to GitLab docs
+ - category_title: Contribute to documentation
+ category_url: 'ee/development/documentation/'
+ docs:
+ - doc_title: How to update the documentation
+ doc_url: 'ee/development/documentation/workflow.html'
+ - doc_title: Style guide
+ doc_url: 'ee/development/documentation/styleguide/'
+ - doc_title: Recommended word list
+ doc_url: 'ee/development/documentation/styleguide/word_list.html'
+ - doc_title: Topic types
+ doc_url: 'ee/development/documentation/topic_types/'
+ docs:
+ - doc_title: Concepts
+ doc_url: 'ee/development/documentation/topic_types/concept.html'
+ - doc_title: Tasks
+ doc_url: 'ee/development/documentation/topic_types/task.html'
+ - doc_title: Reference
+ doc_url: 'ee/development/documentation/topic_types/reference.html'
+ - doc_title: Troubleshooting
+ doc_url: 'ee/development/documentation/topic_types/troubleshooting.html'
+ - doc_title: Document product versions
+ doc_url: 'ee/development/documentation/versions.html'
+ - doc_title: Global navigation
+ doc_url: 'ee/development/documentation/site_architecture/global_nav.html'
+ - doc_title: Testing
+ doc_url: 'ee/development/documentation/testing.html'
+ - doc_title: Site architecture
+ doc_url: 'ee/development/documentation/site_architecture/'
+ - doc_title: Folder structure
+ doc_url: 'ee/development/documentation/site_architecture/folder_structure.html'
+ - doc_title: Deployment process
+ doc_url: 'ee/development/documentation/site_architecture/deployment_process.html'
+ - doc_title: Documentation review apps
+ doc_url: 'ee/development/documentation/review_apps.html'
+ - doc_title: Redirects
+ doc_url: 'ee/development/documentation/redirects.html'
+ - doc_title: Create a GraphQL example page
+ doc_url: 'ee/development/documentation/graphql_styleguide.html'
+ - doc_title: RESTful API style guide
+ doc_url: 'ee/development/documentation/restful_api_styleguide.html'
+ # End of contribute to docs
+
# End of development documentation