Welcome to our documentation style guide! This page outlines the best practices for writing clear, consistent, and professional technical documentation.
Writing Standards
- Use simple language 📚 to ensure accessibility for all readers
- Maintain a formal tone 👨💻 while keeping explanations concise
- Avoid jargon 🔍 unless necessary, and define terms when used
Formatting Rules
- Headings: Use
#
for main titles,##
for subheadings - Code blocks: Wrap code in triple backticks
python or
bash - Lists: Use hyphens for unordered lists, numbers for ordered lists
- Links: Always use text format, e.g., Learn more
Visual Elements
For visual references, check our design guidelines page. It contains detailed information about layout and typography standards.
Collaboration
When working on documentation, remember to:
- Review changes before merging
- Use version control systems like Git
- Follow the contributing workflow