Docstore alternatives and similar software solutions
Based on the "Documentation Generators" category.
Alternatively, view Docstore alternatives based on common mentions on social networks and blogs.
-
MdWiki
DISCONTINUED. A Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client. -
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 Docstore or a related project?
README
docstore: Simple document storage
docstore is a simple way to serve Markdown files without any server-side processing, and without requiring you (as the author) to recompile every time you change an article. It consists of a very simple JS script that makes an ajax request to your server, runs a Markdown processor on what it finds, and then displays the results. Clone the repository and add articles in the text/ directory to get started.