Overview
Journal provides hierarchical documentation pages with version history, publish workflows, and search capabilities.Endpoints
All journal endpoints are available via tRPC atapi.journal.*
List Pages
Get Page
Create Page
Update Page
Delete Page
Get Page Tree
Search Pages
Publish Page
draft to published and sets publishedAt.
Unpublish Page
draft.
Archive Page
Move Page
Get Page History
Restore Version
Types
JournalPage
JournalTreeNode
JournalVersion
Page Status
| Status | Description |
|---|---|
draft | Work in progress, not publicly visible |
published | Visible to repository collaborators |
archived | Hidden from listings but preserved |
CLI Usage
Web Access
Journal pages are accessible at:See Also
- wit journal - CLI documentation
- Platform Overview - Platform features