Skip to content

Commit

Permalink
Merge pull request #674 from garden-io/update-readme-graphics
Browse files Browse the repository at this point in the history
docs: update graphics in README
  • Loading branch information
edvald authored Mar 28, 2019
2 parents b99dfb9 + 6b0d2e2 commit 8ee25ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="docs/stack-graph.png" width="60%">
</p>

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**.

Expand All @@ -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._

<p align="center">
<img src="docs/loop.gif" width="75%">
</p>
![Dashboard](docs/dashboard.gif)

## Quick start

Expand Down
Binary file added docs/dashboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/stack-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ee25ee

Please sign in to comment.