Skip to main content
Topics group related articles. Unlike articles, topics are mutable — edits update in place with no version history.

Creating topics

In the dashboard, click New Topic and provide a name, description, and optional icon. Topics are saved immediately (no draft state).

Editing topics

Changes to a topic name or description take effect instantly. Translations are re-generated automatically for all enabled languages.

Topics in the CLI

When using the CLI, each directory under your content folder represents a topic. Add a category.toml file to customize metadata. See Configuration for details.
category.toml
name = "Getting Started"
description = "Learn the basics"
icon = "rocket"
A topic cannot be deleted while it still contains articles. Move or delete articles first.