All Projects → BafS → Documentor

BafS / Documentor

Licence: other
Super intuitive documentation generator, from markdown files to a single html file (style, scripts, images, search engine embedded) 📖

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Documentor

Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+33859.38%)
Mutual labels:  static-site-generator, documentation-tool
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+24346.88%)
Mutual labels:  static-site-generator, documentation-tool
Bridgetown
A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era
Stars: ✭ 317 (+890.63%)
Mutual labels:  static-site-generator, documentation-tool
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+174584.38%)
Mutual labels:  static-site-generator, documentation-tool
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (+593.75%)
Mutual labels:  static-site-generator, documentation-tool
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (+187.5%)
Mutual labels:  static-site-generator, documentation-tool
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+18940.63%)
Mutual labels:  static-site-generator, documentation-tool
Booklit
a pretty lit content authoring system
Stars: ✭ 133 (+315.63%)
Mutual labels:  static-site-generator, documentation-tool
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+162165.63%)
Mutual labels:  static-site-generator, documentation-tool
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+21434.38%)
Mutual labels:  static-site-generator, documentation-tool
kun
a small static site generator
Stars: ✭ 16 (-50%)
Mutual labels:  static-site-generator
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (+18.75%)
Mutual labels:  static-site-generator
jschr.io
The static website generator service behind jschr.io.
Stars: ✭ 70 (+118.75%)
Mutual labels:  static-site-generator
contentz
Create Content, Get a Highly Optimized Website
Stars: ✭ 57 (+78.13%)
Mutual labels:  static-site-generator
hugo-gulp-template
Enhanced template for Hugo projects
Stars: ✭ 28 (-12.5%)
Mutual labels:  static-site-generator
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (-15.62%)
Mutual labels:  static-site-generator
permalinks
A Metalsmith plugin for permalinks.
Stars: ✭ 61 (+90.63%)
Mutual labels:  static-site-generator
DevDocs-Web-Ext
A Chrome extension for DevDocs.
Stars: ✭ 22 (-31.25%)
Mutual labels:  documentation-tool
pagd
Static site generator in python.
Stars: ✭ 57 (+78.13%)
Mutual labels:  static-site-generator
astro
Build fast websites, faster. 🚀🧑‍🚀✨
Stars: ✭ 11,024 (+34350%)
Mutual labels:  static-site-generator

A super intuitive doc generator from Markdown files

Installation

npm -g i documentor

or for yarn users: yarn global add documentor

Quick Usage

documentor init  # initialisation of the documentation
documentor ./docs-folder -o output.html  # render the documentation to output.html

https://i.imgur.com/whek9Zm.png

Documentation

Please check the documentation for more details.

Command Line Usage

  • -i, --input: Input folder (optional flag)
  • -o, --output: Write in file
  • -t, --to: Output format
  • -c, --config: Configuration file
  • -w, --watch: Watch docs files with partial generation
  • -q, --quite: Do not output any message
  • -v, --verbose: Increase the verbosity
  • --var, --variable: Set or override config variable(s)
  • -h, --help: Show help

Examples

Generate project.html from ./docs folder

documentor ./docs -o out.html

Output html to STDOUT from ./docs folder and read the configuration file conf.yml

documentor docs -c conf.yml

Generate "out.html" with a custom name and footer

documentor ./docs -o out.html --var.name "My Project" --var.footer "(c) Project 1.0"

Watch the "docs" folder and regenerate "out.html" on change

documentor docs -o out.html -w

Dev

npm i

You can run the CLI version with node bin/documentor.js, for example node bin/documentor.js ./docs -o out.html.

Test

npm test

Screenshot

TODO

  • Embed images from markdown
  • Add processing indicator
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].