diff --git a/README.md b/README.md index 63d8688066..7dd4843b84 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Garden is a _development orchestrator_ for Kubernetes, containers and functions, designed to make it easy to rapidly develop and test multi-service systems. -It is centered around the [Stack Graph](https://docs.garden.io/basics/stack-graph), which allows you to fully codify how each part of your stack is built, deployed and tested—making your workflow reproducible and portable. +It is centered around the **[Stack Graph](https://docs.garden.io/basics/stack-graph)**, which allows you to fully codify how each part of your stack is built, deployed and tested—making your workflow reproducible and portable. + +
+ +
With the Stack Graph, each part of your stack can _describe itself_ using simple, intuitive declarations, without changing any of your code. Garden collects all of your declarations—even across multiple repositories—into a full graph of your stack, and leverages that information to **dramatically improve your developer experience**. @@ -25,9 +29,7 @@ With the Stack Graph, each part of your stack can _describe itself_ using simple _Note: The project is in beta. APIs may still change slightly across versions, and some features are still experimental._ -- -
+![Dashboard](docs/dashboard.gif) ## Quick start diff --git a/docs/dashboard.gif b/docs/dashboard.gif new file mode 100644 index 0000000000..43db242a0a Binary files /dev/null and b/docs/dashboard.gif differ diff --git a/docs/logo.png b/docs/logo.png index a465290e7d..6d223cc5ae 100644 Binary files a/docs/logo.png and b/docs/logo.png differ diff --git a/docs/stack-graph.png b/docs/stack-graph.png new file mode 100644 index 0000000000..290da5af89 Binary files /dev/null and b/docs/stack-graph.png differ