Create your first help site in 10 minutes
By the end of this tutorial, you'll have a live documentation site with three topics, a navigation sidebar, and a search bar — published and shareable.
Before you begin
Sign up for a Topicary account at topicary.com
No prior CCMS experience is needed — this tutorial starts from scratch
Sign up and create a project
Visit topicary.com and click Get started.
Create an account with your email and password.
On first login, an onboarding dialog asks if you'd like a sample project. Click Skip — we'll build everything from scratch.
Click New Project and name it "Product Docs."
You're now in the project dashboard. The sidebar shows all sections: Topics, Components, Maps, Filters, Variables, Tags, Analytics, and Settings.
Write your first topic
Click Topics in the sidebar.
Click New Topic.
Replace the "Untitled" title with "Getting Started."
In the editor, type a short paragraph: "Welcome to our product. This guide walks you through setup and first steps."
Press Enter and type
/to open the Editor slash commands. Select Heading 2 and type "Installation."Add a few bullet points below the heading describing installation steps.
The editor auto-saves one second after you stop typing. Watch for the "Saved" indicator in the header — you never need to manually save.
Add two more topics
Go back to Topics and click New Topic again.
Name this one "Configuration" and add a short paragraph about configuration options. Try inserting a Work with tables with the
/menu — select Table and fill in a few rows with setting names and descriptions.Create a third topic called "API Reference." Add a heading, a paragraph, and a code block (type
/and select Code Block). Pick a language and paste a sample request.
You now have three Create and manage topics.
Organize topics into a map
Click Maps in the sidebar.
Click New Map and name it "User Guide."
Click Add Topic and select "Getting Started." Repeat for "Configuration" and "API Reference."
Drag the grip handle on "Configuration" to reorder it between the other two if needed.
Try clicking the indent button on "API Reference" to nest it under "Configuration" — then outdent it back to the top level.
The Create and organize a map defines the sidebar navigation your readers will see. The hierarchy you create here with indentation becomes the navigation structure on your published site.
Publish to the web
Scroll down to Publication Targets below the map editor.
Click New Target. Name it "Public Docs" and select Web as the output format.
Click Publish.
The The publishing pipeline resolves your content and generates a live site. Click the site URL to open it.
Publishing creates a live, publicly accessible URL. If your content isn't ready for readers yet, use the Unpublish action to take the site offline.
Explore your published site
Your site has:
A homepage with a search bar and page cards
A sidebar matching your map's topic order
A table of contents on each page tracking headings as you scroll
Previous/next links between pages
Full-text search — press Cmd+K to try it
A dark mode toggle in the header
What you learned
You created a project, wrote three topics with different content types, organized them in a map, and published a live documentation site. The entire authoring-to-publishing workflow works through these three steps: write topics, organize in a map, publish a target.
Next, try the Reuse content with components tutorial to learn how to write once and reference everywhere.
See also
The topic-map-publication model — understand the three-layer architecture behind what you just built
Use slash commands — full reference for the `/` menu used throughout this tutorial
Customize your site's branding — personalize the site you just published with your logo and colors
Import from Markdown — bring existing docs into Topicary instead of writing from scratch