Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puppetlabs/relay-docs
https://github.com/puppetlabs/relay-docs
relay
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/puppetlabs/relay-docs
- Owner: puppetlabs
- License: cc-by-sa-4.0
- Created: 2020-04-23T22:07:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T01:32:45.000Z (about 2 years ago)
- Last Synced: 2024-09-27T20:01:25.648Z (about 2 months ago)
- Topics: relay
- Homepage:
- Size: 52.4 MB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Documentation
## How to contribute
- We welcome any improvements to the docs. Good documentation is so fundamental to learning and using the product, every little thing counts!
- If you're feeling motivated, and run across something that needs a-fixin', please send in a PR for it!
- Issues are very helpful as well! Describe what you read that seemed wrong, what you expected to find but didn't, or any other roadbump you ran into and we'll work up an improvement or addition.## Relay style
Before you write any nontrivial documentation, please read through these style guidelines.
- When we refer to the product, use a capital-R Relay; when referring to the command-line tool use the backtick code `relay`. Only the initial mention at top-level docs like the Overview (or this README) needs the "Puppet Relay" moniker.
- Use short, action-oriented sentences that position Relay as the "actor". For example, "Relay stores secrets for you" is better than "Your secrets are stored in Relay" because it both uses an action verb and refers to the service as a distinct entity. (Apple's style for in-product copy on iPhone and Mac is the precedent here: "iPhone needs your password to enable TouchID after a restart")
- Workflow examples should be valid and complete (if trivial). Rather than single-line snippets, use inline code with backticks until there's enough context to provide a running workflow.
- Provide alt text with a meaningful textual description of each image for accessibility. "Screenshot of run UI" is bad alt text; "On the workflow page, there is a list of each completed run" is much better.
- Avoid overuse of "NOTE" or "CAUTION" callouts; they tend to fatigue readers and are usually redundant.