|
1 | 1 | # webpack.js.org
|
2 | 2 |
|
3 |
| -[![Build Status][13]][10] |
4 |
| -[![Standard Version][12]][11] |
| 3 | +[![Build Status][build-status]][build-status-url] |
| 4 | +[![Standard Version][release]][release-url] |
| 5 | +[![chat on gitter][chat]][chat-url] |
5 | 6 |
|
6 | 7 | Guides, documentation, and all things webpack.
|
7 | 8 |
|
8 |
| - |
9 | 9 | ## Content Progress
|
10 | 10 |
|
11 | 11 | Now that we've covered much of the backlog of _missing documentation_, we are
|
12 | 12 | starting to heavily review each section of the site's content to sort and
|
13 | 13 | structure it appropriately. The following issues should provide a pretty good
|
14 | 14 | idea of where things are, and where they are going:
|
15 | 15 |
|
16 |
| -- [Guides - Review and Simplify][1] |
17 |
| -- [Concepts - Review and Organize][2] |
18 |
| -- [API - v4 Rewrite][8] |
| 16 | +- [Guides - Review and Simplify][guides-url] |
| 17 | +- [Concepts - Review and Organize][concepts-url] |
| 18 | +- [API - v4 Rewrite][api-url] |
19 | 19 |
|
20 | 20 | We haven't created issues for the other sections yet, but they will be coming
|
21 |
| -soon. For dev-related work please see [General - Updates & Fixes][3]. |
22 |
| - |
| 21 | +soon. For dev-related work please see [General - Updates & Fixes][general-url]. |
23 | 22 |
|
24 | 23 | ## Translation
|
25 | 24 |
|
26 |
| -To help translate this documentation please jump to the [translate branch][4]. |
27 |
| - |
| 25 | +To help translate this documentation please jump to the [translate branch][translate-url]. |
28 | 26 |
|
29 | 27 | ## Contributing
|
30 | 28 |
|
31 |
| -Read through the [writer's guide][7] if you're interested in editing the |
32 |
| -content on this site. See the [contributors page][5] to learn how to set up and |
| 29 | +Read through the [writer's guide][writer-guide-url] if you're interested in editing the |
| 30 | +content on this site. See the [contributors page][contributing-url] to learn how to set up and |
33 | 31 | start working on the site locally.
|
34 | 32 |
|
35 |
| - |
36 | 33 | ## License
|
37 | 34 |
|
38 |
| -The content is available under the [Creative Commons BY 4.0][6] license. |
39 |
| - |
| 35 | +The content is available under the [Creative Commons BY 4.0][license-url] license. |
40 | 36 |
|
41 | 37 | ## Special Thanks
|
42 | 38 |
|
43 | 39 | _BrowserStack_ has graciously allowed us to do cross-browser and cross-os
|
44 | 40 | testing of the site at no cost...
|
45 | 41 |
|
46 |
| -[][9] |
47 |
| - |
48 |
| - |
49 |
| -[1]: https://github.com/webpack/webpack.js.org/issues/1258 |
50 |
| -[2]: https://github.com/webpack/webpack.js.org/issues/1386 |
51 |
| -[3]: https://github.com/webpack/webpack.js.org/issues/1525 |
52 |
| -[4]: https://github.com/webpack/webpack.js.org/tree/translation |
53 |
| -[5]: https://github.com/webpack/webpack.js.org/blob/master/.github/CONTRIBUTING.md |
54 |
| -[6]: https://creativecommons.org/licenses/by/4.0/ |
55 |
| -[7]: https://webpack.js.org/writers-guide |
56 |
| -[8]: https://github.com/webpack/webpack.js.org/pull/1754 |
57 |
| -[9]: http://browserstack.com/ |
58 |
| -[10]: http://travis-ci.org/webpack/webpack.js.org |
59 |
| -[11]: https://github.com/conventional-changelog/standard-version |
60 |
| -[12]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg |
61 |
| -[13]: https://secure.travis-ci.org/webpack/webpack.js.org.svg |
| 42 | +[![BrowserStackLogo][browserstack]][browserstack-url] |
| 43 | + |
| 44 | +[api-url]: https://github.com/webpack/webpack.js.org/pull/1754 |
| 45 | +[build-status]: https://secure.travis-ci.org/webpack/webpack.js.org.svg |
| 46 | +[build-status-url]: http://travis-ci.org/webpack/webpack.js.org |
| 47 | +[browserstack]: ./browserstack-logo.png |
| 48 | +[browserstack-url]: http://browserstack.com/ |
| 49 | +[chat]: https://badges.gitter.im/webpack/webpack.svg |
| 50 | +[chat-url]: https://gitter.im/webpack/webpack |
| 51 | +[concepts-url]: https://github.com/webpack/webpack.js.org/issues/1386 |
| 52 | +[contributing-url]: https://github.com/webpack/webpack.js.org/blob/master/.github/CONTRIBUTING.md |
| 53 | +[general-url]: https://github.com/webpack/webpack.js.org/issues/1525 |
| 54 | +[guides-url]: https://github.com/webpack/webpack.js.org/issues/1258 |
| 55 | +[license-url]: https://creativecommons.org/licenses/by/4.0/ |
| 56 | +[release]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg |
| 57 | +[release-url]: https://github.com/conventional-changelog/standard-version |
| 58 | +[translate-url]: https://github.com/webpack/webpack.js.org/tree/translation |
| 59 | +[writer-guide-url]: https://webpack.js.org/contribute/writers-guide |
0 commit comments