Skip to content

Style Guides — Complete Guide to Documentation Standards

A technical style guide is a set of standards for writing documentation covering voice, tone, terminology, formatting, and grammar. It ensures every page reads like it was written by one author even when dozens of people contribute. This guide covers the most popular style guides and how to create your own.

In this tutorial, you will learn about the major style guides, how they differ, and how to choose and adapt one for your project.

What You'll Learn

By the end of this guide, you will understand the major style guides, know their key rules and differences, and be able to create a custom style guide for your project.

Why It Matters

A consistent style guide reduces cognitive load for readers, improves translation quality, and builds brand trust.

Real-World Use

DodaTech uses a custom style guide based on Google Developer Documentation Style Guide with project-specific additions for product names and API terminology.

flowchart TD
  A[Style Guides] --> B[Google]
  A --> C[Microsoft]
  A --> D[Apple]
  A --> E[Chicago Manual]
  A --> F[Custom]
  B --> G[Developer Focus]
  C --> H[Accessibility Focus]
  D --> I[UX Focus]
  E --> J[Publishing Focus]
  F --> K[Project Specific]
  A:::current
  classDef current fill:#f90,color:#fff,stroke:#333,stroke-width:2px

Common Mistakes

1. No Style Guide at All

Every writer writes differently. Without a guide, documentation is inconsistent.

2. Copying Without Adaptation

Using an existing guide as-is without adding project-specific rules.

3. Manual Enforcement Only

Relying on human reviewers to catch style issues. Use Vale to automate.

4. Contradictory Rules

Rules that conflict confuse writers. Review for internal consistency.

5. Style Guide Not Accessible

Buried in a wiki that nobody reads. Store it in the Repository.

6. Never Updated

A guide written in 2020 with outdated examples. Review annually.

7. No Examples

Rules without examples are hard to apply. Every rule needs good and bad examples.

Practice Questions

1. What are the three most important voice rules?

Active voice, second person, and present tense. These make documentation clearer.

2. Why is Google's style guide recommended for developers?

It covers the exact scenarios developers encounter: API docs, code formatting, and terminology.

3. How does Microsoft's style guide differ?

It emphasizes Accessibility and writing for translation more than Google's.

4. What should a custom style guide include?

Adapted base rules, project-specific terminology, formatting conventions, and automation configuration.

5. Challenge: Compare two major style guides on the same topic. Identify three differences in their recommendations. Decide which approach is better for your project and explain why.

FAQ

Do I need a custom style guide or can I use an existing one?

Start with an existing guide like Google or Microsoft. Add project-specific rules as needed.

How strict should style enforcement be?

Use error level for critical rules like terminology. Use warning level for preferences like passive voice.

What is the biggest style mistake in technical documentation?

Passive voice. It adds unnecessary words and hides the actor.

How do I get my team to follow the style guide?

Make it easy to access, automate enforcement, and celebrate consistency wins.

Should I use Oxford comma or not?

Pick one and be consistent. Google and Microsoft both use Oxford comma.

Mini Project

Create a custom style guide for a project. Include adapted base rules, 15 project-specific terms, formatting conventions, and Vale configuration.

What's Next

Introduction to Style Guides
Writing for Developers
Docs-as-Code Guide

Published Topics

Introduction to Style Guides — Why Documentation Standards Matter

Learn why style guides are essential for technical documentation. Master the purpose of documentation standards, how they improve consistency, and how to choose the right style guide for your project and audience.

✓ Live

What Is a Technical Style Guide — Purpose, Structure, and Content

Learn what a technical style guide is including its purpose, structure, and content. Master the anatomy of style guides covering voice, terminology, formatting, and grammar standards for documentation.

✓ Live

Google Developer Documentation Style Guide — Key Rules and Principles

Learn the Google Developer Documentation Style Guide rules including active voice, second person, present tense, short sentences, and code formatting. Master the most widely adopted style guide for developer documentation.

✓ Live

Microsoft Style Guide — Accessibility and Clarity in Technical Documentation

Learn the Microsoft Style Guide rules including accessibility, inclusive language, writing for translation, and developer-focused content. Master the style guide that emphasizes clarity and global audience reach.

✓ Live

Apple Style Guide — UX-Focused Documentation Standards

Learn the Apple Style Guide rules including task-oriented writing, menu path notation, consistent UI terminology, and user experience focus. Master the style guide designed for consumer-facing product documentation.

✓ Live

Chicago Manual of Style — Publishing Standards for Technical Documentation

Learn how the Chicago Manual of Style applies to technical writing including punctuation, citations, tables, and formal publishing standards. Master CMS rules for professional documentation and reference content.

✓ Live

Markdown Style Guide — Formatting Standards for Documentation Files

Learn markdown style guide rules for technical documentation including headings, lists, code blocks, tables, links, and images. Master consistent markup formatting for readable and maintainable documentation files.

✓ Live

Abbreviations and Acronyms — Standards for Technical Documentation

Learn standards for abbreviations and acronyms in technical documentation including expansion rules, article usage, possessive forms, and pluralization. Master consistent abbreviation management for developer content.

✓ Live

Capitalization Rules — Consistent Capitalization Standards for Technical Documentation

Learn capitalization rules for technical documentation including sentence case vs title case, product names, UI elements, headings, and code terms. Master consistent capitalization standards for professional developer content.

✓ Live

Punctuation Rules — Consistent Punctuation Standards for Technical Documentation

Learn punctuation rules for technical documentation including commas, semicolons, colons, dashes, quotation marks, and parentheses. Master consistent punctuation standards for clear developer documentation.

✓ Live

Numbers and Measurements — Formatting Standards for Technical Documentation

Learn formatting standards for numbers and measurements in technical documentation including numerals vs words, units, decimals, percentages, and ranges. Master consistent number formatting for developer content.

✓ Live

Code Style in Text — Formatting Code References in Technical Documentation

Learn how to format code references in technical documentation including inline code, code blocks, variable names, commands, and file paths. Master consistent code formatting standards for developer documentation.

✓ Live

Cross-Referencing — Linking Standards for Technical Documentation

Learn cross-referencing standards for technical documentation including link text, relative vs absolute URLs, same-page anchors, and navigation patterns. Master consistent linking for connected developer content.

✓ Live

Creating Your Own Style Guide — Build Documentation Standards for Your Project

Learn how to create a custom style guide for your technical documentation project. Master adapting existing guides, adding project-specific rules, formatting conventions, and automated enforcement with Vale.

✓ Live

Style Guide Capstone — Build Complete Documentation Standards

Create a complete style guide applying all principles from this series. Master style guide creation with base guide adaptation, project rules, formatting standards, automated enforcement, and team onboarding documentation.

✓ Live

All 15 topics in Style Guides — Complete Guide to Documentation Standards are published.