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. 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)