Edit on GitHub

Dorcs

Dorcs Logo

Dorcs turns a folder of Markdown files into a documentation site and can also export it as static HTML.

Why dorcs

  • Single binary, no runtime stack
  • Clean extensionless URLs
  • Generated navigation, table of contents, and live search in server mode
  • Live reload in development
  • Static builds for deployment
  • Optional themes, GitHub-backed docs, versions, languages, presentations, and edit mode

Start here

  1. Read Getting Started for the fastest path to a running site.
  2. Use Configuration to customize branding, navigation, and behavior.
  3. See Writing Your Docs for content structure and authoring patterns.
  4. Use Deployment when you are ready to ship a static build.

Core workflow

dorcs init
dorcs --watch
dorcs build

What the docs cover