zhixin 7e0ccb937a feat(js): add `theadClasses` option to supoort bootstrap v4 7 years ago
..
_i18n 7e0ccb937a feat(js): add `theadClasses` option to supoort bootstrap v4 7 years ago
_includes 64b37f6561 Release to 1.13.0 7 years ago
_layouts 55ced6aecc Update style 7 years ago
assets 3ec381f04e Fix style 7 years ago
data 890222b8d9 Add docs data dir 7 years ago
CNAME 5f1a4f9c77 Add CNAME 7 years ago
LICENSE 463614031c Add CONTRIBUTING.md and docs LICENSE. 10 years ago
README.md b18ba549cb Fix #741 10 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
donate.md 16ff3bceba Release 1.2.0 7 years ago
extensions.md 4ba69271ac fix extension list cache 7 years ago
faq.md ffd3cc19a1 Update docs. 10 years ago
favicon.png 64b37f6561 Release to 1.13.0 7 years ago
getting-started.md 5b5ee5bcd7 Remove grunt.md and data 7 years ago
home.md 55ced6aecc Update style 7 years ago
index.html f1f51dd653 Improve docs relate path problem 7 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 / 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.