-
Notifications
You must be signed in to change notification settings - Fork 70
docs for helm and dockerlayer #115
docs for helm and dockerlayer #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one broken sentence
hack/docs/mutations.json
Outdated
{ | ||
"path": "properties.assets.properties.v1.items.properties.helm.properties.dest", | ||
"merge": { | ||
"description": "The directory in which to render the. If the source chart is at `charts/src/nginx`, and `dest` is set to `charts/rendered/`, then the chart will be templated at `charts/rendered/nginx`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First sentence is a fragment
hack/docs/mutations.json
Outdated
{ | ||
"path": "properties.assets.properties.v1.items.properties.helm.properties.mode", | ||
"merge": { | ||
"description": "The unix permisions to set on the chart's parent directory" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
periods at the end or not?
hack/docs/mutations.json
Outdated
{ | ||
"path": "properties.assets.properties.v1.items.properties.dockerlayer.properties.mode", | ||
"merge": { | ||
"description": "The unix file permissions to be set on target unpack directory, e.g `777`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be 0777 for octal?
Code Climate has analyzed commit 5aa5783 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 48.4% (-0.2% change). View more on Code Climate. |
What I Did
Added docs and schema for helm and dockerlayer assets
How I Did it
Add mutations.json entries for the two assets, regen schema and markdown
Replicated-lint and help-center prs coming soon
How to verify it
Read the new docs
Description for the Changelog
None, related to previous PR changes that already have descriptions.
Picture of a Boat (not required but encouraged)