Popularity
2.3
Declining
Activity
0.0
Stable
118
15
11

Monthly Downloads: 0
Programming language: JavaScript
License: BSD 3-clause "New" or "Revised" License
Tags: Nosql     Database     Couchdb     Couch     JSON    

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.

Do you think we are missing an alternative of Docstore or a related project?

Add another 'Documentation Generators' Software solution

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.