Skip to content

Commit cfbf768

Browse files
committed
Merge branch 'feature/docs' into develop
2 parents 8ff2e8f + 523f356 commit cfbf768

File tree

51 files changed

+11
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+11
-281
lines changed

argo-cd/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ sudo chmod +x /usr/local/bin/argocd
3535

3636
```ps1
3737
choco install -y argocd
38-
39-
# choco uninstall -y argocd
4038
```
4139

4240
### Install ArgoCD

aws/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77
```sh
88
brew install awscli
9-
10-
# brew uninstall awscli
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y awscli
17-
18-
# choco uninstall -y awscli
1915
```
2016

2117
## References

aws/localstack/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install localstack/tap/localstack-cli
9-
10-
# brew uninstall localstack/tap/localstack-cli
119
```

confluent/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,24 @@ And it is possible to run the Kafka servers using `docker-compose` for testing p
1919

2020
docs:
2121

22-
- Confluent Platform: <https://docs.confluent.io/platform/current/overview.html>
23-
- Confluent for Kubernetes: <https://docs.confluent.io/operator/current/overview.html>
22+
- [Confluent Platform docs](https://docs.confluent.io/platform/current/overview.html)
23+
- [Confluent for Kubernetes docs](https://docs.confluent.io/operator/current/overview.html)
2424

2525
confluent github examples:
2626

27-
- <https://github.com/confluentinc/examples.git>
28-
- <https://github.com/confluentinc/kafka-streams-examples.git>
29-
- <https://github.com/confluentinc/confluent-kubernetes-examples.git>
27+
- [confluent examples github](https://github.com/confluentinc/examples.git)
28+
- [confluent kafka streams examples github](https://github.com/confluentinc/kafka-streams-examples.git)
29+
- [confluent kubernetes examples github](https://github.com/confluentinc/confluent-kubernetes-examples.git)
30+
- [confluent ksqldb examples github](https://github.com/confluentinc/demo-scene.git)
3031

3132
ksqldb:
3233

3334
- [/infrastructure-examples/kafka/ksqldb](/kafka/ksqldb/)
3435

3536
monitoring:
3637

37-
- confluent platform monitoring stack: <https://github.com/confluentinc/jmx-monitoring-stacks.git>
38-
- confluent kafka monitoring: <https://docs.confluent.io/platform/current/kafka/monitoring.html>
39-
- confluent schema registry monitoring: <https://docs.confluent.io/platform/current/schema-registry/monitoring.html>
40-
- confluent kafka connect monitoring: <https://docs.confluent.io/home/connect/monitoring.html>
41-
- ksqldb monitoring: <https://docs.ksqldb.io/en/latest/reference/metrics/>
38+
- [confluent platform monitoring stack](https://github.com/confluentinc/jmx-monitoring-stacks.git)
39+
- [confluent kafka monitoring docs](https://docs.confluent.io/platform/current/kafka/monitoring.html)
40+
- [confluent schema registry monitoring docs](https://docs.confluent.io/platform/current/schema-registry/monitoring.html)
41+
- [confluent kafka connect monitoring docs](https://docs.confluent.io/home/connect/monitoring.html)
42+
- [ksqldb monitoring docs](https://docs.ksqldb.io/en/latest/reference/metrics/)

cpp/clang-format/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install clang-format
9-
10-
# brew uninstall clang-format
119
```

cpp/cmake/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77
```sh
88
brew install cmake
9-
10-
# brew uninstall cmake
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
17-
18-
# choco uninstall -y cmake
1915
```
2016

2117
## References

cpp/doxygen/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ sudo apt-get install -y doxygen
1212

1313
```sh
1414
choco install -y doxygen.install
15-
16-
# choco uninstall -y doxygen.install
1715
```

cpp/llvm/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66

77
```sh
88
brew install llvm
9-
10-
# brew uninstall llvm
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y llvm
17-
18-
# choco uninstall -y llvm
1915
```

cpp/ninja/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install ninja
9-
10-
# brew uninstall ninja
119
```

docker/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,12 @@ exit
9191

9292
```sh
9393
brew install --cask docker
94-
95-
# brew uninstall --cask docker
9694
```
9795

9896
### Chocolatey
9997

10098
```ps1
10199
choco install -y docker-cli
102-
103-
# choco uninstall -y docker-cli
104100
```
105101

106102
## Build image

0 commit comments

Comments
 (0)