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:
authorAchilleas Pipinellis <axil@gitlab.com>2021-06-28 13:27:12 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-06-28 13:27:12 +0300
commit3e9a2b86319dde22684a4f17b596f94f91cc4ab3 (patch)
tree5cf4fc50f8901fe3d8a9276704a217d7a39a10cb
parentdae85142149c1b6187afde1209c7165ccba720a5 (diff)
parent9749155db7813e09427b6d247b515e9c23a6bfeb (diff)
Merge branch 'remove-readme-symlinks' into 'main'
Remove readme symlink code See merge request gitlab-org/gitlab-docs!1922
-rw-r--r--Rakefile2
-rw-r--r--content/_data/landing.yaml2
-rw-r--r--content/_data/readmes.yaml26
3 files changed, 3 insertions, 27 deletions
diff --git a/Rakefile b/Rakefile
index 677bdb21..96f60873 100644
--- a/Rakefile
+++ b/Rakefile
@@ -207,6 +207,8 @@ task :symlink_readmes do
next if readmes.key?(product['slug']) == false
+ next if readmes.fetch(product['slug']).nil?
+
readmes.fetch(product['slug']).each do |readme|
dirname = File.dirname(readme)
target = "#{dirname}/index.html"
diff --git a/content/_data/landing.yaml b/content/_data/landing.yaml
index e52462a2..28d08690 100644
--- a/content/_data/landing.yaml
+++ b/content/_data/landing.yaml
@@ -86,7 +86,7 @@ referenceLarge:
url: '/ee/administration/reference_architectures/50k_users.html'
cards:
- title: Install with Docker
- url: '/omnibus/docker/'
+ url: '/ee/install/docker.html'
description: GitLab maintains a set of official Docker images based on the Omnibus GitLab package.
- title: Compile from source
url: '/ee/install/installation.html'
diff --git a/content/_data/readmes.yaml b/content/_data/readmes.yaml
index d351ed3c..bfce9234 100644
--- a/content/_data/readmes.yaml
+++ b/content/_data/readmes.yaml
@@ -1,36 +1,10 @@
---
-runner:
- - public/runner/development/README.html
- - public/runner/monitoring/README.html
- - public/runner/executors/README.html
- - public/runner/commands/README.html
- - public/runner/faq/README.html
-omnibus:
- - public/omnibus/development/openshift/README.html
- - public/omnibus/development/README.html
- - public/omnibus/docker/README.html
- - public/omnibus/gitlab-mattermost/README.html
- - public/omnibus/package-information/README.html
- - public/omnibus/release/README.html
- - public/omnibus/settings/README.html
- - public/omnibus/common_installation_problems/README.html
- - public/omnibus/build/README.html
- - public/omnibus/update/README.html
- - public/omnibus/maintenance/README.html
- - public/omnibus/roles/README.html
- - public/omnibus/architecture/registry/README.html
- - public/omnibus/architecture/README.html
- - public/omnibus/README.html
ee:
- public/ee/security/README.html
- public/ee/development/README.html
- public/ee/api/README.html
- public/ee/administration/auth/README.html
- - public/ee/ci/examples/deployment/README.html
- - public/ee/ci/examples/README.html
- public/ee/ci/yaml/README.html
- - public/ee/ci/runners/README.html
- - public/ee/ci/triggers/README.html
- public/ee/ci/variables/README.html
- public/ee/ci/README.html
- public/ee/migrate_ci_to_ce/README.html