Daniel-Xu / docpress

Documentation website generator

Home Page:http://docpress.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docpress

Painless Markdown publishing

Documentation website generator.
Generates great websites from Markdown files.

Status

What is it

Docpress generates websites from your project's basic documentation; that is, at the very least, a README.md file. It also supports multiple Markdown pages in docs/.

Under heavy development now; guides and instructions will magically appear here when we're stable.

Examples

Usage

Still under heavy development, consider this a preview. See the Getting Started guide for more details.

$ npm install -g docpress
$ echo "# My project" > README.md
$ echo "Documented by Markdown files." >> README.md
$ docpress serve

  Docpress
  starting development - ^C to exit

  350ms ✓   first build                 
      on    watching changes
      on    livereload
      on    http://localhost:3000
  
  Running

Let's build our first Docpress site. Quickstart guide →

:copy:


docpress © 2015+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

About

Documentation website generator

http://docpress.github.io/


Languages

Language:JavaScript 100.0%