GithubHelp home page GithubHelp logo

z720 / docbuilder Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 18 KB

Generate documentation site (based on MetalSmith)

CSS 20.81% HTML 5.72% JavaScript 73.48%
static-site-generator documentation markdown metalsmith

docbuilder's Introduction

Warning This repository have been archived. This project is not maintained anymore.

Build Status codecov

Docbuilder

Docbuilder is a Metalsmith wrapper for quick out of the box generation of document sites. Just place your Markdown pages in the doc/ folder and docbuilder will create a static site in the _build folder.

Usage

  docbuilder

Special dirs

** TODO **

Command line options

Customize the source folder

Choose the --src option to override the location of your Markdown files and assets. Default is doc/

Customize the destination folder

Choose the --dest option to override the destination folder for the generated site. Default is _build/

Live update

Use the --watch option to have the content generated as you update the source. While the command is running, any change made in the markdown file will be automatically pushed to the destination directory.

Web preview

Use the --serve option to preview in browser the generated site. You can optionnally specify the port nummber.

docbuilder --serve 8080

This command will generate in th _build folder the content of the doc folder and serve the _build directory at http://localhost/ .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.