diff --git a/README.md b/README.md index 11e86993..a5975f27 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Codespaces. Alternatively, build, test, and deploy apps locally using the [devcontainer](docs/devcontainer.md). -![](docs/architecture-diagram.png) +![](docs/flowchart.png) ### Pull Request Lifecycle (~5 mins) @@ -40,7 +40,7 @@ Alternatively, build, test, and deploy apps locally using the 2. Work on changes (e.g. fix a bug or add a new feature). Build, lint, and unit test projects. - ```bash + ```bashProd Environment rush build rush linthttps://github.com/hxtree/cats-cradle rush test diff --git a/docs/architecture-diagram.png b/docs/architecture-diagram.png deleted file mode 100644 index 19210954..00000000 Binary files a/docs/architecture-diagram.png and /dev/null differ diff --git a/docs/architecture.xml b/docs/architecture.xml deleted file mode 100644 index 995ada2a..00000000 --- a/docs/architecture.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/architecture.drawio b/docs/flowchart.drawio similarity index 73% rename from docs/architecture.drawio rename to docs/flowchart.drawio index e34f3adc..b7abd2e1 100644 --- a/docs/architecture.drawio +++ b/docs/flowchart.drawio @@ -1,17 +1,17 @@ - + - + - + - + @@ -30,41 +30,43 @@ - - - - - - - - - - - + + + + + + + + + + + + + - + - + - + - + - + @@ -82,15 +84,15 @@ - + - + - + - + @@ -107,24 +109,27 @@ - + - + + + + - - + + - - + + - - + + - - + + - + diff --git a/docs/flowchart.png b/docs/flowchart.png new file mode 100644 index 00000000..c285a44a Binary files /dev/null and b/docs/flowchart.png differ