Skip to content

Commit 96443c8

Browse files
author
anmol372
committed
Removed $ prefix from appropriate sh blocks. Increased Heading Size to be greater than subtext <p> block.
1 parent ed28f78 commit 96443c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/en/docs/getting-started/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ These pages are under construction. TODO: Check Prerequisites and update
2727
For installing release versions of OLM, for example version 0.15.1, you can use the following command:
2828

2929
```sh
30-
$ export olm_release=0.15.1
31-
$ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${olm_release}/crds.yaml
32-
$ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${olm_release}/olm.yaml
30+
export olm_release=0.15.1
31+
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${olm_release}/crds.yaml
32+
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${olm_release}/olm.yaml
3333
```
3434

3535
Learn more about available releases [here](https://github.com/operator-framework/operator-lifecycle-manager/releases).
@@ -38,9 +38,9 @@ Learn more about available releases [here](https://github.com/operator-framework
3838
To deploy OLM locally on a [minikube cluster](https://kubernetes.io/docs/tasks/tools/install-minikube/) for development work, use the `run-local` target in the [Makefile](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Makefile).
3939

4040
```sh
41-
$ git clone https://github.com/operator-framework/operator-lifecycle-manager.git
42-
$ cd operator-lifecycle-manager
43-
$ make run-local
41+
git clone https://github.com/operator-framework/operator-lifecycle-manager.git
42+
cd operator-lifecycle-manager
43+
make run-local
4444
```
4545

4646
### Verify Installation

themes/docsy/layouts/partials/section-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
{{ range $pages }}
1919
{{ if eq .Parent $parent }}
2020
<div class="entry">
21-
<h5>
21+
<h3>
2222
<a href="{{ .RelPermalink }}">{{- .Title -}}</a>
23-
</h5>
23+
</h3>
2424
<p>{{ .Description | markdownify }}</p>
2525
</div>
2626
{{ end }}

0 commit comments

Comments
 (0)