Therefore Docs
Welcome to the Therefore internal docs.
This site documents our AI workflows, agents, tools, and development standards.
Claude Code
Section titled “Claude Code”- Customize your status line — set up a rich status bar showing git branch, model, context, cost, and more
- Commands reference — the top 26 slash commands and the full list of 70+
Adding Content
Section titled “Adding Content”Drop a .md file into src/content/docs/ — it will appear in the sidebar automatically.
To create a section, make a subfolder:
src/content/docs/└── agents/ └── my-agent.md → /agents/my-agentEach file needs only a title in its frontmatter:
---title: My Page---
Content here.