Skip to content

Commit e12a79d

Browse files
authored
fix: Crowdin link and architecture overview (#61)
1 parent ae15068 commit e12a79d

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pages": ["overview", "..."]
3+
}

content/docs/helping-out/translating.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use informal language for translations
1111

1212
## Getting Started
1313

14-
1. Visit our [Crowdin project page](https://crowdin.com/project/orca-cd).
14+
1. Visit our [Crowdin project page](https://crowdin.com/project/orcacd).
1515
2. Choose the language you wish to translate into.
1616
3. Open the `en.json` source file.
1717
4. Now you can start translating the strings.

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The goal of this course was to go through the typical phases of a software proje
1717

1818
The motivation for this project is based on a prior project for another course where we used [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) for GitOps deployments on Kubernetes. While ArgoCD is a powerful tool, it only supports Kubernetes and is not suitable for everyone. Since most of us already have a VPS with Docker running, we wanted to create a simple GitOps tool that can be used with Docker without the need for Kubernetes.
1919

20-
The structure, architecture and concepts of OrcaCD can be found in the [architecture documentation](/docs/architecture).
20+
The structure, architecture and concepts of OrcaCD can be found in the [architecture documentation](/docs/architecture/overview).
2121

2222
![Applications Page](/assets/docs/applications-page.png?url)
2323

0 commit comments

Comments
 (0)