Skip to content

Commit

Permalink
docs: remove square brackets from contribute/general/technologies (#2745
Browse files Browse the repository at this point in the history
)

Signed-off-by: adheeshsharma19 <adheesh.sharma19@gmail.com>
Co-authored-by: Adam Gardner <26523841+agardnerIT@users.noreply.github.com>
Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 5, 2024
1 parent 57f57db commit 47d573f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions docs-new/docs/contribute/general/technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,50 @@ so a good understanding of Kubernetes is essential
for working with and contributing to Keptn.

* **Understand the basics of Kubernetes**
* [ ] [Kubernetes official documentation](https://kubernetes.io/docs/concepts/overview/)
* [ ] [Kubernetes For Beginner](https://youtu.be/X48VuDVv0do)
* [Kubernetes official documentation](https://kubernetes.io/docs/concepts/overview/)
* [Kubernetes For Beginner](https://youtu.be/X48VuDVv0do)
* **Kubernetes Architecture**
* [ ] [Philosophy](https://youtu.be/ZuIQurh_kDk)
* [ ] [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down](https://www.youtube.com/watch?v=90kZRyPcRZw)
* [Philosophy](https://youtu.be/ZuIQurh_kDk)
* [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down](https://www.youtube.com/watch?v=90kZRyPcRZw)
* **CRD**
* [ ] [Custom Resource Definition (CRD)](https://www.youtube.com/watch?v=xGafiZEX0YA)
* [ ] [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g)
* [ ] [Writing Kubernetes Controllers for CRDs](https://www.youtube.com/watch?v=7wdUa4Ulwxg)
* [Custom Resource Definition (CRD)](https://www.youtube.com/watch?v=xGafiZEX0YA)
* [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g)
* [Writing Kubernetes Controllers for CRDs](https://www.youtube.com/watch?v=7wdUa4Ulwxg)
* **Kube-builder Tutorial**
* [ ] [book.kubebuilder.io](https://book.kubebuilder.io/introduction.html)
* [book.kubebuilder.io](https://book.kubebuilder.io/introduction.html)
* **Isitobservable**
* [ ] Keptn has tight integrations with Observability tools and therefore knowing how to _Observe a System_ is important.
* [ ] [Isitobservable website](https://isitobservable.io/)
* [ ] [Is it Observable?
* Keptn has tight integrations with Observability tools and therefore knowing how to _Observe a System_ is important.
* [Isitobservable website](https://isitobservable.io/)
* [Is it Observable?
with Henrik Rexed](https://www.youtube.com/watch?v=aMwk2qo0v40)

## Development tools

* **Go language**
Most of the Keptn software and many of the test tools
are written in the Go language.
* [ ] [Go web page](https://go.dev/)
* [Go web page](https://go.dev/)
has tutorials and documentation.
* [ ] [Ginkgo library](https://github.com/onsi/ginkgo/blob/master/README.md)
* [Ginkgo library](https://github.com/onsi/ginkgo/blob/master/README.md)
is used with the
[Gomega matcher](https://onsi.github.io/gomega/)
to implement component tests and end-to-end tests.
* **KUTTL (KUbernetes Test TooL)**
Some test tools are written in KUTTL
* [ ] [KUTTL web page](https://kuttl.dev/)
* [KUTTL web page](https://kuttl.dev/)
has information to get you started
* **Markdown**
Keptn documentation is authored in Markdown
and processed with Hugo using the `docsy` theme.
* [ ] [Markdown Guide](https://www.markdownguide.org/)
* [Markdown Guide](https://www.markdownguide.org/)

## Understanding SLO, SLA, SLIs

* **Overview**
* [ ] [Overview](https://www.youtube.com/watch?v=tEylFyxbDLE)
* [ ] [The Art of SLOs (Service Level Objectives)](https://www.youtube.com/watch?v=E3ReKuJ8ewA)
* [Overview](https://www.youtube.com/watch?v=tEylFyxbDLE)
* [The Art of SLOs (Service Level Objectives)](https://www.youtube.com/watch?v=E3ReKuJ8ewA)

### Operator SDK

* **Go-based Operators**
* [ ] [Go operator tutorial from RedHat](https://docs.okd.io/latest/operators/operator_sdk/golang/osdk-golang-tutorial.html)
* [Go operator tutorial from RedHat](https://docs.okd.io/latest/operators/operator_sdk/golang/osdk-golang-tutorial.html)
36 changes: 18 additions & 18 deletions docs/content/en/contribute/general/technologies/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,50 +18,50 @@ so a good understanding of Kubernetes is essential
for working with and contributing to Keptn.

* **Understand the basics of Kubernetes**
* [ ] [Kubernetes official documentation](https://kubernetes.io/docs/concepts/overview/)
* [ ] [Kubernetes For Beginner](https://youtu.be/X48VuDVv0do)
* [Kubernetes official documentation](https://kubernetes.io/docs/concepts/overview/)
* [Kubernetes For Beginner](https://youtu.be/X48VuDVv0do)
* **Kubernetes Architecture**
* [ ] [Philosophy](https://youtu.be/ZuIQurh_kDk)
* [ ] [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down](https://www.youtube.com/watch?v=90kZRyPcRZw)
* [Philosophy](https://youtu.be/ZuIQurh_kDk)
* [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down](https://www.youtube.com/watch?v=90kZRyPcRZw)
* **CRD**
* [ ] [Custom Resource Definition (CRD)](https://www.youtube.com/watch?v=xGafiZEX0YA)
* [ ] [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g)
* [ ] [Writing Kubernetes Controllers for CRDs](https://www.youtube.com/watch?v=7wdUa4Ulwxg)
* [Custom Resource Definition (CRD)](https://www.youtube.com/watch?v=xGafiZEX0YA)
* [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g)
* [Writing Kubernetes Controllers for CRDs](https://www.youtube.com/watch?v=7wdUa4Ulwxg)
* **Kube-builder Tutorial**
* [ ] [book.kubebuilder.io](https://book.kubebuilder.io/introduction.html)
* [book.kubebuilder.io](https://book.kubebuilder.io/introduction.html)
* **Isitobservable**
* [ ] Keptn has tight integrations with Observability tools and therefore knowing how to _Observe a System_ is important.
* [ ] [Isitobservable website](https://isitobservable.io/)
* [ ] [Is it Observable?
* Keptn has tight integrations with Observability tools and therefore knowing how to _Observe a System_ is important.
* [Isitobservable website](https://isitobservable.io/)
* [Is it Observable?
with Henrik Rexed](https://www.youtube.com/watch?v=aMwk2qo0v40)

## Development tools

* **Go language**
Most of the Keptn software and many of the test tools
are written in the Go language.
* [ ] [Go web page](https://go.dev/)
* [Go web page](https://go.dev/)
has tutorials and documentation.
* [ ] [Ginkgo library](https://github.com/onsi/ginkgo/blob/master/README.md)
* [Ginkgo library](https://github.com/onsi/ginkgo/blob/master/README.md)
is used with the
[Gomega matcher](https://onsi.github.io/gomega/)
to implement component tests and end-to-end tests.
* **KUTTL (KUbernetes Test TooL)**
Some test tools are written in KUTTL
* [ ] [KUTTL web page](https://kuttl.dev/)
* [KUTTL web page](https://kuttl.dev/)
has information to get you started
* **Markdown**
Keptn documentation is authored in Markdown
and processed with Hugo using the `docsy` theme.
* [ ] [Markdown Guide](https://www.markdownguide.org/)
* [Markdown Guide](https://www.markdownguide.org/)

## Understanding SLO, SLA, SLIs

* **Overview**
* [ ] [Overview](https://www.youtube.com/watch?v=tEylFyxbDLE)
* [ ] [The Art of SLOs (Service Level Objectives)](https://www.youtube.com/watch?v=E3ReKuJ8ewA)
* [Overview](https://www.youtube.com/watch?v=tEylFyxbDLE)
* [The Art of SLOs (Service Level Objectives)](https://www.youtube.com/watch?v=E3ReKuJ8ewA)

### Operator SDK

* **Go-based Operators**
* [ ] [Go operator tutorial from RedHat](https://docs.okd.io/latest/operators/operator_sdk/golang/osdk-golang-tutorial.html)
* [Go operator tutorial from RedHat](https://docs.okd.io/latest/operators/operator_sdk/golang/osdk-golang-tutorial.html)

0 comments on commit 47d573f

Please sign in to comment.