浏览代码

Update domain

zhixin 7 年之前
父节点
当前提交
240b5ec33e
共有 9 个文件被更改,包括 13 次插入13 次删除
  1. 3 4
      CONTRIBUTING.md
  2. 3 3
      README.md
  3. 1 1
      _config.yml
  4. 1 1
      bootstrap-table.jquery.json
  5. 1 1
      package.json
  6. 1 1
      site/CNAME
  7. 1 1
      site/_includes/docs-navbar.html
  8. 1 1
      site/index.html
  9. 1 0
      site/news.md

+ 3 - 4
CONTRIBUTING.md

@@ -1,6 +1,6 @@
 # Contributing to Bootstrap Table
 
-Looking to contribute something to Bootstrap Table? 
+Looking to contribute something to Bootstrap Table?
 
 **Here's how you can help.**
 
@@ -77,12 +77,11 @@ Guidelines for bug reports:
 2. **Check if the issue has been fixed** — try to reproduce it using the
    latest `master` or development branch in the repository.
 
-3. **Isolate the problem** — ideally create a live example. 
+3. **Isolate the problem** — ideally create a live example.
     The web tool [jsfiddle](http://jsfiddle.net/) is a very helpful for this. Consider to use these templates:
     * [Table from html](http://jsfiddle.net/wenyi/e3nk137y/11/light/)
     * [Table from data](http://jsfiddle.net/wenyi/e3nk137y/13/light/)
     * [Table from url](http://jsfiddle.net/wenyi/e3nk137y/14/light/)
-    * Other templates can also be found at [jsFiddle Bootstrap](http://bootstrap-table.wenzhixin.net.cn/examples/#basic)
 
 
 A good bug report shouldn't leave others needing to chase you up for more
@@ -248,4 +247,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
 <a href="https://opencollective.com/bootstrap-table/sponsor/6/website" target="_blank"><img src="https://opencollective.com/bootstrap-table/sponsor/6/avatar.svg"></a>
 <a href="https://opencollective.com/bootstrap-table/sponsor/7/website" target="_blank"><img src="https://opencollective.com/bootstrap-table/sponsor/7/avatar.svg"></a>
 <a href="https://opencollective.com/bootstrap-table/sponsor/8/website" target="_blank"><img src="https://opencollective.com/bootstrap-table/sponsor/8/avatar.svg"></a>
-<a href="https://opencollective.com/bootstrap-table/sponsor/9/website" target="_blank"><img src="https://opencollective.com/bootstrap-table/sponsor/9/avatar.svg"></a>
+<a href="https://opencollective.com/bootstrap-table/sponsor/9/website" target="_blank"><img src="https://opencollective.com/bootstrap-table/sponsor/9/avatar.svg"></a>

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-# [Bootstrap Table](http://bootstrap-table.wenzhixin.net.cn)
+# [Bootstrap Table](https://bootstrap-table.com)
 
 [![Build Status](https://travis-ci.org/wenzhixin/bootstrap-table.svg)](https://travis-ci.org/wenzhixin/bootstrap-table)
 [![GitHub version](https://badge.fury.io/gh/wenzhixin%2Fbootstrap-table.svg)](http://badge.fury.io/gh/wenzhixin%2Fbootstrap-table)
@@ -14,7 +14,7 @@ An extended Bootstrap table with radio, checkbox, sort, pagination, extensions a
 
 To get started, check out:
 
-* [Docs](https://bootstrap-table.wenzhixin.net.cn)
+* [Docs](https://bootstrap-table.com)
 * [Examples](https://github.com/wenzhixin/bootstrap-table-examples)
 * [Questions/Helps](http://stackoverflow.com/questions/tagged/bootstrap-table)
 * [问题/帮助](http://segmentfault.com/t/bootstrap-table)
@@ -83,7 +83,7 @@ It's really saves much time.
 
 You can also use these for templates:
 
-[jsFiddle Bootstrap Table](http://bootstrap-table.wenzhixin.net.cn/examples/#basic)
+[jsFiddle Bootstrap Table](https://bootstrap-table.com/examples/#basic)
 
 Your feedback is very appreciated!
 

+ 1 - 1
_config.yml

@@ -14,7 +14,7 @@ destination:    ./_gh_pages
 host:           "localhost"
 port:           9001
 baseurl:        ""
-url:            "https://bootstrap-table.wenzhixin.net.cn"
+url:            "https://bootstrap-table.com"
 encoding:       UTF-8
 
 plugins:

+ 1 - 1
bootstrap-table.jquery.json

@@ -21,7 +21,7 @@
     "bootstrap.table"
   ],
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
-  "demo": "http://bootstrap-table.wenzhixin.net.cn",
+  "demo": "http://examples.bootstrap-table.com",
   "bugs": {
     "url": "https://github.com/wenzhixin/bootstrap-table/issues"
   },

+ 1 - 1
package.json

@@ -50,7 +50,7 @@
   "bugs": {
     "url": "https://github.com/wenzhixin/bootstrap-table/issues"
   },
-  "homepage": "http://bootstrap-table.wenzhixin.net.cn",
+  "homepage": "https://bootstrap-table.com",
   "config": {
     "commitizen": {
       "path": "./node_modules/cz-conventional-changelog"

+ 1 - 1
site/CNAME

@@ -1 +1 @@
-bootstrap-table.wenzhixin.net.cn
+bootstrap-table.com

+ 1 - 1
site/_includes/docs-navbar.html

@@ -17,7 +17,7 @@
       </li>
       <li class="nav-item">
         <a class="nav-link {% if page.title == "Examples" %}active{% endif %}"
-          href="https://bootstrap-table-examples.wenzhixin.net.cn">
+          href="https://examples.bootstrap-table.com">
           Examples
         </a>
       </li>

+ 1 - 1
site/index.html

@@ -95,7 +95,7 @@ bower install bootstrap-table
     </p>
 
     <hr class="half-rule">
-    <a href="https://bootstrap-table-examples.wenzhixin.net.cn" target="_blank" class="btn btn-outline-primary">
+    <a href="https://examples.bootstrap-table.com" class="btn btn-outline-primary">
       Browse Examples
     </a>
   </div>

+ 1 - 0
site/news.md

@@ -20,6 +20,7 @@ Here are the highlights of what’s new and updated in new website.
 - **New:** Added Extensions documentation.
 - **New:** Supported for searching documentation.
 - **New:** Added News Menu.
+- **New:** Added New Examples for Bootstrap v4 instead v3.
 - **Update:** Used new API display style instead table.
 - **Remove:** Removed Translation Documentations.