Mordoc Documentation

Create powerful documentation websites with Mordoc - an open-source tool that lets you write in markdown and deploy anywhere.

Welcome to Mordoc

Mordoc is an open-source documentation generator that transforms markdown into beautiful, functional documentation websites.

Write your content in markdown. Deploy to any infrastructure. No vendor lock-in.

Freedom to Deploy: Mordoc generates static sites that work anywhere — your servers, cloud platforms, or edge networks. You own your deployment.

Why Mordoc?

Key Features

  • Markdown-First: Write documentation in clean, readable markdown with extended syntax
  • Infrastructure Independent: Deploy to any static hosting platform you prefer
  • Fully Customizable: Style every component with JSON configuration files
  • Auto-Generated Features: Built-in search, table of contents, and navigation
  • Developer-Friendly: Simple CLI tools and familiar workflows

Quick Start

Get started with Mordoc in minutes:

Bash
npx create-mordoc-app my-docs
cd my-docs
npm run dev

Your documentation site will be running at http://localhost:3000.

What You'll Build

With Mordoc, you can create documentation that includes:

FeatureDescription
Rich NavigationMulti-level side navigation with parent-child relationships
SearchAuto-generated, client-side search functionality
Code BlocksSyntax-highlighted code examples in multiple languages
CalloutsStyled note, warning, and danger boxes for important information
Cards & GridsVisual card components for feature showcases
Custom BrandingYour logo, favicon, and color scheme

Next Steps

New to Mordoc?

Follow the Get Started guide to create your first documentation project and understand the project structure.

Ready to build your documentation? Start with the prerequisites:

  1. Install a code editor
  2. Install Node.js
  3. Install Git
  4. Create your first project

Open Source & Community-Driven

Mordoc is built for content creators, developers, and teams who want full control over their documentation infrastructure.