Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(docs): move docs to helm-www
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
  • Loading branch information
bacongobbler committed Jul 22, 2019
1 parent c1e1c30 commit 4f6d002
Show file tree
Hide file tree
Showing 95 changed files with 16 additions and 7,679 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -4,8 +4,6 @@
.idea/
.vimrc
.vscode/
/docs/helm
/docs/man
_dist/
bin/
vendor/
2 changes: 1 addition & 1 deletion cmd/helm/testdata/testcharts/alpine/README.md
Expand Up @@ -10,4 +10,4 @@ couple of parameters.
The `values.yaml` file contains the default values for the
`alpine-pod.yaml` template.

You can install this example using `helm install docs/examples/alpine`.
You can install this example using `helm install ./alpine`.
2 changes: 1 addition & 1 deletion cmd/helm/testdata/testcharts/chart-bad-type/README.md
Expand Up @@ -10,4 +10,4 @@ couple of parameters.
The `values.yaml` file contains the default values for the
`alpine-pod.yaml` template.

You can install this example using `helm install docs/examples/alpine`.
You can install this example using `helm install ./alpine`.
2 changes: 1 addition & 1 deletion cmd/helm/testdata/testcharts/issue1979/README.md
Expand Up @@ -10,4 +10,4 @@ couple of parameters.
The `values.yaml` file contains the default values for the
`alpine-pod.yaml` template.

You can install this example using `helm install docs/examples/alpine`.
You can install this example using `helm install ./alpine`.
2 changes: 1 addition & 1 deletion cmd/helm/testdata/testcharts/novals/README.md
Expand Up @@ -10,4 +10,4 @@ couple of parameters.
The `values.yaml` file contains the default values for the
`alpine-pod.yaml` template.

You can install this example using `helm install docs/examples/alpine`.
You can install this example using `helm install ./alpine`.
2 changes: 1 addition & 1 deletion cmd/helm/testdata/testcharts/signtest/alpine/README.md
Expand Up @@ -6,4 +6,4 @@ couple of parameters.
The `values.yaml` file contains the default values for the
`alpine-pod.yaml` template.

You can install this example using `helm install docs/examples/alpine`.
You can install this example using `helm install ./alpine`.
56 changes: 0 additions & 56 deletions docs/architecture.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/chart_best_practices/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/chart_best_practices/conventions.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/chart_best_practices/custom_resource_definitions.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/chart_best_practices/labels.md

This file was deleted.

69 changes: 0 additions & 69 deletions docs/chart_best_practices/pods.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/chart_best_practices/rbac.md

This file was deleted.

0 comments on commit 4f6d002

Please sign in to comment.