Docs Panel

The Docs Panel lets you browse your project's documentation directly inside CrewHub — no switching to another tab or app. Agents can reference the same docs while they work.

What It Shows

  • Full folder tree of your docs directory
  • File last-modified timestamps
  • Fullscreen markdown viewer
  • Auto-generated table of contents for long documents

Configuration

Point the Docs Panel at your project's docs folder:

  1. Go to Settings → Docs Panel
  2. Enter the path to your docs directory (e.g., ~/myproject/docs)
  3. Click Save

You can configure multiple doc roots — one per project.

Accessing the Docs Panel

The Docs Panel is available in three places:

  • Sidebar — the book icon in the main sidebar
  • Zen Mode sidebar — collapses to a small icon
  • Mobile menu — accessible from the hamburger menu on small screens

Markdown Rendering

Documents are rendered as styled markdown with syntax highlighting for code blocks, tables, headings, and inline formatting. Images are served from your local file system.