mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Move some docs to docs dir (declutter the top).
This commit is contained in:
@@ -127,7 +127,7 @@ This tool is sponsored by [sig-cli] ([KEP]).
|
|||||||
[examples]: examples/README.md
|
[examples]: examples/README.md
|
||||||
[imageBase]: docs/base.jpg
|
[imageBase]: docs/base.jpg
|
||||||
[imageOverlay]: docs/overlay.jpg
|
[imageOverlay]: docs/overlay.jpg
|
||||||
[install]: INSTALL.md
|
[install]: docs/INSTALL.md
|
||||||
[kubernetes style]: docs/glossary.md#kubernetes-style-object
|
[kubernetes style]: docs/glossary.md#kubernetes-style-object
|
||||||
[kustomization]: docs/glossary.md#kustomization
|
[kustomization]: docs/glossary.md#kustomization
|
||||||
[overlay]: docs/glossary.md#overlay
|
[overlay]: docs/glossary.md#overlay
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
[Kubernetes Community Code of Conduct]: https://git.k8s.io/community/code-of-conduct.md
|
|
||||||
|
|
||||||
# Code of Conduct
|
|
||||||
|
|
||||||
This project has adopted the
|
|
||||||
[Kubernetes Community Code of Conduct].
|
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# Kustomize docs
|
# Kustomize docs
|
||||||
|
|
||||||
|
* [installation instructions](INSTALL.md)
|
||||||
|
|
||||||
* [kustomization.yaml](kustomization.yaml) - Example of a
|
* [kustomization.yaml](kustomization.yaml) - Example of a
|
||||||
[kustomization](glossary.md#kustomization)
|
[kustomization](glossary.md#kustomization)
|
||||||
with explanations of each field.
|
with explanations of each field.
|
||||||
@@ -11,3 +13,11 @@
|
|||||||
|
|
||||||
* [eschewed features](eschewedFeatures.md) - Why certain features are (currently)
|
* [eschewed features](eschewedFeatures.md) - Why certain features are (currently)
|
||||||
not supported in Kustomize.
|
not supported in Kustomize.
|
||||||
|
|
||||||
|
* [contributing guidelines](CONTRIBUTING.md) - Please read before sending a PR.
|
||||||
|
|
||||||
|
* [code of conduct](CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user