๐Ÿ“– Documentation

Your team's knowledge. Next to your code.

Built-in wiki and knowledge base for your projects. Write docs in Markdown, organize by project or topic, search across everything. API docs, runbooks, architecture decisions, onboarding guides โ€” living next to your code, tasks, and deploys.

Project Wiki

Documentation that lives where the work happens.

Every project includes a documentation space โ€” a structured wiki for architecture decisions, API docs, setup guides, deployment runbooks, and more.

Write in Markdown with code blocks, tables, images (drag-and-drop), and embedded diagrams. Tree structure with folders and pages. Auto-generated table of contents.

Docs โ€” acme/api
๐Ÿ“ Architecture
Overview
Database
Auth Flow
๐Ÿ“ Runbooks
Deploy
Rollback
๐Ÿ“ API
Endpoints

Architecture Overview

The API is built with Laravel 11 on PHP 8.4, running on FrankenPHP with Octane for persistent workers...

// Database connection
$db = DB::connection('mysql');
Last edited by Yorch ยท 2h ago
AI-Powered Search

Find anything across all your docs.

Full-text search across all documentation โ€” every project, every page, every code block. Results ranked by relevance with highlighted matches.

Integrated with MonkeysAI chat. Ask 'how do we deploy to production?' and the AI answers using your runbooks, deploy guides, and architecture docs.

how do we deploy to production?
๐Ÿ“‹
Deploy Runbookacme/api

Push to main โ†’ Build triggers โ†’ Rolling deploy โ†’ Health checks โ†’ Live

๐Ÿ“–
Architecture Overviewacme/api

Production runs on n2-standard-2... auto-scaling based on CPU threshold

๐Ÿ”
Environment Variablesacme/api

Production env uses DB_HOST=10.128.0.12, separate from staging...

Collaborate, version, and publish your docs.

๐Ÿ“

Real-Time Collaboration

Multiple editors simultaneously. See who's viewing and editing. Inline comments on specific paragraphs. @mention teammates.

๐Ÿ”„

Version History

Every edit tracked with diffs. Compare versions side-by-side. Restore any previous version with one click.

๐Ÿ“ก

API Documentation

Auto-rendered OpenAPI/Swagger docs with 'Try it' buttons. Or write API docs manually with Markdown.

๐Ÿ“‹

Templates

Project README, ADR, API Endpoint, Runbook, Onboarding Guide, Incident Post-Mortem โ€” start with structure, not a blank page.

๐Ÿ”—

Task Integration

Link docs to tasks. Reference a runbook from a deploy task. Link an architecture decision to the PR that implements it.

๐ŸŒ

Public or Private

Inherits project access control. Publish individual pages or entire spaces publicly with shareable URLs. SEO-indexed.

Documentation that stays up to date.

Write docs next to your code. Search across everything. Collaborate in real time. Templates for common patterns. Free for unlimited team members.