Skip to content

Latest commit

 

History

History
154 lines (116 loc) · 3.02 KB

File metadata and controls

154 lines (116 loc) · 3.02 KB

📝 Documentation Update

Type of Documentation

  • 📖 User guide/tutorial
  • 🔧 API reference
  • 📚 README update
  • 💡 Examples
  • 🐛 Fix typos/errors
  • 🌍 Translation
  • 🎨 Formatting/style
  • 📊 Architecture/design docs

Description

Motivation

Why is this documentation needed?

What problem does it solve?

Related Issues

Closes # Relates to #

Changes Made

New Documentation

  • /docs/guide/new-topic.md - Description
  • /docs/api/module.md - Description
  • /examples/new-example/ - Description

Updated Documentation

  • /README.md - What changed
  • /docs/existing-doc.md - What changed
  • /CHANGELOG.md - Added entry

Removed Documentation

  • /docs/deprecated/old-doc.md - Why removed

Documentation Quality

Content Checklist

  • Clear and concise
  • Technically accurate
  • Examples included
  • Code snippets tested
  • Links work correctly
  • Images/diagrams included (if helpful)
  • No typos or grammar errors
  • Consistent with existing docs

Structure

  • Proper headings (H1, H2, H3)
  • Table of contents (if long)
  • Organized logically
  • Easy to navigate
  • Proper formatting (code blocks, lists, etc.)

Code Examples

Example 1

# Provide working code examples
from dotzen import config

# Example code here

Output:

Expected output

Cross-References

  • Related guide: [link]
  • API reference: [link]
  • Examples: [link]

Target Audience

  • Beginners
  • Intermediate users
  • Advanced users
  • Contributors
  • API users

Documentation Review

Self-Review

  • Read through entire document
  • Tested all code examples
  • Checked all links
  • Verified accuracy
  • Spell-checked

Validation

  • Documentation builds successfully
  • No broken links
  • Code examples work
  • Follows style guide

Visual Assets

Images Added

  • docs/images/new-diagram.png - Description
  • docs/images/screenshot.png - Description

Diagrams

Accessibility

  • Alt text for images
  • Descriptive link text
  • Proper heading hierarchy
  • Screen reader friendly

Localization

  • English (primary)
  • Ready for translation
  • Translation files updated

SEO & Discoverability

  • Relevant keywords included
  • Clear page title
  • Meta description (if applicable)
  • Searchable content

Checklist

  • Documentation is accurate
  • Code examples tested
  • All links work
  • No typos
  • Follows style guide
  • Images optimized
  • Builds successfully
  • Easy to understand

Before & After

Before

After

Additional Notes