Skip to content

worldline/easydoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Easydoc !

What's the deal ?

Easydoc is a tiny web server that publish your documentation written in markdown.

It can also serve any other web resources aside with your markdown files

It provides you a file index for browsing, and a full-text search (still in progress).

You'll be able to use also mustache templates and variables, either global (YAML file) or local to page (metas).

It's very basic, and very easy to use and customize.

Installation

  1. You'll need the appropriate NodeJs installation on your system.
  2. Download the latest version of easydoc and unzip it
  3. From the command line, build it: > npm install
  4. Also from the command line, run it > bin/easydoc -v docs/custom.yml (or node .\bin\easydoc .\docs\custom.yml under windows)

Documentation

You can watch it online, on github Or, once you've started your server, goes to http://localhost and you're in !

If you encounter problems, try the CLI help > bin/easydoc -h


have fun!

About

A simple technical documentation site with markdown files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •