ingress-nginx-helm/docs
2017-08-29 17:28:50 -03:00
..
dev Merge pull request #1230 from danielqsj/update-godep-doc 2017-08-23 13:02:51 -04:00
faq Merge pull request #1192 from Lion-Wei/patch-6 2017-08-21 07:46:18 -04:00
admin.md Update admin.md 2017-08-18 10:27:38 +08:00
annotations.md Update annotations doc with base-url-scheme 2017-08-23 22:09:00 +08:00
catalog.md fix several titles 2017-08-18 10:39:24 +08:00
README.md Merge pull request #1174 from Lion-Wei/pr-first-letter 2017-08-19 08:56:29 -04:00
troubleshooting.md Release nginx ingress controller 0.9.0-beta.12 2017-08-29 17:28:50 -03:00

Ingress Documentation and Examples

This directory contains documentation.

File naming convention

Try to create a README file in every directory containing documentation and index out from there, that's what readers will notice first. Use lower case for other file names unless you have a reason to draw someone's attention to it. Avoid CamelCase.

Rationale:

  • Files that are common to all controllers, or heavily index other files, are named using ALL CAPS. This is done to indicate to the user that they should visit these files first. Examples include PREREQUISITES and README.

  • Files specific to a controller, or files that contain information about various controllers, are named using all lower case. Examples include configuration and catalog files.