zhixin f3a098a5fa Add showPaginationSwitch option of docs. 11 years ago
..
_i18n f3a098a5fa Add showPaginationSwitch option of docs. 11 years ago
_includes fc8b5efa74 translate the nav. 11 years ago
_layouts 1fd6c97464 Add i18n support for docs. 11 years ago
_plugins 01810a564d Remove config.yml and add sitemap, robots. 11 years ago
assets 42fb1c8929 Update all examples. 11 years ago
data a250962d40 Add examples. 11 years ago
dist 0e8acc57d7 Add ms-MY and ja-JP builds 11 years ago
README.md f455c9efa0 Update docs and dist. 11 years ago
apple-touch-icon.png 4bacbcac39 Update docs and remove _docs. 11 years ago
documentation.md 1fd6c97464 Add i18n support for docs. 11 years ago
examples.md bd6b780c90 Add more examples link. 11 years ago
extensions.md 1fd6c97464 Add i18n support for docs. 11 years ago
faq.md 1fd6c97464 Add i18n support for docs. 11 years ago
favicon.ico 4bacbcac39 Update docs and remove _docs. 11 years ago
getting-started.md 3ebbb8e204 Remove translations.md 11 years ago
index.md 4bacbcac39 Update docs and remove _docs. 11 years ago
robots.txt 01810a564d Remove config.yml and add sitemap, robots. 11 years ago
sitemap.xml 01810a564d Remove config.yml and add sitemap, robots. 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://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.
  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.