Skip to main content
All help topics

For creators

Publish a doc: private, cohort or public

Six audiences, the same model as everything else on the platform. Public docs get a custom slug, OG metadata, and live at /p/<your-tenant>/k/<slug> on your portal.

Last updated May 24, 2026

Open the publish dialog

In the doc editor top-right, click the audience pill (it shows the current state โ€” ๐Ÿ”’ Private / Draft by default). The publish dialog opens with six options.

The six audiences

  • ๐Ÿ”’ Private โ€” only you.
  • ๐Ÿ›ก Admins + instructors โ€” for SOPs, runbooks, internal docs.
  • ๐Ÿข Everyone in workspace โ€” workspace-wide announcements, staff handbooks.
  • ๐Ÿ‘ฅ Community โ€” pick one cohort; only its members can see this doc.
  • ๐ŸŽ“ Course โ€” pick one course; everyone enrolled (current and future) can see this doc.
  • ๐ŸŒ Public on the web โ€” anyone with the URL, indexed by search engines.

Draft vs Published

Every doc has a status orthogonal to audience. Audience says WHO can see it; status says WHETHER it's visible at all. A doc published to 'Course' but left as Draft stays invisible to the cohort until you flip status to Published.

Public docs โ€” slug & SEO

  • Pick a slug โ€” lowercase, hyphens. We validate against the reserved-slugs list so you don't collide with platform routes.
  • Set SEO title, description and OG image โ€” these override the doc's title for search engines and link previews.
  • Toggle 'noindex' if you want the page reachable by URL but hidden from Google.
  • The page lives at /p/<your-tenant>/k/<your-slug> on your portal โ€” same chrome as the rest of your site. The hub index at /p/<your-tenant>/k lists every published-public doc.

Who gets notified

When a doc goes public for the first time, every admin and instructor in the workspace (except the author) gets a notification. Cohort and course audience changes don't fan out โ€” they're picked up next time a student loads the docs sidebar.

Comment-only mode is the right setting for cohort wikis โ€” students can leave comments without editing the doc itself. Set it on the publish dialog โ†’ Permissions toggle.

Related