Add Helm documentation (#517)

* Add required blocks to Helm templates

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Make CLI table border lighter

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change aesthetic of CLI table

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add admonition blocks

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix wording

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2019-03-28 15:30:30 -07:00
committed by Brian Goff
parent bf420eac41
commit 561ccca561
12 changed files with 74 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
=border
border: 1px solid $grey-light
border: 1px solid $grey-lighter
.cli
+border
@@ -36,7 +36,10 @@
&-flags
+border
padding: 1rem
overflow: scroll
overflow: scroll
table thead tr th:first-of-type
min-width: 30%
.flag
font-family: $family-code
@@ -44,3 +47,4 @@
.arg
color: $dark
font-weight: 700

View File

@@ -135,6 +135,10 @@ blockquote
margin-top: .8rem
.content
blockquote
code
background-color: $white-bis
figure
img
figcaption