diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-23 20:48:08 -0400 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-03 20:13:53 +0200 |
commit | 5a4bab0853fb56121bca943526e3b4186ed44d87 (patch) | |
tree | 515dfa4546543b9387b5951bd6b8847fc4634a09 /doc/install/aws | |
parent | 8a2afff06134447bcf80d39bcb1a5e378789df06 (diff) | |
download | gitlab-ce-5a4bab0853fb56121bca943526e3b4186ed44d87.tar.gz |
Clean up docs under install/docs/ssot-installation-guides
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.
In particular, the changes of this commit touch all files under
doc/install/. Most notably:
- install/redis.md:
Redirect to Redis section of install guide.
- install/pivotal/index.md:
Changed its content to reflect the current status, which is no
longer supported (since 2017!).
- install/google-protobuf.md:
Incorporated inside installation.md under the troubleshooting section.
- install/openshift_and_gitlab.md:
Clarified that this guide is no longer relevant. We might want to
redirect to the Chart docs in the future.
- install/structure.md:
Incorporated inside installation.md under its own section.
- install/kubernetes/index.md:
Redirected to https://docs.gitlab.com/charts
Diffstat (limited to 'doc/install/aws')
-rw-r--r-- | doc/install/aws/index.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index c9fed36f258..73eaf758923 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -1,3 +1,7 @@ +--- +type: howto +--- + # Installing GitLab HA on Amazon Web Services (AWS) This page offers a walkthrough of a common HA (Highly Available) configuration @@ -658,3 +662,15 @@ to request additional material: - [Upload a license](../../user/admin_area/license.md): Activate all GitLab Enterprise Edition functionality with a license. - [Pricing](https://about.gitlab.com/pricing): Pricing for the different tiers. + +<!-- ## Troubleshooting + +Include any troubleshooting steps that you can foresee. If you know beforehand what issues +one might have when setting this up, or when something is changed, or on upgrading, it's +important to describe those, too. Think of things that may go wrong and include them here. +This is important to minimize requests for support and to avoid doc comments with +questions that you know someone might ask. + +Each scenario can be a third-level heading, e.g. `### Getting error message X`. +If you have none to add when creating a doc, leave this section in place +but commented out to help encourage others to add to it in the future. --> |