Skip to content

Commit df43aa8

Browse files
committed
Update Setup
2 parents 0f362a2 + 96e79e6 commit df43aa8

34 files changed

Lines changed: 2027 additions & 1615 deletions

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.idea
2+
.zed
23
.vscode
34
.DS_Store
4-
hugo.yaml
5-
.hugo_build.lock
6-
/data
7-
/themes
8-
/static
5+
.hugo_build.lock

β€Ž.gitmodulesβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/E25DX"]
2+
path = themes/E25DX
3+
url = https://github.com/dumindu/E25DX.git

β€Žassets/hero.svgβ€Ž

Lines changed: 1 addition & 0 deletions
Loading

β€Ždata/en/docs/sidebar.ymlβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- title: Documentation
2+
pages:
3+
- title: Overview
4+
5+
- title: Building a Dockerized RESTful API
6+
replaceFirstPageTitle: Overview
7+
pages:
8+
- title: Building a Dockerized RESTful API application in Go
9+
- title: Hello World server
10+
- title: Database and migrations
11+
- title: Configurations
12+
- title: Routes and OpenAPI specification
13+
- title: Repository
14+
- title: Error handling

β€Ždata/en/home/card-grid.yamlβ€Ž

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
header:
2+
title: Contribution
3+
description: Without them, we couldn't build this website
4+
5+
items:
6+
- icon: build/gohugo
7+
title: GoHugo
8+
description: The world’s fastest framework for building websites.
9+
link:
10+
label: Contribute
11+
url: https://gohugo.io/
12+
13+
- icon: build/pagefind
14+
title: Pagefind
15+
description: Fully static search library that aims to perform well on large sites.
16+
link:
17+
label: Contribute
18+
url: https://pagefind.app/
19+
20+
- icon: build/terminal
21+
title: RESTful Go Template
22+
description: A RESTful API template for a Dockerized API with DB migrations, GitOps and Kubernetes Kustomize based CD
23+
link:
24+
label: Contribute
25+
url: https://github.com/learning-cloud-native-go/myapp
26+
27+
- icon: build/web
28+
title: Documentation
29+
description: Help us to improve the documentation.
30+
link:
31+
label: Contribute
32+
url: https://github.com/learning-cloud-native-go/learning-cloud-native-go.github.io

β€Ždata/en/home/hero.yamlβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
badge: Made by a human Β· Made for a human
2+
3+
svg: hero.svg
4+
5+
title: Go Beyond. <br/><span>To The Cloud.</span>
6+
7+
description: Cloud Native Go Tutorials for Everyone!
8+
9+
btn_primary:
10+
label: Get Started
11+
url: /docs
12+
13+
btn_secondary:
14+
label: Contribute
15+
url: https://github.com/learning-cloud-native-go

β€Ždocs/assets/css/docs.min.2a726068cdba8a8877d5eea7bb39727c564a3f5577b7a0e1e182adee0fe5c54e.cssβ€Ž

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/assets/css/docs.min.8e9408609771a441499aa5571a4585b0ca95783b842d5c758af5eef1457b0fe0.cssβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/assets/css/home.min.8be2cba1e2901070d4706b98c8a753a6f9eb3463918684b75e0553ca344d936d.cssβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)