No Description

Travis CI f39760d544 Deploy to GitHub Pages: 99ab715b045c3b288bdf18092f263560251ba84f 7 years ago
.github a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
assets 1b8c5272d5 Deploy to GitHub Pages: 6a31e1015ddee08535ae0a0680bea045cb70de35 7 years ago
data b63b7119b9 Deploy to GitHub Pages: f955a54ed50209d1ba56f76383d4a18fe1ad87fc 7 years ago
documentation c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
donate c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
es f39760d544 Deploy to GitHub Pages: 99ab715b045c3b288bdf18092f263560251ba84f 7 years ago
extensions f39760d544 Deploy to GitHub Pages: 99ab715b045c3b288bdf18092f263560251ba84f 7 years ago
faq c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
getting-started c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
home c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
zh-cn f39760d544 Deploy to GitHub Pages: 99ab715b045c3b288bdf18092f263560251ba84f 7 years ago
.gitignore a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
CNAME f2d4a7eada Deploy to GitHub Pages: f4fdbace5bef7e1f89e8265c84ef304d80c097c1 7 years ago
LICENSE a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
README.md a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
apple-touch-icon.png a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
favicon.png c399c53e0b Deploy to GitHub Pages: bcc30a9221ec378b327e52138498e48e0c0d36ca 7 years ago
index.html bd9e13e575 Deploy to GitHub Pages: 277f81b351ed845d77bd26430f1a7bcba730abdb 7 years ago
robots.txt a797677a5e Deploy to GitHub Pages: 39008b9c1969cec06c75aef139b7c62aada4357a 7 years ago
sitemap.xml f39760d544 Deploy to GitHub Pages: 99ab715b045c3b288bdf18092f263560251ba84f 7 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.