Skip to content

Therefore Docs

Welcome to the Therefore internal docs.

This site documents our AI workflows, agents, tools, and development standards.

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-agent

Each file needs only a title in its frontmatter:

---
title: My Page
---
Content here.