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 auditAUDIT-SUMMARY.md- Summary of documentation auditVIDEO-AUDIO-AUDIT.md- Video/audio content audit
Positioning & Strategy
POSITIONING-UPDATES-SUMMARY.md- Positioning strategy updatesPAPR-ADVANTAGES-UPDATE.md- Key advantages messagingREDDIT-REFERENCES-REMOVED.md- Reddit terminology cleanupREDDIT-CLEANUP-FINAL.md- Final Reddit cleanup notes
Implementation Guides
NEW-DOCS-IMPLEMENTATION-GUIDE.md- How to use the new docsDOCS-ORGANIZATION.md- Documentation organization guideCUSTOMER-FACING-DOCS-UPDATE.md- Customer-facing updates summarySETUP-COMPLETE.md- Setup completion checklist
Analysis & Planning
ENTERPRISE-FEEDBACK-ANALYSIS.md- Enterprise feedback analysisFINAL-SUMMARY.md- Overall positioning summaryINTERNAL-DOCS-ACCESSIBILITY.md- Internal docs access analysisSEARCH-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:
Option A: Make repo private (recommended)
- Go to repo Settings → Change visibility → Make private
- Keeps version control + privacy
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 docsquickstart/- Quick start guidesconcepts/- Core conceptsguides/- Implementation guidestutorials/- Step-by-step tutorialsexamples/- Code examplesintegrations/- Framework integrationssdks/- SDK documentationdeployment/- Deployment guides
See sidebars.yaml for complete list of customer-facing docs.