Contribute

Edit this documentation

Translate the documentation or open the complete project on your computer.

Nothing is published until you choose to submit your work.

Modern docs.
Rich components.
Just Markdown.

M-Press gives you rich components, private search, reader accessibility controls, versioned releases, and safe AI-assisted translation in one fast Go binary. No Node.js. No MDX. No framework. Even this page is Markdown!

Stop maintaining a frontend just to publish words.

Documentation should not begin with a package manager, a framework upgrade, and a lockfile conflict. M-Press keeps the authoring model deliberately small: one Go binary, one YAML file, and ordinary Markdown.

  • No Node.js runtime. Install one native executable locally and in CI.
  • No MDX coupling. Your source stays readable outside M-Press.
  • No hidden build graph. The generated result is portable static HTML.

See the complete feature reference

# Hello world

This site was built from Markdown.

Rich components from simple Markdown keywords.

Readers expect tabs, steps, terminals, diagrams, code annotations, file trees, and responsive navigation. Authors should not need MDX or a JavaScript package for each one. Write a clear keyword such as @terminal, @steps, or @note. M-Press turns it into an accessible, interactive component.

  • Search is automatic and private. M-Press builds a static index for every language. Queries stay in the browser.
  • One keyword creates the rich component. The source remains short, readable Markdown.
  • Components are included. There is no package to install, import, or update for each pattern.
  • The output works without a framework runtime. Host it anywhere that serves static files.

Explore every component

Build the documentation
$ mpress build
Built 60 pages in 47 ms
Markdown
@terminal{title="Build the documentation" language=bash frame=macos}
$ mpress build
Built 60 pages in 47 ms
@end

Accessibility belongs in every documentation site.

One presentation cannot suit every reader. The accessibility menu is enabled by default and stores each visitor’s preferences only in their browser. Site owners do not receive health or preference data.

  • Reading controls. Change text size, page width, font, spacing, and word emphasis.
  • Focus controls. Dim distractions, follow a reading guide, and reduce motion.
  • Vision controls. Increase contrast, underline links, and select colour profiles.

Read the accessibility reference

Keep writing while the site keeps up.

Slow builds break concentration. M-Press watches your content, rebuilds automatically, and refreshes the browser. The same binary also checks links, audits quality, edits configuration, exports production files, and prepares deployment.

  • Immediate feedback. Save a file and see the generated page update.
  • Visible evidence. Every build and validation stage reports its real duration.
  • Quality in the same workflow. Run strict checks and a Lighthouse audit before release.

See how M-Press stays fast

Measured on this documentation set

60 pages · 82 output files · 47 to 66 ms

Build
47 to 66 ms across two clean production builds
Search
Index generated with the pages
Validation
Links and assets collected during rendering
Optimisation
Native CSS and JavaScript minification

One binary, complete tooling

Development server, configuration editor, checks, Lighthouse, ZIP export, deployment helpers, migration, translation, and version capture are ready from the same command.

Languages and versions belong in the core.

Translations become risky when code fences, component syntax, and links are treated as ordinary prose. Versions become confusing when old pages quietly change. M-Press models both concerns directly.

  • Safe translation. Protect structure, use glossaries and style guides, and track stale, manual, conflicted, and reviewed text.
  • Independent language sites. Build routes, navigation, and search for each language.
  • Immutable versions. Capture, checksum, verify, and mount complete releases with a reader-facing selector.

Read about translation Read about versioning

A complete documentation workshop, ready in development mode.

The development site exposes the work that is usually hidden across scripts and services. Edit every supported setting with a structured form, inspect the generated file tree, run checks, review build performance, start a Lighthouse audit, export a ZIP, and prepare deployment without leaving the documentation.

  • One complete configuration. Control identity, languages, links, files, theme, accessibility, layout, versions, translation, and deployment.
  • Fully customisable. Set colour, typography, light and dark logos, navigation, social links, and custom CSS.
  • Responsive by default. The same Markdown content supports a full product landing page and a focused mobile reading experience by default.

Configure a site

The same site, ready for a smaller screen.

Navigation, search, accessibility controls, and page content adapt to the space available. Readers get the same documentation on a phone, with controls that stay within reach.

Read the first-site tutorial

Keep the content. Remove the JavaScript toolchain.

The importer brings across pages, supported components, navigation, languages, frontmatter, public assets, and configuration. It writes a report for every pattern that needs a human decision.

Read the migration guide

Build rich documentation without Node.

Create a working M-Press project. Accessibility, versions, translations, search, checks, components, and production optimisation are ready from the first build.