You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to be consistent with documentation style, which maybe warrants adding a style guide. For starters, I've noticed inconsistencies in how <placeholder> values are represented:
Angle brackets <placeholder> seems to be most widely used (recommended by the k8s docs style guide). Capitalization and spacing might be optional, but my personal preference is for upper case with underscores: <COMPOUND_PLACEHOLDER>
The text was updated successfully, but these errors were encountered:
We should try to be consistent with documentation style, which maybe warrants adding a style guide. For starters, I've noticed inconsistencies in how
<placeholder>
values are represented:Angle brackets
<placeholder>
seems to be most widely used (recommended by the k8s docs style guide). Capitalization and spacing might be optional, but my personal preference is for upper case with underscores:<COMPOUND_PLACEHOLDER>
The text was updated successfully, but these errors were encountered: