Add instructions to clone repo for examples (#3074)

* Add instructions to clone repo for examples

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

* Add changelog

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

* Revert changes in v1.4 and 1.3.x

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

* Revert changes for v1.2.0

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
pull/3100/head
Madhav Jivrajani 2020-11-18 05:58:03 +05:30 committed by GitHub
parent 4f1d46c452
commit a386139788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1 @@
Add instructions to clone repository for examples in docs

View File

@ -3,7 +3,11 @@ title: "Examples"
layout: docs
---
After you set up the Velero server, try these examples:
After you set up the Velero server, you can clone the examples used in the following sections by running the following:
```
git clone https://github.com/vmware-tanzu/velero.git
cd velero
```
## Basic example (without PersistentVolumes)

View File

@ -3,7 +3,11 @@ title: "Examples"
layout: docs
---
After you set up the Velero server, try these examples:
After you set up the Velero server, you can clone the examples used in the following sections by running the following:
```
git clone https://github.com/vmware-tanzu/velero.git
cd velero
```
## Basic example (without PersistentVolumes)