Skip to content
forked from minio/gluegun

Glues Github markdown docs to present a beautiful documentation site.

License

Notifications You must be signed in to change notification settings

miniohq/gluegun

 
 

Repository files navigation

Gluegun

Gluegun glues markdown files to generate a beautiful documentation site.

Prerequisite

A minimum version of ruby2.4 and node versions [6.x, 8.x, 9.x, 10.x] are supported.

Installation

Add this line to your application's Gemfile:

gem 'gluegun'

And then execute:

npm install
npm run compile
bundle

Usage

NAME:
gluegun - Glues github markdown files to a documentation site.

USAGE:
gluegun COMMAND [ARGUMENTS...]

COMMANDS:
generate Generate new docs site with an URL or file path.

Example

./gluegun generate https://github.com/gluegun/site.yml

Run the gluegun CLI

./gluegun generate ./site.yml

About

Glues Github markdown docs to present a beautiful documentation site.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.9%
  • SCSS 38.6%
  • Ruby 13.1%
  • JavaScript 9.2%
  • Shell 0.2%