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
parent
4f1d46c452
commit
a386139788
|
@ -0,0 +1 @@
|
|||
Add instructions to clone repository for examples in docs
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue