MdWiki alternatives and similar software solutions
Based on the "Documentation Generators" category.
Alternatively, view MdWiki alternatives based on common mentions on social networks and blogs.
-
daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. -
markdown-tree
A Sinatra script to serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MdWiki or a related project?
README
MDwiki
100% static single file CMS/Wiki done purely with client-side Javascript and HTML5.
See http://www.mdwiki.info for more info and documentation.
!! This project is currently unmaintained!!
Download
See https://github.com/Dynalon/mdwiki/releases for readily precompiled releases.
How to build from source
(applies to master branch, stable may differ)
- Install node.js >= 0.10 and npm (if not included)
- Clone the mdwiki repo
- Install deps and build MDwiki (you need automake installed - if you are on Windows check the contents of the Makefile for the list of commands to run them manually):
make
Find the
mdwiki.html
in thedist/
folderDevelopment
For development, use
grunt devel
To get unminified source code compiled to dist/mdwiki-debug.html
, as well as auto file watching and livereload support. Symlink the development mdwiki file into your webroot for testing.