File tree Expand file tree Collapse file tree 5 files changed +21
-81
lines changed Expand file tree Collapse file tree 5 files changed +21
-81
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ - Syntax
3+ - Classes and Objects
4+ - Strings
5+ - Arrays
6+ - Dates and Times
7+ - Math
8+ - Functions
9+ - Metaprogramming
10+ - jQuery
11+ - Ajax
12+ - Regular Expressions
13+ - Networking
14+ - Design Patterns
15+ - Databases
16+ - Testing
Original file line number Diff line number Diff line change 1- ---
2- chapters:
3- - Syntax
4- - Classes and Objects
5- - Strings
6- - Arrays
7- - Dates and Times
8- - Math
9- - Functions
10- - Metaprogramming
11- - jQuery
12- - Ajax
13- - Regular Expressions
14- - Networking
15- - Design Patterns
16- - Databases
17- - Testing
18- ---
19-
201<!doctype html>
212< html >
223 < head >
@@ -72,7 +53,7 @@ <h6><a class="nav-link" href="{{ site.baseurl }}/"><span class="entypo">ó
7253 < section class ="sidebar-block ">
7354 < h5 class ="sidebar-title "> Chapters Index</ h5 >
7455 < ol class ="navigation chapters-list ">
75- {% for chapter in page .chapters %}
56+ {% for chapter in site.data .chapters %}
7657 {% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %}
7758 {% capture indexurl %}{{ url }}/index.html{% endcapture %}
7859 < li class ="chapter ">
@@ -97,4 +78,3 @@ <h5 class="sidebar-title">Chapters Index</h5>
9778
9879 </ body >
9980</ html >
100-
Original file line number Diff line number Diff line change 1- ---
2- chapters:
3- - Syntax
4- - Classes and Objects
5- - Strings
6- - Arrays
7- - Dates and Times
8- - Math
9- - Functions
10- - Metaprogramming
11- - jQuery
12- - Ajax
13- - Regular Expressions
14- - Networking
15- - Design Patterns
16- - Databases
17- - Testing
18- ---
19-
201<!doctype html>
212< html >
223 < head >
@@ -69,7 +50,7 @@ <h6><a class="nav-link" href="{{ site.baseurl }}/"><span class="entypo">ó
6950 < section class ="sidebar-block ">
7051 < h5 class ="sidebar-title "> Chapters Index</ h5 >
7152 < ol class ="navigation chapters-list ">
72- {% for chapter in page .chapters %}
53+ {% for chapter in site.data .chapters %}
7354 {% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %}
7455 {% capture indexurl %}{{ url }}/index.html{% endcapture %}
7556 < li class ="chapter ">
@@ -94,4 +75,3 @@ <h5 class="sidebar-title">Chapters Index</h5>
9475
9576 </ body >
9677</ html >
97-
Original file line number Diff line number Diff line change 1- ---
2- chapters:
3- - Syntax
4- - Classes and Objects
5- - Strings
6- - Arrays
7- - Dates and Times
8- - Math
9- - Functions
10- - Metaprogramming
11- - jQuery
12- - Ajax
13- - Regular Expressions
14- - Networking
15- - Design Patterns
16- - Databases
17- - Testing
18- ---
19-
201<!doctype html>
212< html >
223 < head >
@@ -71,7 +52,7 @@ <h6><a class="nav-link" href="{{ site.baseurl }}/"><span class="entypo">ó
7152 < section class ="sidebar-block ">
7253 < h5 class ="sidebar-title "> Chapters Index</ h5 >
7354 < ol class ="navigation chapters-list ">
74- {% for chapter in page .chapters %}
55+ {% for chapter in site.data .chapters %}
7556 {% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %}
7657 {% capture indexurl %}{{ url }}/index.html{% endcapture %}
7758 < li class ="chapter ">
@@ -96,4 +77,3 @@ <h5 class="sidebar-title">Chapters Index</h5>
9677
9778 </ body >
9879</ html >
99-
Original file line number Diff line number Diff line change 11---
22layout: default
33title: Cookbook
4- chapters:
5- - Syntax
6- - Classes and Objects
7- - Strings
8- - Arrays
9- - Dates and Times
10- - Math
11- - Functions
12- - Metaprogramming
13- - jQuery
14- - Ajax
15- - Regular Expressions
16- - Networking
17- - Design Patterns
18- - Databases
19- - Testing
204---
215
226< article class ="content-block ">
237
248 < h5 class ="sidebar-title "> Chapters</ h5 >
259
2610 < ol class ="navigation chapters-list ">
27- {% for chapter in page .chapters %}
11+ {% for chapter in site.data .chapters %}
2812 {% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %}
2913 {% capture indexurl %}{{ url }}/index.html{% endcapture %}
3014 < li class ="chapter ">
@@ -42,4 +26,4 @@ <h4><a class="chapter-title" href="{{ site.baseurl }}{{ url }}">{{ chapter }}</a
4226 {% endfor %}
4327 </ ol >
4428
45- </ article >
29+ </ article >
You can’t perform that action at this time.
0 commit comments