Skip to content

Commit a8727bb

Browse files
committed
feat: update intro and config
1 parent e387ff0 commit a8727bb

20 files changed

Lines changed: 60 additions & 25 deletions

File tree

docs/argocd/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: ArgoCD Introduction
44
---
55

66
- [ArgoCD](https://argoproj.github.io/cd)

docs/bash-scripting/README.md

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

docs/bash-scripting/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: Bash Scripting Introduction
44
---
55

66
We start by creating a file with the `.sh` extension. For example, `script.sh`. Then we write the script in it. For example:

docs/devsecops/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: DevSecOps Introduction
44
---
55

66
It is a set of practices that combines software development (Dev) and information security (Sec) to shorten the systems development life cycle while providing continuous monitoring to ensure the delivery of secure software.

docs/docker/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: Docker Introduction
44
---
55

66
## Docker

docs/git/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: Git Introduction
44
---
55

66
Git is a distributed version control system that is used to track changes in source code during software development. It is designed to coordinate work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

docs/github-actions/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: GitHub Actions Introduction
44
---
55

66
## GitHub Actions

docs/gitops/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: GitOps Introduction
44
---
55

66
GitOps is a way of managing Kubernetes clusters using Git as the source of truth.

docs/golang/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: Golang Introduction
44
---
55

6-
Go is statically typed, compiled programming language designed at Google. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
6+
Golang (or Go) is statically typed, compiled programming language designed at Google. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
77

8-
In Go, everything is a package. A package is a collection of source files in the same directory that are compiled together. A package can be imported by other packages. `main` is a special package that defines a standalone executable program, not a library.
8+
In Golang, everything is a package. A package is a collection of source files in the same directory that are compiled together. A package can be imported by other packages. `main` is a special package that defines a standalone executable program, not a library.
99

1010
### Installation
1111

docs/helm/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Introduction
3+
title: Helm Introduction
44
---
55

66
Helm is Package manager for Kubernetes.

0 commit comments

Comments
 (0)