Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 7b074cd

Browse files
committed
#24 Fix case of titles
There are some rules around how to case titles in English. I justed used the default of tcc[1]: Chicago Manual of Style. 1: https://github.com/nickjj/title-case-converter Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent e74bd1a commit 7b074cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developer-guide/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The operator is written in Golang. To build the operator you will need to instal
1212

1313
For local development we recommend to use [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) or [kind](https://github.com/kubernetes-sigs/kind). If you are using MacOS or Windows you can also use the kubernetes cluster included within Docker for Mac/Windows. All of these tools will enable you to run a local kubernetes cluster on your development machine.
1414

15-
#### Operating your local kubernetes cluster
15+
#### Operating Your Local Kubernetes Cluster
1616

1717
To operate your (local) kubernetes cluster you will need to install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/)
1818

@@ -46,7 +46,7 @@ export S3_USE_SSL="false" # This ensures that the operator will connect even wit
4646
export S3_ENDPOINT="<your.local.ip1address>:9000/"
4747
```
4848

49-
### Build and run the operator
49+
### Build and Run the Operator
5050

5151
To build an run the operator you can simply execute *make* in the *operator* directory of this repository.
5252

@@ -62,13 +62,13 @@ To run the operator locally you can simply execute *make run*
6262
make run
6363
```
6464

65-
## How to a new security scanner
65+
## How to a New Security Scanner
6666

6767
### ScanType Definition
6868

6969
### Parsing SDK
7070

71-
## How to integrate a new hook
71+
## How to Integrate a New Hook
7272

7373
### HookType Definition
7474

0 commit comments

Comments
 (0)