Last updated

Internal Planning Documentation

This folder contains internal planning documents, strategy notes, and decision-making documentation that are not customer-facing.

Purpose

These documents help the team:

  • Track documentation improvements
  • Document positioning decisions
  • Maintain decision history
  • Plan future updates

Contents

Documentation Audits

  • AUDIT-ANSWERS.md - Responses to documentation audit
  • AUDIT-SUMMARY.md - Summary of documentation audit
  • VIDEO-AUDIO-AUDIT.md - Video/audio content audit

Positioning & Strategy

  • POSITIONING-UPDATES-SUMMARY.md - Positioning strategy updates
  • PAPR-ADVANTAGES-UPDATE.md - Key advantages messaging
  • REDDIT-REFERENCES-REMOVED.md - Reddit terminology cleanup
  • REDDIT-CLEANUP-FINAL.md - Final Reddit cleanup notes

Implementation Guides

  • NEW-DOCS-IMPLEMENTATION-GUIDE.md - How to use the new docs
  • DOCS-ORGANIZATION.md - Documentation organization guide
  • CUSTOMER-FACING-DOCS-UPDATE.md - Customer-facing updates summary
  • SETUP-COMPLETE.md - Setup completion checklist

Analysis & Planning

  • ENTERPRISE-FEEDBACK-ANALYSIS.md - Enterprise feedback analysis
  • FINAL-SUMMARY.md - Overall positioning summary
  • INTERNAL-DOCS-ACCESSIBILITY.md - Internal docs access analysis
  • SEARCH-ENGINE-INDEXING.md - Search engine indexing analysis

Task Tracking

  • QUICK-WINS-COMPLETE.md - Completed quick wins

Visibility

These documents are:

  • NOT in sidebars.yaml (not on platform.papr.ai)
  • In version control (for team reference)
  • ⚠️ Searchable on GitHub if repo is public

To Keep Private

If you want these docs completely private:

  1. Option A: Make repo private (recommended)

    • Go to repo Settings → Change visibility → Make private
    • Keeps version control + privacy
  2. Option B: Add to .gitignore

    echo "internal/" >> .gitignore
    git rm -r --cached internal/
    git commit -m "Remove internal docs from version control"
    • Keeps local copies
    • Removes from git
    • Loses version control history

Customer-Facing Docs

All customer-facing documentation is in:

  • overview/ - Overview and comparison docs
  • quickstart/ - Quick start guides
  • concepts/ - Core concepts
  • guides/ - Implementation guides
  • tutorials/ - Step-by-step tutorials
  • examples/ - Code examples
  • integrations/ - Framework integrations
  • sdks/ - SDK documentation
  • deployment/ - Deployment guides

See sidebars.yaml for complete list of customer-facing docs.