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:
authorAmy Qualls <aqualls@gitlab.com>2020-04-17 08:44:45 +0300
committerEvan Read <eread@gitlab.com>2020-04-17 08:44:45 +0300
commit530d674aefb9b0441eb597870fa25446ce2ffb15 (patch)
treee7494b476d7548e4603d45bbcce0b79cd909e58b
parent483319de52c987bbea6e2217c1a954754bdbf2ea (diff)
Update left menu for Omnibus
The left menu for the Omnibus pages contained only a small subset of the pages in the repo. This commit makes a first guess at adding and organizing the various pages for Omnibus.
-rw-r--r--content/_data/omnibus-nav.yaml111
1 files changed, 110 insertions, 1 deletions
diff --git a/content/_data/omnibus-nav.yaml b/content/_data/omnibus-nav.yaml
index 6cb11c17..b39590ff 100644
--- a/content/_data/omnibus-nav.yaml
+++ b/content/_data/omnibus-nav.yaml
@@ -18,17 +18,126 @@
sections:
- section_title: Omnibus GitLab Docs
section_url: 'README.html'
+
+ - section_title: Architecture
+ section_url: 'architecture/README.html'
+ section_categories:
+ - category_title: Omnibus packages and images
+ category_url: 'package-information/omnibus_packages.html'
+ - category_title: Package information
+ category_url: 'package-information/README.html'
+ - category_title: Package defaults
+ category_url: 'package-information/defaults.html'
+ - category_title: Package licensing
+ category_url: 'package-information/licensing.html'
+ - category_title: Package signatures
+ category_url: 'package-information/signed_packages.html'
+
+ - section_title: Installation
+ section_url: 'installation/'
+ section_categories:
+ - category_title: Container Registry
+ category_url: 'architecture/registry/README.html'
+ - category_title: Deprecation policy
+ category_url: 'package-information/deprecation_policy.html'
+ - category_title: Deprecated OSes
+ category_url: 'package-information/deprecated_os.html'
+ - category_title: Docker images
+ category_url: 'docker/README.html'
+
- section_title: Configure
section_url: 'settings/README.html'
+ section_categories:
+ - category_title: Custom environment variables
+ category_url: 'settings/environment-variables.html'
+ - category_title: Backups
+ category_url: 'settings/backups.html'
+ - category_title: Database
+ category_url: 'settings/database.html'
+ - category_title: GitLab Mattermost
+ category_url: 'gitlab-mattermost/README.html'
+ - category_title: Grafana
+ category_url: 'settings/grafana.html'
+ - category_title: High availability roles
+ category_url: 'roles/README.html'
+ - category_title: LDAP
+ category_url: 'settings/ldap.html'
+ - category_title: Logs
+ category_url: 'settings/logs.html'
+ - category_title: NGINX
+ category_url: 'settings/nginx.html'
+ - category_title: Praefect
+ category_url: 'settings/praefect.html'
+ - category_title: Prometheus
+ category_url: 'settings/prometheus.html'
+ - category_title: Puma
+ category_url: 'settings/puma.html'
+ - category_title: Raspberry Pi
+ category_url: 'settings/rpi.html'
+ - category_title: Redis
+ category_url: 'settings/redis.html'
+ - category_title: SMTP
+ category_url: 'settings/smtp.html'
+ - category_title: SSL
+ category_url: 'settings/ssl.html'
+ - category_title: Unicorn
+ category_url: 'settings/unicorn.html'
+
+ - section_title: Release process
+ section_url: 'release/README.html'
+ section_categories:
+ - category_title: OpenShift release process
+ category_url: 'release/openshift.html'
+
- section_title: Update
section_url: 'update/README.html'
+ section_categories:
+ - category_title: Convert to Omnibus
+ category_url: 'update/convert_to_omnibus.html'
+ - category_title: Package signatures
+ category_url: 'update/package_signatures.html'
+ - category_title: GitLab 12 changes
+ category_url: 'update/gitlab_12_changes.html'
+ - category_title: GitLab 11 changes
+ category_url: 'update/gitlab_11_changes.html'
+ - category_title: GitLab 10 changes
+ category_url: 'update/gitlab_10_changes.html'
+
- section_title: Maintain
section_url: 'maintenance/README.html'
+
- section_title: Troubleshoot
section_url: 'common_installation_problems/README.html'
- - section_title: Contribute
+
+ - section_title: Development
section_url: 'development/README.html'
section_categories:
- category_title: Documentation
category_url: 'https://docs.gitlab.com/ee/development/documentation/'
external_url: true
+ - category_title: Set up a build environment
+ category_url: 'build/prepare-build-environment.html'
+ - category_title: Set up a development environment
+ category_url: 'development/setup.html'
+ - category_title: Config options
+ category_url: 'settings/configuration.html'
+ - category_title: Changing YAML config options
+ category_url: 'settings/gitlab.yml.html'
+ - category_title: Prepare a build environment
+ category_url: 'build/README.html'
+ - category_title: Adding deprecation messages
+ category_url: 'development/adding-deprecation-messages.html'
+ - category_title: Adding new gitlab-ctl commands
+ category_url: 'development/gitlab-ctl-commands.html'
+ - category_title: Adding new services
+ category_url: 'development/new-services.html'
+ - category_title: Adding new software definitions
+ category_url: 'development/new-software-definition.html'
+ - category_title: Creating patches
+ category_url: 'development/creating-patches.html'
+ - category_title: Installing OpenShift
+ category_url: 'development/openshift/README.html'
+ - category_title: Managing PostgreSQL versions
+ category_url: 'development/managing-postgresql-versions.html'
+ - category_title: Working with public_attributes.json
+ category_url: 'development/public-attributes.html'