Improve technical writing style for docs #28
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to discuss some stylistic choices and is not meant to be merged yet. With this PR I'm proposing the following stylistic changes to the docs:
markdown as inline code
when referring to text within UI elements (e.g. click on theCreate Workflow
button). The alternative would be to always bold it. I think inline code is neater and keeps bold for emphasis but I don't have a strong opinion about it.Before:

After:

The following are conversations with ChatGPT to support these decisions:
It depends on your audience and the devices they are using. Here's a breakdown to help decide:
1. If the Audience is Device-Specific:
2. If the Audience is Cross-Platform:
3. Specific Considerations:
4. Style Guide Consistency:
Recommendation: If you're targeting multiple platforms and want to keep it simple and clear, go with "select". For device-specific content, "click" and "tap" are more intuitive.
Yes, using sentence case in bulleted lists is a common and widely accepted practice, but whether or not you use sentence case depends on the context and the style guide you're adhering to. Here's what major style guides say about this:
1. Sentence Case in Bulleted Lists
2. What Major Style Guides Recommend
APA Style (American Psychological Association)
Chicago Manual of Style
AP Style (Associated Press)
Microsoft Style Guide
MLA Style (Modern Language Association)
3. When to Use Title Case
4. General Recommendation
Ultimately, consistency within your document or project is key. Choose the approach that aligns with your content's tone and purpose.
Lowercase in bulleted lists is uncommon but can be recommended in specific cases, particularly for stylistic reasons or in certain informal, minimalist, or design-focused contexts. Here are examples and scenarios where lowercase might be appropriate:
1. Minimalist or Modern Design Styles
2. Brand or Style Guidelines
3. Creative or Casual Writing
4. Linguistic or Typographic Experimentation
Considerations Before Using Lowercase
When Lowercase Lists Might Be a Bad Idea
While lowercase bulleted lists can work in specific scenarios, they are best suited for informal, creative, or stylistically unique contexts. For most professional and technical settings, sentence case is still the go-to standard.
In technical documentation, user interface (UI) elements should be represented in a way that makes them visually distinct, easy to identify, and consistent throughout the documentation. Here's how you can best represent them:
1. Use Formatting to Differentiate UI Elements
Buy Now
) for elements like field names, command inputs, or system messages.Price
field.2. Maintain Consistency
3. Use Contextual Clarity
4. Include Visual Aids
5. Match the Style Guide
6. Example Guidelines
7. Style for Accessibility and Localization
By using these practices, your documentation will be clear, professional, and user-friendly.