update Moving Parts flow chart
continuous-integration/drone/push Build is passing Details

This commit is contained in:
basebuilder 2024-02-12 10:50:13 +01:00
parent ac6cf7b5dc
commit b9c7ebd500
1 changed files with 3 additions and 4 deletions

View File

@ -24,10 +24,9 @@ _Co-op Cloud_ is made up of a few simple, composable pieces. The system does not
``` mermaid
graph LR
A[Libre Software Apps] --> B{Recipe Packaging};
B --> C[Command-line Tool];
B --> D[Container Orchestrator];
C --> D;
A[Libre Software\n Apps] --> B{Recipe Packaging};
B --> C[CLI Tool];
C --> D[Container\n Orchestrator];
```
Once you [grok](https://en.wikipedia.org/wiki/Grok) this, you grok the moving parts of the entire project. You can then move on to [deploying your first app](/operators/tutorial/#deploy-your-first-app).