Quick Start Guide
Get your documentation site up and running in under 5 minutes.
This guide will help you create your first documentation site with Cirth in just a few minutes.
Prerequisites
A Cirth account (sign up at Cirth)
Your documentation content (or start fresh!)
Step 1: Create a Project
After logging in, click New Project from the dashboard
Fill in the project details:
Name: Your project's display name (e.g., "My API Docs")
Slug: URL-friendly identifier (e.g., "my-api-docs")
Description: Brief description of what the docs cover
Configure visibility:
Toggle Public to make docs accessible to everyone
Enable Search Indexing if you want search engines to find your docs
Click Create Project
Step 2: Create Your First Page
From your project dashboard, click New Page
Enter a title (this becomes your page heading)
Write your content using the rich text editor:
Use markdown shortcuts for quick formatting
Add code blocks with syntax highlighting
Insert links, images, and more
Set the page status to Published
Click Save
Step 3: Organize Your Documentation
Cirth supports hierarchical page organization:
plaintext
Getting Started (parent)
├── Installation (child)
├── Configuration (child)
└── First Steps (child)
API Reference (parent)
├── Authentication
└── EndpointsTo create child pages:
When creating a new page, select a Parent Page
Use the Order field to control page sequence
Drag and drop pages to reorder them
Step 4: Preview Your Site
Click View Documentation from the project dashboard
Your docs are now live at:
cirth.app/docs/your-slugShare the link with your team or users!
Next Steps
Creating Projects - Deep dive into project settings
Writing Pages - Master the page editor
Custom Domains - Connect your own domain
GitHub Import - Import existing documentation
Tips for Success
Start with an outline - Plan your documentation structure before writing
Use clear headings - Help readers navigate with descriptive titles
Include code examples - Developers love practical examples
Keep it updated - Set a schedule to review and refresh content