Therefore Docs
Welcome to the Therefore internal docs.
This site documents our AI workflows, agents, tools, and development standards.
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.