Getting Started
Get up and running with Raven Docs in under 5 minutes.
Clone and Run
# Clone the repository
git clone https://github.com/HaruHunab1320/raven-docs.git
cd raven-docs
# Copy environment file and configure
cp .env.example .env
# Start with Docker Compose
docker compose up -d
Once running, open http://localhost:3000 in your browser and create your first account.
For detailed deployment options, see Self-Hosting.
Create Your First Workspace
A workspace is where your team collaborates. Each workspace has its own members, spaces, and settings.
Your Organization (Workspace)
├── Engineering Space
│ ├── Architecture Docs
│ └── API Reference
├── Product Space
│ ├── Roadmap
│ └── Feature Specs
└── Team Wiki
├── Onboarding
└── Policies
Create a Space
Spaces help you organize content by team, project, or topic.
- Click New Space in the sidebar
- Give it a name and optional description
- Set permissions (who can view/edit)
Create Your First Page
- Open a space
- Click New Page or press
Cmd/Ctrl + N - Start typing!
Editor Basics
The Raven Docs editor supports:
- Slash commands: Type
/for a command menu - Markdown: Use
#,**,`for formatting - Drag and drop: Reorganize content easily
- AI assistance: Press
Cmd/Ctrl + Jto invoke AI
# Heading 1
## Heading 2
**Bold text** and *italic text*
- Bullet list
- Another item
1. Numbered list
2. Another item
> Blockquote
`inline code`
Invite Your Team
- Go to Settings → Members
- Click Invite Members
- Enter email addresses
- Choose their role (Admin, Editor, Viewer)
What's Next?
Now that you're set up, explore these topics: