Merge branch 'docs-repo-merge-6-geo' into 'master'

Docs: Merge EE doc/gitlab-geo to CE

See merge request gitlab-org/gitlab-ce!27656
This commit is contained in:
Achilleas Pipinellis 2019-05-05 16:27:37 +00:00
commit 65db7fb35c
20 changed files with 96 additions and 1 deletions

5
doc/gitlab-geo/README.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/index.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/index.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/bring_primary_back.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/bring_primary_back.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/configuration.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/configuration.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/configuration_source.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/configuration_source.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/database.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/database.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/database_source.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/database_source.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/index.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/index.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/docker_registry.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/docker_registry.md).

5
doc/gitlab-geo/faq.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/faq.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/faq.md).

5
doc/gitlab-geo/ha.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/high_availability.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/high_availability.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/object_storage.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/object_storage.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/security_review.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/security_review.md).

5
doc/gitlab-geo/ssh.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/troubleshooting.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/troubleshooting.md).

5
doc/gitlab-geo/tuning.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/tuning.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/tuning.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/updating_the_geo_nodes.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/updating_the_geo_nodes.md).

View File

@ -0,0 +1,5 @@
---
redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md'
---
This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md).

View File

@ -35,7 +35,7 @@ fi
# Do not use 'README.md', instead use 'index.md'
# Number of 'README.md's as of 2018-03-26
NUMBER_READMES_CE=45
NUMBER_READMES_CE=46
NUMBER_READMES_EE=46
FIND_READMES=$(find doc/ -name "README.md" | wc -l)
echo '=> Checking for new README.md files...'