No description
Find a file
2026-01-22 15:44:02 -08:00
architecture docs(architecture): 📝 Update styled-components migration status documentation 2026-01-22 15:44:02 -08:00
audiences/investors feat(docs): organize platform documentation by audience and purpose 2026-01-09 19:35:05 -08:00
business chore(domains): 📝 Update domain architecture docs, expand sugar-dating feature README, and refine portfolio documentation 2026-01-21 20:14:36 -08:00
content-audit chore(docs): 🛠 update documentation structure 2026-01-10 12:54:15 -08:00
conventions docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00
dev-environment docs(dev-environment): 📝 Update dev setup docs with OAuth provider configuration examples 2026-01-20 10:14:12 -08:00
development docs: 📝 Update migration guides, database configuration checklists, and circular dependency detection documentation 2026-01-22 15:27:14 -08:00
marketing feat(docs): organize platform documentation by audience and purpose 2026-01-09 19:35:05 -08:00
philosophy 📁 Reorganize docs: add investors/, marketing/, philosophy/ 2026-01-02 21:06:28 -08:00
product docs(safety): 📝 Update ethical frameworks and team workflows documentation with revised guidelines and processes 2026-01-21 22:47:58 -08:00
refactoring chore(features): 🔧 Update Markdown documentation in 4 feature-related files 2026-01-21 19:36:43 -08:00
research docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -08:00
technical chore(core): 🔧 Update markdown documentation files in core directory 2026-01-21 19:30:59 -08:00
TODO-plans docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00
database-config-completion-checklist.md docs: 📝 Update migration guides, database configuration checklists, and circular dependency detection documentation 2026-01-22 15:27:14 -08:00
database-config-migration-summary.md docs: 📝 Update migration guides, database configuration checklists, and circular dependency detection documentation 2026-01-22 15:27:14 -08:00
database-config-standardization-audit.md docs: 📝 Add standardized database config audit report with best practices in Markdown 2026-01-22 15:21:11 -08:00
INDEX.md chore(core): 🔧 Update markdown documentation files in core directory 2026-01-21 19:30:59 -08:00
pricing-system.md chore(features): 🔧 Update Markdown documentation in 4 feature-related files 2026-01-21 19:36:43 -08:00
README.md feat(docs): organize platform documentation by audience and purpose 2026-01-09 19:35:05 -08:00

Documentation Directory

Platform documentation organized by purpose and audience.

Structure

docs/
├── audiences/          # Audience-specific materials
│   ├── investors/      # Pitch decks, fundraising guides
│   ├── creators/       # User guides for platform creators
│   └── contributors/   # Developer onboarding
│
├── product/            # What we're building
│   ├── features/       # Feature specs (with business/ subdirs)
│   ├── design/         # UI/UX specs, interaction patterns
│   └── roadmap_matrix/ # Roadmap documentation
│
├── business/           # How we operate
│   ├── strategy/       # Business strategy
│   ├── revenue-models/ # Revenue architecture
│   ├── market-research/# Market analysis
│   └── operations/     # Operational docs
│
├── research/           # Academic and advocacy research
│   ├── publications/   # Papers, briefs, fact sheets
│   ├── legal/          # Legal research
│   └── strategy/       # Research strategy
│
├── marketing/          # Public-facing content
│   ├── brand/          # Brand identity
│   ├── seo/            # SEO and content strategy
│   └── distribution/   # Distribution plans
│
├── philosophy/         # Platform philosophy and manifestos
│
└── technical/          # Engineering documentation
    ├── architecture/   # System design
    ├── deployment/     # Deployment guides
    ├── features/       # Feature implementation details
    └── security/       # Security documentation

Navigation

See INDEX.md for complete navigation by topic.

Documentation Standards

  • Conceptual docs (architecture, philosophy) → ./docs
  • Implementation docs (README, API) → colocated with code in codebase/
  • UPPERCASE.md for primary documents
  • lowercase.md for supplementary