Powered by NovaDocs
Welcome to NovaDocsStart with Installation → Install with Docker, or switch language to Polish (PL).

Projects & articles

Admin5 min readUpdated Aug 7, 2026

Projects & articles

Projects

A project is one documentation site (for example “Product docs” or “API docs”).

  1. Go to Admin → Projects
  2. Create a project
  3. Set visibility:
    • Public — anyone can read
    • Members — only logged-in members

Each project has its own articles, categories, versions, languages, and branding.

Articles

  1. Open a project
  2. Go to ArticlesNew
  3. Write in the editor
  4. Fill metadata on the right (title, slug, status, category, SEO)
  5. Save draft while working
  6. Merge when you are ready to publish

Editor tips

  • Type / to insert blocks (headings, images, tables, YouTube, files, …)
  • Use Preview to see the reader view
  • Autosave keeps drafts as you work

Statuses

  • Draft — not public
  • Scheduled — goes live at a set time
  • Published — live on the docs site
  • Archived — hidden from normal browsing

Categories

Use categories to build the sidebar. Nest categories if you need sections and sub-sections.

Versions & languages

  • Versions — for example 1.0 and 2.0
  • Languages — for example en and de

Public URLs look like:

/{project}/docs/{version}/{lang}/{article-slug}

Was this helpful?