Every feature, documented.
One page per logged-in feature surface. Each page: what the feature is, why you care, how to use it, what good looks like, use cases, and a video. From any feature page in the app, click the 📖 Docs link in the top nav to land on the right page.
Products
The "on cron" products — one per sales role, all eight live — and the shared getting-started + licensing pages.
Daily flow
What you touch on salesascode.com day to day — the Content Studio, the onboarding dossier, and your rollup.
gtmcron plugins
gtmcron's eight Cowork plugins. What each does, what it connects, and its first run — see the gtmcron product page for the full list.
Manager / team
Team-level rollups.
Settings & admin
Connect Cowork, issue the API key the plugins authenticate with.
Adding a new feature? Drop a docs page at
src/pages/docs/library/<slug>.astro
extending DocsLibraryShell,
add the route → slug mapping in src/lib/docs-library-map.ts,
and the AppShell button on the feature page picks it up automatically. Multiple PRs for the same feature update the same docs page — never branch.