Skip to content

Commit d53958a

Browse files
authored
Clean up docs (select2#5528)
* Remove SauceLabs credentials SauceLabs is no longer used during builds, so we no longer need to include these encrypted credentials. * Clean up badges * Remove SauceLabs from the README * Misc README fixes * Disable Travis email notifications Looks like we accidentally re-enabled these when removing IRC.
1 parent 0a612f9 commit d53958a

2 files changed

Lines changed: 10 additions & 19 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ language: node_js
33
node_js:
44
- "0.10"
55

6-
env:
7-
global:
8-
- secure: XMNK8GVxkwKa6oLl7nJwgg/wmY1YDk5rrMd+UXz26EDCsMDbiy1P7GhN2fEiBSLaQ7YfEuvaDcmzQxTrT0YTHp1PDzb2o9J4tIDdEkqPcv1y8xMaYDfmsN0rBPdBwZEg9H5zUgi7OdUbrGswSYxsKCE3x8EOqK89104HyOo1LN4=
9-
- secure: BU5BPRx6H4O3WJ509YPixjUxg+hDF3z2BVJX6NiGmKWweqvCEYFfiiHLwDEgp/ynRcF9vGVi1V4Ly1jq7f8NIajbDZ5q443XchZFYFg78K/EwD5mK6LYt16zb7+Jn0KbzwHeGRGzc9AvcEYlW6i634cSCm4n3BnqtF5PpogSzdw=
10-
116
script:
127
- grunt
138

9+
notifications:
10+
email: false
11+
1412
deploy:
1513
- provider: npm
1614
email:

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Select2
22
=======
33
[![Build Status][travis-ci-image]][travis-ci-status]
4-
[![cdnjs](https://img.shields.io/cdnjs/v/select2.svg)](https://cdnjs.com/libraries/select2)
5-
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/select2/badge)](https://www.jsdelivr.com/package/npm/select2)
4+
[![cdnjs](https://img.shields.io/cdnjs/v/select2.svg)][cdnjs]
5+
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/select2/badge)][jsdelivr]
66

77
Select2 is a jQuery-based replacement for select boxes. It supports searching,
88
remote data sets, and pagination of results.
@@ -33,10 +33,6 @@ Browser compatibility
3333
* Safari 3+
3434
* Opera 10.6+
3535

36-
Select2 is automatically tested on the following browsers.
37-
38-
[![Sauce Labs Test Status][saucelabs-matrix]][saucelabs-status]
39-
4036
Usage
4137
-----
4238
You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or
@@ -81,8 +77,7 @@ make a pull request back to Select2 here on GitHub.
8177
Documentation
8278
-------------
8379
The documentation for Select2 is available
84-
[through GitHub Pages][documentation] and is located within this repository
85-
in the [`docs` folder][documentation-folder].
80+
[through GitHub Pages][documentation] and is located within the [separate `select2/docs` repository][documentation-repository].
8681

8782
Community
8883
---------
@@ -96,16 +91,15 @@ The license is available within the repository in the [LICENSE][license] file.
9691
[cdnjs]: http://www.cdnjs.com/libraries/select2
9792
[community]: https://select2.org/getting-help
9893
[documentation]: https://select2.org
99-
[documentation-folder]: https://github.com/select2/select2/tree/master/docs
94+
[documentation-repository]: https://github.com/select2/docs
10095
[freenode]: https://freenode.net/
101-
[jsdelivr]: http://www.jsdelivr.com/#!select2
96+
[jsdelivr]: https://www.jsdelivr.com/package/npm/select2
10297
[license]: LICENSE.md
10398
[releases]: https://github.com/select2/select2/releases
104-
[saucelabs-matrix]: https://saucelabs.com/browser-matrix/select2.svg
105-
[saucelabs-status]: https://saucelabs.com/u/select2
10699
[travis-ci-image]: https://img.shields.io/travis/select2/select2/master.svg
107100
[travis-ci-status]: https://travis-ci.org/select2/select2
108101

102+
[angularjs]: https://angularjs.org/
109103
[bootstrap3]: https://getbootstrap.com/
110104
[bootstrap4]: https://getbootstrap.com/
111105
[django]: https://www.djangoproject.com/
@@ -115,6 +109,7 @@ The license is available within the repository in the [LICENSE][license] file.
115109
[drupal]: https://www.drupal.org/
116110
[drupal-select2]: https://www.drupal.org/project/select2
117111
[flat-ui]: http://designmodo.github.io/Flat-UI/
112+
[mdr-angular-select2]: https://github.com/modulr/mdr-angular-select2
118113
[meteor]: https://www.meteor.com/
119114
[meteor-select2]: https://github.com/nate-strauser/meteor-select2
120115
[metro-ui]: http://metroui.org.ua/
@@ -130,5 +125,3 @@ The license is available within the repository in the [LICENSE][license] file.
130125
[wicketstuff-select2]: https://github.com/wicketstuff/core/tree/master/select2-parent
131126
[yii2]: http://www.yiiframework.com/
132127
[yii2-widget-select2]: https://github.com/kartik-v/yii2-widget-select2
133-
[angularjs]: https://angularjs.org/
134-
[mdr-angular-select2]: https://github.com/modulr/mdr-angular-select2

0 commit comments

Comments
 (0)