文翼 38ed8c6279 Update faq.md 11 年之前
..
_includes 9599c52d96 Update table-options.md 11 年之前
_layouts 71f868ac50 Update social buttons. 11 年之前
_plugins 4bacbcac39 Update docs and remove _docs. 11 年之前
assets 4bacbcac39 Update docs and remove _docs. 11 年之前
data a250962d40 Add examples. 11 年之前
dist c414a85fb3 grunt 1.5.0 11 年之前
.gitignore f455c9efa0 Update docs and dist. 11 年之前
README.md f455c9efa0 Update docs and dist. 11 年之前
_config.yml 6ef3b4bdad Update version to 1.5.0 11 年之前
apple-touch-icon.png 4bacbcac39 Update docs and remove _docs. 11 年之前
documentation.md 4bacbcac39 Update docs and remove _docs. 11 年之前
examples.md a22af30bfa Update docs and README. 11 年之前
extensions.md 5b90939ff6 Add extensions.md 11 年之前
faq.md 38ed8c6279 Update faq.md 11 年之前
favicon.ico 4bacbcac39 Update docs and remove _docs. 11 年之前
getting-started.md 4bacbcac39 Update docs and remove _docs. 11 年之前
index.md 4bacbcac39 Update docs and remove _docs. 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 /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.