Skip to content

Latest commit

 

History

History
 
 

docs

Documentation

Bootstrap table's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on http://bootstrap-table.wenzhixin.net.cn. The docs may also be run locally.

Running documentation locally

  1. If necessary, install Jekyll (requires v2.5.x).
  • Windows users: Read this unofficial guide to get Jekyll up and running without problems.
  1. Install the Ruby-based syntax highlighter, Rouge, with gem install rouge.
  2. From the root / directory, run jekyll serve in the command line.
  3. Open http://localhost:4000 in your browser, and voilà.

Learn more about using Jekyll by reading its documentation.