A public, open-source library of Customer Success (CS) articles, playbooks, templates, and onboarding plans.
- Read the structure below and add content in
docs/(Markdown). - To publish as a website, enable GitHub Pages and use the included MkDocs workflow.
- Follow CONTRIBUTING.md for style, naming, and structure.
docs/
index.md
articles/
sample-article.md
templates/
article-template.md
playbooks/
QBR-playbook.md
Renewal-runbook.md
onboarding/
30-60-90-template.md
csm-onboarding-checklist.md
checklists/
qbr-checklist.md
renewal-checklist.md
.github/
workflows/
deploy-mkdocs.yml
lint-markdown.yml
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
pull_request_template.md
.gitignore
LICENSE
NOTICE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
mkdocs.yml
- Content (Markdown in
docs/): CC BY 4.0 (seeNOTICE). - Code/config (workflows, mkdocs.yml): MIT (see
LICENSE).
- Push this repo to GitHub.
- In Settings → Pages, set Source: GitHub Actions.
- The
Deploy MkDocsworkflow will build and publish to https://.github.io// after each push tomain.
- Outcome-first; practical, copy-pasteable snippets.
- Use clear headings, short paragraphs, bullets, and examples.
- Prefer templates and checklists for repeatable tasks.
- Keep files small and focused; link related docs.
- List maintainers & responsibilities here.