Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/docs/architecture/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pages": ["overview", "..."]
}
2 changes: 1 addition & 1 deletion content/docs/helping-out/translating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down