Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 18f3c3b

Browse files
fabiandmpolednik
authored andcommitted
Restructure docs
Previously you needed a lot of clicks to get to some docs or examples. With this restructuring the number of clicks is reduced. Signed-off-by: Fabian Deutsch <[email protected]>
1 parent 3181825 commit 18f3c3b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

docs/network-bridge/README.md renamed to docs/README.bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
```
6262
6363
```bash
64-
$ kubectl apply -f https://raw.githubusercontent.com/kubevirt/kubernetes-device-plugins/master/docs/network-bridge/example-pod.yml
64+
$ kubectl apply -f https://raw.githubusercontent.com/kubevirt/kubernetes-device-plugins/master/examples/bridge-consumer.yml
6565
pod "bridge-consumer" created
6666
```
6767

docs/kvm/README.md renamed to docs/README.kvm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run -it -v /var/lib/kubelet/device-plugins:/var/lib/kubelet/device-plugin
4444
kubectl apply -f manifests/kvm-ds.yml
4545
4646
# Optionally you can now test it using an example consumer
47-
kubectl apply -f docs/kvm/consumer.yml
47+
kubectl apply -f examples/kvm-consumer.yml
4848
kubectl exec -it kvm-consumer -- ls /dev/kvm
4949
```
5050

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)