zhixin 4068906e4a Add faq 11 years ago
..
_includes 4068906e4a Add faq 11 years ago
_layouts 4b3cd7118a Add new docs. 11 years ago
_plugins 4b3cd7118a Add new docs. 11 years ago
assets b244e380e2 Add 'Edit on GitHub' link for every markdown page. 11 years ago
dist 4b3cd7118a Add new docs. 11 years ago
.gitignore 4b3cd7118a Add new docs. 11 years ago
README.md 4b3cd7118a Add new docs. 11 years ago
_config.yml 4b3cd7118a Add new docs. 11 years ago
apple-touch-icon.png 4b3cd7118a Add new docs. 11 years ago
documentation.md 4b3cd7118a Add new docs. 11 years ago
faq.md 4068906e4a Add faq 11 years ago
favicon.ico 4b3cd7118a Add new docs. 11 years ago
getting-started.md 4b3cd7118a Add new docs. 11 years ago
index.md 4b3cd7118a Add new docs. 11 years ago

README.md

Documentation

Bootstrap table's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on http://wenzhixin.net.cn/p/bootstrap-table. 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.
  2. Install the Ruby-based syntax highlighter, Rouge, with gem install rouge.

  3. From the root /docs directory, run jekyll serve in the command line.

  4. Open http://localhost:4000 in your browser, and voilà.

Learn more about using Jekyll by reading its documentation.