You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
The goal of this site is twofold:
9
9
10
10
1. To serve as a central, trustworthy, narrative compendium of information about how to use jQuery and JavaScript.
11
-
2. To remain a timely, vibrant, and community-driven reference with a low barrier to contribution.
11
+
2. To remain a timely, vibrant, and community-driven reference with a relatively low barrier to contribution.
12
12
13
13
Much of the initial content - and spirit - comes from [jQuery Fundamentals](https://github.com/rmurphey/jqfundamentals), an open-source book about jQuery, originally written by [Rebecca Murphey](http://www.rmurphey.com/) and released in 2010. In 2011, Rebecca [bequeathed the book](http://rmurphey.com/blog/2011/03/17/the-future-of-jquery-fundamentals-and-a-confession/) unto the jQuery Foundation to serve as the basis for this site.
14
14
@@ -19,9 +19,9 @@ This site's core content consists of [Markdown](http://daringfireball.net/projec
19
19
20
20
### Site Organization
21
21
22
-
All of the content lives inside of the subdirectories of the `page` directory. Each of these subdirectories is considered a **category**, and contains one or more **articles**, and there is also a top level file that corresponds to each category, which contains the category's human-readable title and an overview, which will appear on the category's landing page.
22
+
All of the content lives inside of the subdirectories of the `page` directory. Each of these subdirectories is considered a **chapter**, and contains one or more **articles**, and there is also a top level file that corresponds to each chapter, which contains the chapter's human-readable title and an overview, which will appear on the chapter's landing page.
23
23
24
-
An[`order.yml`](https://github.com/jquery/learn.jquery.com/blob/master/order.yml) file controls the order that categories and articles appear in the site. Categories or articles that do not appear in this file will not be published in the production site.
24
+
The[`order.yml`](https://github.com/jquery/learn.jquery.com/blob/master/order.yml) file controls the order that chapters and articles appear in the site.
25
25
26
26
27
27
### YAML Conventions
@@ -46,7 +46,6 @@ As this site is part of the jQuery network of sites, its presentation is control
46
46
3. Edit config.json to use the username and password for your local WordPress network
47
47
4.`grunt`
48
48
49
-
50
49
*Windows note: Line endings need to be Unix-style (line-feed only). Make sure your text editor creates new files with Unix-style line endings. In addition, the following setting to your git config will keep the Unix-style line endings when pulling from the repository.*
We encourage contributions from anyone. We've set up a [CONTRIBUTING.md](contributing.md) page to help with contributing.
59
-
57
+
We encourage contribution from anyone. For more comprehensive documentation on how to get involved, please read our [contributing guide](http://learn.jquery.com/contributing).
0 commit comments