-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update parameters doc with allowable types #1792
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,9 @@ Parameter values are resolved from a combination of supplied parameter set | |
files, user-specified overrides and defaults defined by the bundle itself. | ||
The resolved values are added to a claim receipt, which is passed in to | ||
the bundle execution environment, e.g. the docker container, when the bundle | ||
action is executed (install/upgrade/uninstall/invoke). | ||
action is executed (install/upgrade/uninstall/invoke). Parameters are restricted | ||
to a list of [allowable data | ||
types](https://porter.sh/author-bundles/#parameters). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you take a look at your preview page, you'll see that the link here goes directly to the main website, and isn't relative to the preview website. We like to use relative links so that as you click links on a preview of the website, or on a different version of the website, like https://release-v1.porter.sh, you stay on the same site and don't just to the live site. If you change the link to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed! |
||
|
||
## Parameter Sets | ||
|
||
|
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.
Let's move this sentence about allowed types right after the first sentence in the paragraph after "When you are authoring a bundle,...".
The first paragraph is discussing defining parameters, which is more relevant to the content that you just added.
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.
rearranged the wording. lmk if that sounds better