description |
---|
This page outlines the proper use of ordered (numbered) and unordered (bulleted) lists within Hedera documentation, ensuring clear communication of steps based on their sequence or flexibility. |
If the steps must be followed in a specific sequence, use a numbered list to present the order clearly. This ensures that readers understand the progression and importance of each step.
Example:
- Clone repo.
- cd into the cloned directory.
- npm install
If the order of the steps is not crucial to the outcome, use bulleted points. This provides flexibility for readers to approach the tasks as they prefer.
Example:
- Choose a color.
- Select a size.
- Identify a preferred style.