DocFix is a simple document / documentation generator written in Javascript.
- 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
Please have a look at the documentation
- Fork the RESTlight repository
- Create a new branch for each feature or improvement
- 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.
DocFix is released under the LGPL License (Lesser GNU Public License).
See LICENSE
for details.