Skip to content

Commit 74ee834

Browse files
committed
Update server 4.7 broken links (#202)
* fix broken links * fix lint errors * fix some tab labels
1 parent e13d2ed commit 74ee834

File tree

11 files changed

+69
-87
lines changed

11 files changed

+69
-87
lines changed

docs/server-admin/modules/ROOT/nav.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
* xref:overview:index.adoc[CircleCI server 4.7]
2-
** xref:overview:circleci-server-overview.adoc[CircleCI Server Overview]
1+
* CircleCI server 4.7
2+
** xref:overview:circleci-server-overview.adoc[CircleCI server Overview]
33
** xref:overview:release-notes.adoc[Release notes]
44
5-
* xref:installation:index.adoc[Installing CircleCI server]
6-
** xref:installation:install-on-aws.adoc[Install on AWS]
5+
* Installing CircleCI server
6+
** Install on AWS
77
*** xref:installation:phase-1-aws-prerequisites.adoc[Phase 1: AWS prerequisites]
88
*** xref:installation:phase-2-aws-core-services.adoc[Phase 2: AWS Core services installation]
99
*** xref:installation:phase-3-aws-execution-environments.adoc[Phase 3: AWS execution environments installation]
1010
*** xref:installation:phase-4-aws-post-installation.adoc[Phase 4: AWS post-installation]
11-
** xref:installation:install-on-gcp.adoc[Install on GCP]
11+
** Install on GCP
1212
*** xref:installation:phase-1-gcp-prerequisites.adoc[Phase 1: GCP prerequisites]
1313
*** xref:installation:phase-2-gcp-core-services.adoc[Phase 2: GCP Core services installation]
1414
*** xref:installation:phase-3-gcp-execution-environments.adoc[Phase 3: GCP execution environments installation]
@@ -18,16 +18,16 @@
1818
** xref:installation:upgrade-server.adoc[Upgrading server]
1919
** xref:installation:installation-reference.adoc[Installation reference]
2020
21-
* xref:air-gapped-installation:index.adoc[Installing CircleCI server in an air-gapped environment]
21+
* Installing CircleCI server in an air-gapped environment
2222
** xref:air-gapped-installation:phase-1-prerequisites.adoc[Phase 1 - Prerequisites]
2323
** xref:air-gapped-installation:phase-2-configure-object-storage.adoc[Phase 2 - Configure object storage]
2424
** xref:air-gapped-installation:phase-3-install-circleci-server.adoc[Phase 3 - Install CircleCI server]
2525
** xref:air-gapped-installation:phase-4-configure-nomad-clients.adoc[Phase 4 - Configure Nomad clients]
2626
** xref:air-gapped-installation:phase-5-test-your-installation.adoc[Phase 5 - Test installation]
2727
** xref:air-gapped-installation:additional-considerations.adoc[Additional considerations]
28-
** xref:air-gapped-installation:example-values.adoc[Example values.yaml]
28+
** xref:air-gapped-installation:example-values.adoc[Example Values YAML]
2929
30-
* xref:operator:index.adoc[CircleCI server operator guide]
30+
* CircleCI server operator guide
3131
** xref:operator:operator-overview.adoc[Operator overview]
3232
** xref:operator:introduction-to-nomad-cluster-operation.adoc[Introduction to Nomad cluster operation]
3333
** xref:operator:managing-user-accounts.adoc[Managing user accounts]
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
= CircleCI server administration v4.7
2-
:page-noindex: true
2+
:page-layout: subsection
3+
:page-description: Landing page for CircleCI server administration v4.7.
4+
5+
CircleCI server is the on-premises CircleCI platform. In this section you will find the documentation for installing, configuring, and managing CircleCI server.

docs/server-admin/modules/ROOT/partials/installation/phase-1.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CircleCI server v4.7 is installed as a Helm chart. The installation process is broken down into four phases. There is a validation step at the end of each phase, allowing you to confirm success before moving to the next phase. Depending on your requirements, phases 3 and 4 may include multiple steps. This installation guide assumes you have already read the xref:server-admin:overview:circleci-server-overview.adoc[CircleCI server v4.7 overview].
1+
CircleCI server v4.7 is installed as a Helm chart. The installation process is broken down into four phases. Each phase has a validation step at the end, allowing you to confirm success before moving to the next phase. Depending on your requirements, phases 3 and 4 may include multiple steps. This installation guide assumes you have already read the xref:server-admin:overview:circleci-server-overview.adoc[CircleCI server v4.7 overview].
22

33
NOTE: In the following sections, replace any sections indicated by `< >` with your details.
44

@@ -48,7 +48,7 @@ endif::env-aws[]
4848
| Infrastructure Management
4949
| Required for installations within GCP or AWS
5050

51-
| Install and configure link:https://docs.min.io/docs/minio-client-quickstart-guide.html[MinIO CLI] for your storage provider if you choose not to use AWS or GCP object storage.
51+
| Install and configure link:https://min.io/docs/minio/linux/reference/minio-mc.html[MinIO CLI] for your storage provider if you choose not to use AWS or GCP object storage.
5252
| TBC
5353
| TBC
5454
| Required for installations outside AWS and GCP, for example, local installation.
@@ -86,7 +86,7 @@ For high availability, and to avoid potential outages, you should provision subn
8686
8787
[#create-a-kubernetes-cluster]
8888
== 2. Create a Kubernetes cluster
89-
CircleCI server installs into an existing Kubernetes cluster. If you have not already created a cluster, you should do so next. There are instructions for creating a cluster below, or if you are installing locally, first consider the sizing, version, and permissions requirements.
89+
CircleCI server installs into an existing Kubernetes cluster. If you have not already created a cluster, you should do so next. Instructions for creating a cluster are provided below. If you are installing locally, first consider the sizing, version, and permissions requirements.
9090

9191
[#cluster-requirements]
9292
=== Cluster requirements
@@ -728,7 +728,7 @@ aws iam create-policy --policy-name circleci-s3 --policy-document file://<POLICY
728728
aws iam attach-role-policy --role-name <OBJECT_STORAGE_ROLE_NAME> --policy-arn=<STORAGE_POLICY_ARN>
729729
----
730730
--
731-
IAM_access_keys::
731+
IAM access keys::
732732
+
733733
--
734734
**Option 2:** IAM access keys
@@ -912,7 +912,7 @@ gcloud projects add-iam-policy-binding <PROJECT_ID> \
912912
+
913913
[tabs]
914914
====
915-
Workload_Identity::
915+
Workload Identity::
916916
+
917917
--
918918
**Option 1:** Workload Identity
@@ -939,7 +939,7 @@ gcloud projects add-iam-policy-binding <PROJECT_ID> \
939939
--condition=None
940940
----
941941
--
942-
Static_credentials::
942+
Static credentials::
943943
+
944944
--
945945
**Option 2:** Static credentials

0 commit comments

Comments
 (0)