Skip to main content

Welcome

This is your personal (and team) knowledge base. Use it to capture anything that took effort to figure out once, so nobody — including future-you — has to figure it out twice.

How this is organized

  • Onboarding — general orientation: how things are set up, who's who, where to find things.
  • Walkthroughs — step-by-step guides for processes you repeat.
  • Troubleshooting — one page per recurring error, with the fix.
  • Reference — systems, tools, terminology you look things up in rather than read start to finish.

Writing a new page

Add a new .md file under the matching folder in docs/. It shows up in the sidebar automatically — no config needed. Start it with front matter like this:

---
sidebar_position: 2
---

# Page Title

Your content here.
tip

Use sidebar_position to control ordering within a section — lower numbers come first.

Useful formatting

Admonitions call out important information:

note

Neutral, FYI-type information.

tip

A helpful suggestion or shortcut.

warning

Something that can bite you if you're not careful.

danger

Destructive or high-risk — read twice before doing this.

Diagrams use Mermaid in fenced code blocks:

Search (top right) works fully offline — it's a local index, nothing leaves the site.