Pacing Tech Stack Docs
This is the internal operating manual for the Pacing stack: tools, architecture, scripts, prompts, guides, and active project playbooks.
Use this docs site to find how systems work, where source files live, and how to make safe updates.
Start Here
- Architecture - live system map, key IDs, tracking flow, and integration overview.
- Tools overview - every platform in the stack with ownership, costs, access, and dependencies.
- Workspace Scripts - operational scripts, exports, and downloadable script packs.
- Guides & Playbooks - step-by-step implementation guides for tracking, migration, and setup.
- Prompts - reusable AI prompt library for infra, dev, marketing, and client work.
- Projects - deeper implementation docs for active internal systems.
- Docusaurus Overview - how this docs platform is structured and maintained.
Core Functions of This Documentation
- Single source of truth - one place for architecture, tooling, and operational process.
- Operational readiness - scripts, runbooks, and guides linked to the real systems they support.
- Change safety - clear separation between editable source docs and generated docs.
- Knowledge transfer - makes onboarding faster for team members, freelancers, and future maintainers.
Edit Workflow (Important)
- Pull latest changes:
git pull origin main - Edit source files (not generated files):
tools/*.mdfor tool documentationscripts/resources/<tool>/README.mdand related files for script docsdocusaurus/docs/*.mdfor custom pages and guides
- Commit and push
- Let Docusaurus render and publish
Source of Truth in Repo
README.md- high-level repo orientationarchitecture.md- canonical architecture and tracking referencetools/- primary source for tool documentationscripts/resources/- scripts, exports, backups, and runbooks
If a page in docusaurus/docs/tools/ conflicts with tools/*.md, trust tools/*.md and re-sync via build.