|
1 | 1 | # webpack.js.org
|
2 | 2 |
|
3 |
| -[](http://travis-ci.org/webpack/webpack.js.org) |
4 |
| -[](https://github.com/conventional-changelog/standard-version) |
| 3 | +[![Build Status][13]][10] |
| 4 | +[![Standard Version][12]][11] |
5 | 5 |
|
6 | 6 | Guides, documentation, and all things webpack.
|
7 | 7 |
|
8 | 8 |
|
9 | 9 | ## Content Progress
|
10 | 10 |
|
11 |
| -Now that we've covered much of the backlog of _missing documentation_, we are starting |
12 |
| -to heavily review each section of the site's content to sort and structure it appropriately. |
13 |
| -The following issues should provide a pretty good idea of where things are, and where |
14 |
| -they are going: |
| 11 | +Now that we've covered much of the backlog of _missing documentation_, we are |
| 12 | +starting to heavily review each section of the site's content to sort and |
| 13 | +structure it appropriately. The following issues should provide a pretty good |
| 14 | +idea of where things are, and where they are going: |
15 | 15 |
|
16 | 16 | - [Guides - Review and Simplify][1]
|
17 |
| -- [Concepts - Review, Organize, Define Clear Goals][2] |
| 17 | +- [Concepts - Review and Organize][2] |
| 18 | +- [API - v4 Rewrite][8] |
18 | 19 |
|
19 |
| -We haven't created issues for the other sections yet, but they will be coming soon. For |
20 |
| -dev-related work please see [General - Current Longterm Plan][3], which will soon be |
21 |
| -replaced by a more dev-specific issue. |
| 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 | 22 |
|
23 | 23 |
|
24 | 24 | ## Translation
|
25 | 25 |
|
26 |
| -If you hope to localize this documentation please jump to the [translate branch][4]. |
| 26 | +To help translate this documentation please jump to the [translate branch][4]. |
27 | 27 |
|
28 | 28 |
|
29 | 29 | ## Contributing
|
30 | 30 |
|
31 |
| -Read through the [writer's guide][7] if you're interested in editing the content on this |
32 |
| -site. See the [contributors page][5] to learn how to set up and start working on the site |
33 |
| -locally. |
| 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 |
| 33 | +start working on the site locally. |
34 | 34 |
|
35 | 35 |
|
36 | 36 | ## License
|
37 | 37 |
|
38 | 38 | The content is available under the [Creative Commons BY 4.0][6] license.
|
39 | 39 |
|
40 | 40 |
|
| 41 | +## Special Thanks |
| 42 | + |
| 43 | +_BrowserStack_ has graciously allowed us to do cross-browser and cross-os |
| 44 | +testing of the site at no cost... |
| 45 | + |
| 46 | +[][9] |
| 47 | + |
| 48 | + |
41 | 49 | [1]: https://github.com/webpack/webpack.js.org/issues/1258
|
42 | 50 | [2]: https://github.com/webpack/webpack.js.org/issues/1386
|
43 |
| -[3]: https://github.com/webpack/webpack.js.org/issues/1380 |
| 51 | +[3]: https://github.com/webpack/webpack.js.org/issues/1525 |
44 | 52 | [4]: https://github.com/webpack/webpack.js.org/tree/translation
|
45 | 53 | [5]: https://github.com/webpack/webpack.js.org/blob/master/.github/CONTRIBUTING.md
|
46 | 54 | [6]: https://creativecommons.org/licenses/by/4.0/
|
47 | 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 |
0 commit comments