Skip to content

Commit da142a8

Browse files
committed
Move some docs to docs dir (declutter the top).
1 parent 6c81e3b commit da142a8

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This tool is sponsored by [sig-cli] ([KEP]).
127127
[examples]: examples/README.md
128128
[imageBase]: docs/base.jpg
129129
[imageOverlay]: docs/overlay.jpg
130-
[install]: INSTALL.md
130+
[install]: docs/INSTALL.md
131131
[kubernetes style]: docs/glossary.md#kubernetes-style-object
132132
[kustomization]: docs/glossary.md#kustomization
133133
[overlay]: docs/glossary.md#overlay

code-of-conduct.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Kustomize docs
2-
2+
3+
* [installation instructions](INSTALL.md)
4+
35
* [kustomization.yaml](kustomization.yaml) - Example of a
46
[kustomization](glossary.md#kustomization)
57
with explanations of each field.
@@ -11,3 +13,11 @@
1113

1214
* [eschewed features](eschewedFeatures.md) - Why certain features are (currently)
1315
not supported in Kustomize.
16+
17+
* [contributing guidelines](CONTRIBUTING.md) - Please read before sending a PR.
18+
19+
* [code of conduct](CODE_OF_CONDUCT.md)
20+
21+
22+
23+
File renamed without changes.

0 commit comments

Comments
 (0)