Difference between revisions of "Manual of Style"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
** Output: <code>your_command_goes_here</code> | ** Output: <code>your_command_goes_here</code> | ||
* All the large outputs should use the following format, example: | * All the large outputs should use the following format, example: | ||
− | + | <pre>aws eks list-clusters | |
{ | { | ||
"clusters": [] | "clusters": [] |
Latest revision as of 09:15, 1 August 2022
- Link to internal pages are always encouraged
- All pages should contain a Category and See also section
- Allways use templates on See also section
- AWS command pages should include a link to v2 command, update if v1 link present.
- All commands and commands output should use the following format: <code>your_command_goes_here</code>
- Output:
your_command_goes_here
- Output:
- All the large outputs should use the following format, example:
aws eks list-clusters { "clusters": [] }
- Tittle from commands has to go in lowercase, use {{lc}} template.
- Allways check if the page exist, in case does not exist you will need to add a redirect link:
- Example: #redirect gsutil acl ch
- Use == or === to create sub titles
Related[edit]
See also[edit]
Advertising: