Skip to main content

Writing Style

Language conventions, tone guidelines, and rhetorical approaches that shape how API documentation communicates with its audience. This section covers grammar distinctions, content strategy principles, and stylistic choices that affect clarity, professionalism, and user engagement in technical writing.

Example Audience Communication Workflow:

Workflow steps: rhetorical approach - consider audience, purpose, context, then choose tone, then express consistent voice

active voice

Definition: grammatical sentence structure where the subject performs the action rather than receiving it

Purpose: creates direct, clear communication that emphasizes who does what in API documentation

Example:

  • ✅ Active - "The API returns a JSON response"
  • ❌ Passive - "A JSON response is returned by the API"

Related Terms: rhetorical approach, tone, voice

Source: API Docs Glossary: Style Guide


affect vs effect

Definition: commonly confused words where "affect" typically functions as a verb meaning "to influence" and "effect" typically functions as a noun meaning "the result"

Purpose: maintains professional credibility and clarity in technical writing by using correct grammar

Examples:

  • verb - "API latency affects user experience"
  • noun - "The effect of caching improves response time"

Related Terms: content, voice

Sources:


Definition: also known as ad blindness and/or banner noise; cognitive phenomenon where readers automatically filter out and ignore page elements that resemble advertisements or interruptive UI patterns — banners, callout boxes, and mid-content CTAs — regardless of their actual content or relevance

Purpose: explains why interruptive UI elements placed within documentation — download CTAs, promotional banners, large callout boxes — often fail to achieve their intended goal and may actively reduce reader trust; readers trained by ad-heavy web experiences apply the same filtering behavior to docs, making visual prominence a poor proxy for reader attention; understanding banner blindness helps writers advocate for content placement decisions grounded in reader behavior rather than assumed visibility

Why this belongs in Writing Style: describes a perceptual and rhetorical constraint that operates at the content design and page level — directly shaping decisions about how to present warnings, callouts, and CTAs so they are actually perceived; most actionable as a writing and layout concern rather than a strategic or organizational framework; Frameworks & Strategy covers meta-level planning models, while banner blindness is a bias writers write and design against element by element

Banner BlindnessDocs Theater
MechanismReaders filter elements that look like ads or interruptionsWriters produce elements that perform thoroughness without delivering substance
Problem OriginReader behavior shaped by web conventionsWriter or organizational incentives
ResultImportant content goes unseenPresent but untrustworthy content
OverlapBanners used for docs theater are doubly ineffectivePerforming thoroughness to an audience that has already stopped looking

Example: a team adds a large mid-page CTA banner linking to a product download on several user manual pages, reasoning that high-traffic doc pages are good real estate for driving downloads; in practice, readers already using the manual likely have the product — and readers who don't have trained themselves to scroll past anything that resembles an ad banner; placing a download link in the page chrome — global header, footer, or navigation — reaches the same audience without interrupting the task that brought them to the page; if the CTA is implemented, tailoring it to page context such as - "want to try this specific feature? Sign up for a free trial" - may reduce the generic ad signal

Related Terms: accessibility, CTA, docs theater, DX, progressive disclosure, rhetorical approach, Seven-Action Documentation Model, UI, UX

Sources:


Clayton's Docs

Definition: rhetorical and communicative failure mode; documentation that exists in place of real docs — "the docs you have when you don't have any docs"; a substitute that fulfills the formal requirement of having docs without delivering its substance or value

Purpose: names the gap between docs' existence and its usefulness; helps teams recognize when placeholder, generated, or inherited content is being treated as a genuine docs investment, and why that distinction matters for reader trust and product quality

Why this belongs in Writing Style: describes a failure of intent and substance rather than a tool, workflow, or architectural pattern; fundamentally about the relationship between form and genuine communicative value

TermDescriptionDistinction from Clayton's Docs
Ersatz Docssubstitute docs — same phenomenon, different tradition; uses the German loanword for substitute goodsregional synonym; Clayton's Docs draws on Australian and New Zealand vernacular, Ersatz Docs is more internationally accessible — choose based on audience and apply consistently
docs theateractive performance of quality docs — someone is creating the appearance of substancedocs theatre involves intent; Clayton's Docs is more neutral — the failure mode is absence masquerading as presence, not performance for its own sake
docs rotcontent that was once accurate and has since decayed through model collapse, content plateaus, or stalenessdocs rot describes substance that existed and degraded; Clayton's Docs describes content that never had genuine substance to begin with

Example: an AI-generated wiki that appears to cover an entire codebase — complete with diagrams and navigation — but delivers output that a team treats as a documentation solution rather than a starting point; or a README written because every repo must have one, not because anyone considered what a reader would need

Related Terms: AI-assisted documentation, docs-as-code, docs-as-ecosystem, docs-as-tests, docs theater

Sources:


content

Definition: technical communication concept; anything written for someone else to read, encompassing documentation, guides, reference materials, and instructional text

Purpose: establishes the scope of technical communication work and emphasizes the reader-focused nature of documentation

Example: API reference topics, tutorials, quickstart guides, and conceptual explanations all constitute content

content types

AspectContentStructured ContentModular ContentKinetic ContentLiquid Content
Definitionanything written for someone else to readcontent organized into discrete, labeled componentsself-contained units that function independentlycontent designed for dynamic combination with minimal human interventioncontent that adapts in real-time based on user context
Key Technologyany writing/publishing toolcontent management systems, databasescomponent-based CMS, DITAautomation platforms, APIs, real-time data integrationAI, LLMs, agentic systems
Primary Goalcommunicate informationenable systematic reusemaximize consistency across contextsautomate personalization and distributiontransform format and delivery based on user needs
Human Involvementhigh - manual creation and updatesmoderate - structured authoringmoderate - component maintenancelow - automated assemblyminimal - AI-driven transformation
API Docs Exampletraditional endpoint documentation pageendpoint data in separate, queryable fieldsreusable error code descriptionsdocs with real-time API status and user-specific examplestext documentation that converts to audio or adjusts detail level automatically

Related Terms: CMS, content governance, content strategy, DAM, Diátaxis, documentation audit, information architecture, kinetic content, liquid content, metadata, modular content, rhetorical approach, structured content, technical communication, tone, voice

Source: Docs By Design: "Audience, Market, Product Webinar"


CTA

Definition: acronym for call to action; content element that prompts a reader to take a specific next step — sign up, download, try a feature, contact sales — typically expressed as a button, banner, link, or inline prompt

Purpose: directs reader behavior toward a desired outcome; in API docs contexts, CTAs often serve competing goals — product and marketing teams use them to drive trial signups or downloads, while docs goals center on helping readers complete the task that brought them to the page; understanding this tension informs placement and framing decisions that serve both goals without undermining either

Why this belongs in Writing Style: describes a rhetorical device and content design decision rather than a tool or platform; CTA effectiveness depends on language, placement, and reader context — writing concerns rather than infrastructure concerns; most actionable as a question of how and where to prompt action without interrupting the reader's task

CTA Considerations:

PlacementEffectRisk
Page Chrome — header, footer, navReaches readers without interrupting contentLower visual prominence
End of PageCatches readers who completed the taskReaders who left early don't see it
Mid-content BannerHigh visual prominenceBanner blindness — Readers filter it as an ad; slight annoyance guaranteed
Contextual Inline LinkDirectly relevant to reader's current taskRequires tailoring per page — "Want to try this specific feature?" rather than generic copy

Example: a team adds a large mid-page download CTA to high-traffic user manual pages to drive free trial signups; readers who are already using the manual likely have the product, and readers who don't have trained themselves to scroll past anything resembling an ad banner; a contextual inline CTA tailored to the page — "Want to try this feature? Sign up for a free trial" — reduces the generic ad signal and targets readers who haven't converted; placing a download link in the page chrome reaches the same audience without interrupting the task that brought them to the page

Related Terms: API overview topic, banner blindness, docs theater, DX, progressive disclosure, rhetorical approach, Seven-Action Documentation Model, tone, UX

Sources:


curse of knowledge

Definition: also known as curse of expertise and/or expert's curse; cognitive bias where a subject matter expert unconsciously assumes that others share the same background knowledge, making it difficult to communicate clearly with less-informed audiences

Purpose: explains one of the most common sources of unclear API docs — writers who built or deeply understand a system struggle to anticipate what a reader encountering it for the first time needs to have explained; recognizing the bias is the first step toward writing docs that serve the actual audience rather than the imagined one; also surfaces in user research contexts, where internal users make poor test candidates because their existing knowledge contaminates results

Why this belongs in Writing Style: describes a cognitive pattern that directly shapes language and docs decisions at the drafting and revision stage; it is most actionable as a writing concern — define acronyms on first use, explain context that feels obvious, write for the reader with no background — rather than as a strategic or architectural framework; Frameworks & Strategy covers high-level conceptual models, while the curse of knowledge is a bias writers actively write against sentence by sentence

Example: a developer who built an authentication service documents the token refresh flow without explaining what a refresh token is or why expiry matters — both feel obvious after months of working on the system; a tech writer reviewing the doc flags the gap because they encountered the same docs as a first-time reader and noticed what was missing; the fix isn't more docs, it's writing that treats assumed context as a liability

Related Terms: cognitive dimensions of API usability, content strategy, domain knowledge, DX, knowledge management, progressive disclosure, usability testing, UX

Sources:


docs theater

Definition: the act of creating documentation for the sake of it, so that a box can be checked, an issue closed, or a project completed; docs that perform thoroughness or credibility rather than serving genuine reader needs

Purpose: names a pattern that causes readers to distrust docs instinctively — when polish substitutes for substance, readers lose reliable signals for evaluating docs quality; recognizing docs theatre helps writers avoid it and helps readers calibrate trust appropriately

Why this belongs in Writing Style: describes a rhetorical and communicative failure mode rather than a workflow practice or tool-specific issue; fundamentally a question of voice, intent, and the relationship between form and content

TermDescriptionDistinction
docs-as-testsvalidates that docs accurately reflect product behaviorthe practice designed to detect and prevent docs theatre — content that passes surface inspection but fails functional validation
astrothoroughexcessive, AI-assisted, or artificially inflated comprehensiveness — fake thoroughness in the style of astroturfthe fake signal is coverage and volume; distinct from gloss or claptrap, which fake surface finish rather than completeness
docsturingdocs that perform confidence or authority through posture rather than substanceimplies active concealment — something is rotting underneath the polish, not merely absent
SUSslop under surface — content that appears credible but conceals inaccuracy, decay, or gaps beneath a polished exteriordescribes the condition of the content; docsturing is the behavior, SUS is what you find when you look underneath
technobabblelanguage that performs technical expertise without conveying meaning or serving reader needsthe content-level failure that produces docs theatre; see Annie Mueller: "How I, a non-developer, read the tutorial you, a developer, wrote for me"
wikibaitlooks authoritative and reference-like but is too curated to be reliable; includes thorough-tease — content that earns trust on first read then loses it on closer inspectionthe fake signal is authority and comprehensiveness; the failure may only reveal itself over time

Community Insights: the observation — that overly thorough internal docs trigger more suspicion than docs with visible gaps — points to a deeper principle: readers use imperfection as a signal of authenticity; docs theatre exploits the surface markers of quality while removing the underlying substance that justified trusting them

Example: an internal engineering RFC with a perfectly structured table of contents, smooth prose, and zero open questions — despite covering a system still under active design; a reader familiar with the system notices the gaps the docs don't acknowledge, and trusts it less than a rougher draft would have

Related Terms: AI-assisted documentation, banner blindness, Clayton's Docs, CTA, docs-as-code, docs-as-ecosystem, docs-as-tests, RFC, Seven-Action Documentation Model

Sources:


kinetic content

Definition: content creation philosophy and structural approach; the process of automating the recombination of modular content and the content designed for combination and recombination dynamically, integrating real-time data, and distributing to multiple audiences with minimal human intervention

Purpose: enables automation and personalization of documentation delivery while maintaining accuracy and relevance; represents a technology-agnostic approach to flexible content that emphasizes properties like personalization, data integration, automation, omnichannel delivery, interoperability, and scale

Why this belongs in Writing Style: describes a content creation philosophy and structural approach that focuses on content design and organization rather than the specific AI technologies that might implement it; represents a strategic writing methodology similar to modular documentation or structured authoring, emphasizing the principles of dynamic content assembly rather than the tools that enable it

Example: API documentation that automatically updates code examples based on the user's preferred programming language, authentication method, or API version; or endpoint documentation that pulls real-time status information and adjusts examples based on current API capabilities

Related Terms: CMS, content, liquid content, modular content, real-time, structured content

Source: Kinetic Council, "What is Kinetic Information?"


modular content

Definition: the process of making structured content reusable; content strategy of self-contained content units designed to function independently and enable tech writers to combine units in different ways across documentation

Purpose: maximizes content reuse and maintains consistency when the same information appears in multiple contexts; builds on structured content principles to enable dynamic content assembly; supports discoverability and exposes relationships that glue individual topics together

Example: a reusable authentication code snippet that appears in multiple API endpoint examples, or a standard error response description used across reference documentation without manual copying

Related Terms: CMS, content, kinetic content, liquid content, progressive disclosure, structured content

Sources:


progressive disclosure

Definition: content design principle of presenting only the minimum information needed at each stage of a user's interaction, revealing additional detail progressively as the user needs it; structuring information in tiers, so the right content loads at the right time

Purpose: reduces cognitive load and improves comprehension by avoiding information overload; in agent configuration contexts, reduces token consumption by loading only relevant context rather than exhaustive docs upfront

Example: instead of including full style guide content in an AGENTS.md file, include a compressed reference link — the agent loads the full guide only when needed; Vercel applied this to reduce their initial agent docs references from 40KB to 8KB, an 80% reduction

Related Terms: agent configuration, banner blindness, CTA, curse of knowledge, domain knowledge, information architecture, knowledge management, modular content, structured content

Sources:


rhetorical approach

Definition: framework that treats communication as action embedded in culture, values, and power structures, recognizing that each communication situation is unique and requires analysis of its specific context

Purpose: ensures technical writers consider audience, purpose, and context when crafting API documentation rather than applying one-size-fits-all solutions

Example: choosing between formal reference documentation for experienced developers versus conversational tutorials for beginners demonstrates rhetorical awareness

Related Terms: active voice, banner blindness, content, CTA, tone

Sources:


structured content

Definition: foundational approach to organizing content; content strategy that treats digital content like data; demonstrates content organized into discrete, clearly labeled components documentation teams can easily manage, query, and use systematically across multiple outputs

Purpose: enables content reuse, consistency, and efficient maintenance by separating content from presentation; forms the foundation for modular, kinetic, and liquid content approaches

Example: an API endpoint description stored as separate fields - method, path, parameters, response codes - in a CMS rather than as a single block of text, allowing the same information to appear in reference docs, tutorials, and SDK documentation

Related Terms: CMS, content, kinetic content, liquid content, metadata, modular content, progressive disclosure, reference, SDK

Sources:


tone

Definition: the attitude or emotional quality conveyed through word choice, sentence structure, and stylistic decisions in written communication and/or content

Purpose: establishes the relationship between documentation and readers, affecting engagement, trust, and comprehension

Example: conversational tone uses contractions and direct address - "you'll need to authenticate," while formal tone avoids both - "authentication is required"

Related Terms: active voice, content, CTA, rhetorical approach, voice

Source: API Docs Glossary: Style Guide


voice

Definition: the consistent personality and perspective expressed throughout documentation, distinct from tone which can vary by context

Purpose: creates cohesive documentation that readers recognize as coming from a unified source regardless of who writes individual pieces

Example: a documentation voice might be "helpful but not condescending" or "technically precise but accessible," maintained across all content types

Related Terms: active voice, content, rhetorical approach, tone

Source: API Docs Glossary: Style Guide