docs/workspace

Creating Pages

Learn how to create, nest, and organize your documentation pages.

Page Basics

Pages are the fundamental building block of your documentation. Each page can contain rich text, code blocks, images, and more. You can nest pages up to five levels deep to create a clear hierarchy.

A well-structured doc is like a well-organized desk - everything has its place, and nothing is lost.

Creating a New Page

Click the '+' icon next to any page in the sidebar, or use the quick-create command palette with Cmd+P. Give your page a title and start typing - it's that simple.

markdown
# Page title - use short, descriptive names
## Sections - break content into digestible chunks

Use Markdown shortcuts to format as you type:
- **bold** for emphasis
- `code` for inline references
- ``` for code blocks

Page Properties

Every page has metadata properties you can set: status, assignee, priority, and custom fields. Use properties to track progress, organize by category, or filter your doc tree.

  • Status: Draft, In Review, Published, Archived
  • Assignee: Team member responsible for the page
  • Tags: Add multiple tags for cross-referencing
  • Created/Updated: Auto-tracked timestamps

Related Pages