Merge pull request #755 from michelleN/docs

feat(docs): add examples and tutorials page
This commit is contained in:
Michelle Noorali 2018-05-16 17:52:38 -04:00 коммит произвёл GitHub
Родитель a6d1f49657 9ad7594a1a
Коммит a3b1077991
3 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# Draft Documentation # Draft Documentation
- [Quickstart](quickstart.md) - read me first! - [Quickstart](quickstart.md) - read me first!
- [Examples and Tutorials](examples-and-tutorials.md) - for deep dives

Просмотреть файл

@ -0,0 +1,4 @@
# Examples and Tutorials
- [Getting Started With Helm and Draft for Kubernetes](https://radu-matei.com/blog/k8s-helm-draft-azure/)
- [Todo List Example Rails Application with Draft](https://github.com/michelleN/todo-app)

Просмотреть файл

@ -7,7 +7,7 @@ This guide covers how you can quickly get started using Draft
The following prerequisites are required for successful use of Draft. The following prerequisites are required for successful use of Draft.
1. A Kubernetes cluster and the `kubectl` CLI tool 1. A Kubernetes cluster and the `kubectl` CLI tool
2. Installation of Helm on your Kubernetes cluster 2. Installation of [Helm](https://github.com/Kubernetes/helm) on your Kubernetes cluster
3. Installing and configuring Draft on your laptop 3. Installing and configuring Draft on your laptop
### Install Kubernetes or have access to a cluster ### Install Kubernetes or have access to a cluster