From 11dda519710200b7a062575c659e478165c86ff6 Mon Sep 17 00:00:00 2001 From: alex289 Date: Wed, 15 Jul 2026 13:18:12 +0200 Subject: [PATCH 1/2] fix: Crowdin link and architecture overview --- content/docs/architecture/meta.json | 3 +++ content/docs/architecture/{index.mdx => overview.mdx} | 0 content/docs/helping-out/translating.mdx | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 content/docs/architecture/meta.json rename content/docs/architecture/{index.mdx => overview.mdx} (100%) diff --git a/content/docs/architecture/meta.json b/content/docs/architecture/meta.json new file mode 100644 index 0000000..9c403d9 --- /dev/null +++ b/content/docs/architecture/meta.json @@ -0,0 +1,3 @@ +{ + "pages": ["overview", "..."] +} diff --git a/content/docs/architecture/index.mdx b/content/docs/architecture/overview.mdx similarity index 100% rename from content/docs/architecture/index.mdx rename to content/docs/architecture/overview.mdx diff --git a/content/docs/helping-out/translating.mdx b/content/docs/helping-out/translating.mdx index 5a6aafd..d951261 100644 --- a/content/docs/helping-out/translating.mdx +++ b/content/docs/helping-out/translating.mdx @@ -11,7 +11,7 @@ Use informal language for translations ## Getting Started -1. Visit our [Crowdin project page](https://crowdin.com/project/orca-cd). +1. Visit our [Crowdin project page](https://crowdin.com/project/orcacd). 2. Choose the language you wish to translate into. 3. Open the `en.json` source file. 4. Now you can start translating the strings. From fa6b773b972c316e9da637882937100f94be25e8 Mon Sep 17 00:00:00 2001 From: alex289 Date: Wed, 15 Jul 2026 13:20:38 +0200 Subject: [PATCH 2/2] fix: Build --- content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/index.mdx b/content/docs/index.mdx index 74b02c5..e845b4a 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -17,7 +17,7 @@ The goal of this course was to go through the typical phases of a software proje 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. -The structure, architecture and concepts of OrcaCD can be found in the [architecture documentation](/docs/architecture). +The structure, architecture and concepts of OrcaCD can be found in the [architecture documentation](/docs/architecture/overview). ![Applications Page](/assets/docs/applications-page.png?url)