Skip to content

Commit 8ec34e4

Browse files
committed
reorg the getting started sections for better flow of info
1 parent 2bef07f commit 8ec34e4

16 files changed

+379
-379
lines changed

content/blog/2021-12-31-medical-diagnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For a recorded demo deploying the pattern and seeing the dashboards available to
3030

3131
---
3232

33-
To deploy this pattern, follow the instructions outlined on the [getting-started](https://validatedpatterns.io/medical-diagnosis/getting-started/) page.
33+
To deploy this pattern, follow the instructions outlined on the [getting-started](https://validatedpatterns.io/medical-diagnosis/med-getting-started/) page.
3434

3535
### What's happening?
3636

content/learn/importing-a-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ If you use the command line tools above you need to explicitly indicate that the
110110

111111
We do this by adding the label referenced in the managedSite's `clusterSelector`.
112112

113-
1. Find the new cluster.
113+
. Find the new cluster.
114114

115115
+
116116
[source,terminal]
117117
----
118118
oc get managedclusters.cluster.open-cluster-management.io
119119
----
120120

121-
1. Apply the label.
121+
. Apply the label.
122122

123123
+
124124
[source,terminal]

content/learn/vault.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ aliases: /secrets/vault/
1212
= Deploying HashiCorp Vault in a validated pattern
1313

1414
[id="prerequisites"]
15-
= Prerequisites
15+
== Prerequisites
1616

1717
You have deployed/installed a validated pattern using the instructions provided for that pattern. This should include setting having logged into the cluster using `oc login` or setting you `KUBECONFIG` environment variable and running a `make install`.
1818

1919
[id="setting-up-hashicorp-vault"]
20-
= Setting up HashiCorp Vault
20+
== Setting up HashiCorp Vault
2121

2222
Any validated pattern that uses HashiCorp Vault already has deployed Vault as part of the `make install`. To verify that Vault is installed you can first see that the `vault` project exists and then select the Workloads/Pods:
2323

content/patterns/ansible-edge-gitops/installation-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ OpenShift GitOps is central to this pattern as it is responsible for installing
9393

9494
# ODF (OpenShift Data Foundations)
9595

96-
ODF is the storage framework that is needed to provide resilient storage for OpenShift Virtualization. It is managed via the helm chart [here](https://github.com/hybrid-cloud-patterns/ansible-edge-gitops/tree/main/charts/hub/openshift-data-foundations). This is basically the same chart that our Medical Diagnosis pattern uses (see [here](/patterns/medical-diagnosis/getting-started/) for details on the Medical Edge pattern's use of storage).
96+
ODF is the storage framework that is needed to provide resilient storage for OpenShift Virtualization. It is managed via the helm chart [here](https://github.com/hybrid-cloud-patterns/ansible-edge-gitops/tree/main/charts/hub/openshift-data-foundations). This is basically the same chart that our Medical Diagnosis pattern uses (see [here](/patterns/medical-diagnosis/med-getting-started/) for details on the Medical Edge pattern's use of storage).
9797

9898
Please note that this chart will create a Noobaa S3 bucket named nb.epoch_timestamp.cluster-domain which will not be destroyed when the cluster is destroyed.
9999

content/patterns/medical-diagnosis/_index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ include::modules/med-architecture-schema.adoc[leveloffset=+1]
3232
[id="next-steps_med-diag-index"]
3333
== Next steps
3434

35-
* Getting started link:getting-started[Deploy the Pattern]
35+
* link:med-getting-started[Deploy the pattern]

content/patterns/medical-diagnosis/med-cluster-sizing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Cluster Sizing
2+
title: Cluster sizing
33
weight: 20
4-
aliases: /medical-diagnosis/cluster-sizing/
4+
aliases: /medical-diagnosis/med-cluster-sizing/
55
---
66

77
:toc:

0 commit comments

Comments
 (0)