Skip to content

Commit a196675

Browse files
author
anmol372
committed
cleanup
1 parent 2c62d17 commit a196675

File tree

4 files changed

+8
-143
lines changed

4 files changed

+8
-143
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ Learn more about available releases [here](https://github.com/operator-framework
3737

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

40-
```bash
41-
git clone https://github.com/operator-framework/operator-lifecycle-manager.git
42-
cd operator-lifecycle-manager
43-
make run-local
40+
```sh
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

netlify.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
[build]
3-
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && npm install postcss-cli autoprefixer@^9.0.0 && hugo --gc --minify -b $URL"
2+
command = "hugo --gc --minify -b $URL"
43
publish = "public"
54

65
[build.environment]
@@ -11,10 +10,10 @@
1110
HUGO_ENV = "production"
1211

1312
[context.deploy-preview]
14-
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && npm install postcss-cli autoprefixer@^9.0.0 && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
13+
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
1514

1615
[context.branch-deploy]
17-
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && npm install postcss-cli autoprefixer@^9.0.0 && hugo --gc --minify -b $DEPLOY_PRIME_URL"
16+
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
1817

1918
[[headers]]
2019
for = "*.webmanifest"
@@ -24,4 +23,4 @@
2423
[[headers]]
2524
for = "index.xml"
2625
[headers.values]
27-
Content-Type = "application/rss+xml"
26+
Content-Type = "application/rss+xml"

themes/docsy/assets/scss/_variable_project.scss

Lines changed: 0 additions & 131 deletions
This file was deleted.

themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-reboot.css

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)