Add bug report page.

This commit is contained in:
Jeffrey Regan
2019-04-30 09:05:17 -07:00
parent a43dffdeda
commit 9bd456c6df
5 changed files with 76 additions and 73 deletions

View File

@@ -1,18 +1,12 @@
# Documentation
## General
* [Installation instructions](INSTALL.md)
* [FAQ](FAQ.md)
* [Glossary](glossary.md)
## Examples
* [Installation](INSTALL.md)
* [Examples](../examples) - detailed walkthroughs of various
workflows and concepts.
* [Glossary](glossary.md) - the word of the day is [_root_](glossary.md#kustomization-root).
* [kustomization.yaml](kustomization.yaml) - a
[kustomization](glossary.md#kustomization) file
with explanations of each field.
@@ -23,11 +17,16 @@
* [Workflows](workflows.md) - steps one might take in
using bespoke and off-the-shelf configurations.
* [FAQ](FAQ.md)
## Release notes
* [2.1](version2.1.0.md)
* [2.1](v_2.1.0.md)
* [2.0](v_2.0.0.md) -
kustomize [v2.0.3] is available in [kubectl v1.14][kubectl].
* [2.0](version2.0.0.md)
## Policies
@@ -41,3 +40,6 @@
before sending a PR.
* [Code of conduct](../code-of-conduct.md)
[v2.0.3]: https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.3
[kubectl]: https://kubernetes.io/blog/2019/03/25/kubernetes-1-14-release-announcement