Add syntax highlighting

pull/2629/head
Eugene Pirogov 7 years ago committed by GitHub
parent 5a892efcf8
commit 0104bce792

@ -240,7 +240,7 @@ a chart in dependencies using alias as name of new dependency.
One can use `alias` in cases where they need to access a chart One can use `alias` in cases where they need to access a chart
with other name(s). with other name(s).
```` ```yaml
# parentchart/requirements.yaml # parentchart/requirements.yaml
dependencies: dependencies:
- name: subchart - name: subchart
@ -254,7 +254,7 @@ dependencies:
- name: subchart - name: subchart
repository: http://localhost:10191 repository: http://localhost:10191
version: 0.1.0 version: 0.1.0
```` ```
In the above example we will get 3 depenendencies in all for `parentchart` In the above example we will get 3 depenendencies in all for `parentchart`
``` ```

Loading…
Cancel
Save