From b9c7ebd500702542da0761be5ba5187afac39f4a Mon Sep 17 00:00:00 2001 From: basebuilder Date: Mon, 12 Feb 2024 10:50:13 +0100 Subject: [PATCH] update Moving Parts flow chart --- docs/intro/strategy.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/intro/strategy.md b/docs/intro/strategy.md index d38c7b4..4172d37 100644 --- a/docs/intro/strategy.md +++ b/docs/intro/strategy.md @@ -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).