Drupal is a registered trademark of Dries Buytaert
drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). diff 2.0.0 Major update available for module diff (2.0.0). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). domain 3.0.1 Minor update available for module domain (3.0.1). leaflet 10.4.8 Minor update available for module leaflet (10.4.8). single_content_sync 1.4.15 Minor update available for module single_content_sync (1.4.15).

markdown_docs

12 sites No security coverage
View on drupal.org

Markdown Docs lets you publish a folder of Markdown files as browsable documentation pages inside the Drupal administration interface.

It is a lightweight solution for teams that already maintain internal guides, editor manuals, onboarding notes, or technical documentation in Markdown and want to make that content available directly in Drupal.

Features

  • Renders Markdown files as admin documentation pages
  • Adds a documentation landing page at /admin/documentation
  • Builds navigation automatically from your documentation folder structure
  • Uses the first H1 in each file as the page title
  • Rewrites relative .md links to internal Drupal documentation routes
  • Rewrites relative image paths to a secure image route
  • Provides Ajax-powered search across documentation files
  • Generates a table of contents from page headings
  • Includes support for styled warning and tip callouts
  • Falls back to an auto-generated overview page when no index.md exists

Typical use cases

  • Editorial manuals
  • Content governance documentation
  • Internal support documentation
  • Administrator handover notes
  • Project-specific implementation guides

Requirements

  • Drupal 8, 9, or 10
  • league/commonmark

Configuration

The module reads Markdown files from a configurable documentation directory. By default it looks for:

documentation/

You can change this through the module configuration:

docs_path: documentation

Expected structure

Example:

documentation/
  index.md
  editors/
    getting-started.md
    publishing.md
  admins/
    users.md
  • index.md becomes the landing page
  • each subdirectory becomes a navigation section
  • each Markdown file becomes a documentation page

Permissions

The module provides the access markdown_docs permission to control access to the documentation area.

Why use this module?

Many teams already write documentation in Markdown because it is portable, versionable, and easy to maintain in Git. Markdown Docs brings that content into Drupal without requiring a custom content model, extra editorial workflows, or manual page creation.

If your project documentation lives in the repository, this module makes it accessible to administrators and editors where they actually need it: inside Drupal.

Activity

Total releases
3
First release
Mar 2026
Latest release
1 month ago
Release cadence
0 days
Stability
0% stable

Release Timeline

Releases

Version Type Release date
1.0.0-alpha2 Pre-release Mar 24, 2026
1.0.x-dev Dev Mar 24, 2026
1.0.0-alpha1 Pre-release Mar 24, 2026