Skip to main content
All apps
Docs

Knowledge Base

The company handbook as markdown files in Git — onboarding, IT how-tos, and policies rendered as a sidebar-navigated docs site that only authenticated employees can read.

The configuration

This is the whole app. Copy it, change it, make it yours.

name: knowledge-base
description: >-
  Internal knowledge base — the markdown pages feature behind
  sign-in. Handbook articles live as plain .md files in Git;
  a single contentDir page turns the folder into a private,
  sidebar-navigated handbook.

pages:
  - $ref: ./config/pages/kb.yaml   # contentDir, auth-gated

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-handbook --template knowledge-base

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.

Built with Sovrium