From 4b75272d068293182acd215fa2618a10b649c39d Mon Sep 17 00:00:00 2001 From: gokdeniz28 Date: Thu, 13 Aug 2026 03:12:33 +0300 Subject: [PATCH] docs: add missing global tone and voice guidelines --- global-tone-voice.mdx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/global-tone-voice.mdx b/global-tone-voice.mdx index e69de29bb..79360cb1b 100644 --- a/global-tone-voice.mdx +++ b/global-tone-voice.mdx @@ -0,0 +1,31 @@ +--- +title: Global Tone & Voice +--- + +## Purpose + +This document defines the tone and voice guidelines for Base documentation to ensure consistency across all content. + +## Tone + +- Clear and concise +- Developer-first +- Practical and actionable +- Avoid marketing-heavy language + +## Voice + +- Direct and instructional +- Use active voice +- Prefer short sentences over complex phrasing + +## Writing Guidelines + +- Use examples where possible +- Avoid ambiguity +- Keep formatting consistent with existing docs +- Use code blocks for all commands and snippets + +## Consistency + +All documentation should follow these principles to provide a predictable and high-quality developer experience. \ No newline at end of file