zhixin e62042bc0b Add toolbar extension docs. 10 年 前
..
_i18n ab5199fa68 Fix typo. 10 年 前
_includes 049684e9a7 Add Questions / Helps. 10 年 前
_layouts 1fd6c97464 Add i18n support for docs. 11 年 前
_plugins 3a5c6b8199 Update languages plugin to fix undefined method dest bug. 10 年 前
assets 8fd2d1ec1a Update sidenav.js 10 年 前
data a250962d40 Add examples. 11 年 前
dist d17f29fa26 Fix #723 add mobile extension to docs. 10 年 前
LICENSE 463614031c Add CONTRIBUTING.md and docs LICENSE. 10 年 前
README.md b18ba549cb Fix #741 10 年 前
apple-touch-icon.png 4bacbcac39 Update docs and remove _docs. 11 年 前
documentation.md 1fd6c97464 Add i18n support for docs. 11 年 前
examples.md bd6b780c90 Add more examples link. 11 年 前
extensions.md e62042bc0b Add toolbar extension docs. 10 年 前
faq.md 1fd6c97464 Add i18n support for docs. 11 年 前
favicon.ico 4bacbcac39 Update docs and remove _docs. 11 年 前
getting-started.md 3ebbb8e204 Remove translations.md 11 年 前
index.md 4bacbcac39 Update docs and remove _docs. 11 年 前
robots.txt 01810a564d Remove config.yml and add sitemap, robots. 11 年 前
sitemap.xml 01810a564d Remove config.yml and add sitemap, robots. 11 年 前

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.