fbezdeka / DocFix

A small Javascript based documentation generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to DocFix

What is DocFix?

DocFix is a simple document / documentation generator written in Javascript.

Features

  • Automated generation of:
    • chapter summaries,
    • table of contents
  • Navtags (a list of user-defined links inside the currently loaded chapter)
  • Crossreferencing
  • History API (going back to the previous cross reference)
  • Direct / External linking of user-defined sections

Documentation / Live-Demo

Please have a look at the documentation

How to Contribute

Pull Requests

  1. Fork the RESTlight repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the vNext branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows me to review and pull in new features or improvements individually.

License

DocFix is released under the LGPL License (Lesser GNU Public License). See LICENSE for details.

About

A small Javascript based documentation generator

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 82.7%Language:CSS 17.3%