Skip to content

Commit f64bed1

Browse files
committed
add helm-charts + awesome-ci
1 parent 8b83a7d commit f64bed1

11 files changed

+73
-2
lines changed

.gitmodules

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[submodule "modules/ng-mat-components"]
22
path = modules/ng-mat-components
33
url = https://github.com/fullstack-devops/ng-mat-components.git
4-
branch = bugfix/init-docs
4+
branch = bugfix/init-docs
5+
[submodule "modules/awesome-ci"]
6+
path = modules/awesome-ci
7+
url = https://github.com/fullstack-devops/awesome-ci.git
8+
branch = main
9+
[submodule "modules/helm-charts"]
10+
path = modules/helm-charts
11+
url = https://github.com/fullstack-devops/helm-charts.git
12+
branch = main

docs/03-awesome-ci/01-overview.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Overview
3+
---
4+
5+
import ReadmePartial from '../../modules/awesome-ci/README.md';
6+
7+
CI Tool for cross plattform builds
8+
9+
- **lib type**: Golang
10+
- **repo**: https://github.com/fullstack-devops/awesome-ci
11+
12+
---
13+
14+
<ReadmePartial name="Readme" />

docs/03-awesome-ci/_category_.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
label: "Awesome CI"
2+
collapsible: true
3+
collapsed: true
4+
# className: red
5+
link:
6+
type: generated-index
7+
title: Awesome CI

docs/04-helm-charts/01-overview.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Overview
3+
---
4+
5+
import ReadmePartial from '../../modules/helm-charts/README.md';
6+
7+
CI Tool for cross plattform builds
8+
9+
- **lib type**: helm charts repository
10+
- **repo**: https://github.com/fullstack-devops/helm-charts
11+
12+
---
13+
14+
<ReadmePartial name="Readme" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
label: "charts"
2+
collapsible: true
3+
collapsed: true
4+
link:
5+
type: generated-index
6+
title: charts
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Excalidraw
3+
---
4+
5+
import ReadmePartial from "../../../modules/helm-charts/charts/excalidraw/README.md";
6+
7+
<ReadmePartial name="Readme" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: GitHub actions runner
3+
---
4+
5+
import ReadmePartial from "../../../modules/helm-charts/charts/github-actions-runner/README.md";
6+
7+
<ReadmePartial name="Readme" />

docs/04-helm-charts/_category_.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
label: "K8s helm charts"
2+
collapsible: true
3+
collapsed: true
4+
link:
5+
type: generated-index
6+
title: K8s helm charts

modules/awesome-ci

Submodule awesome-ci added at 6bd804a

modules/helm-charts

Submodule helm-charts added at 9f3009e

modules/ng-mat-components

0 commit comments

Comments
 (0)