File tree Expand file tree Collapse file tree 5 files changed +34
-13
lines changed Expand file tree Collapse file tree 5 files changed +34
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : Main assertions
3
+ title : Main Methods
4
4
category : main
5
5
categories :
6
6
- topics
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< section class ="sidebar ">
6
- < h2 > Main methods: </ h2 >
6
+ < h2 > Main Methods </ h2 >
7
7
< ul class ="sidebar-list ">
8
8
{% assign methods = site.pages | where:'categories', 'main' %}
9
9
{% for page in methods %}
@@ -13,7 +13,7 @@ <h2>Main methods:</h2>
13
13
{% endfor %}
14
14
</ ul >
15
15
16
- < h2 > Assertions: </ h2 >
16
+ < h2 > Assertions</ h2 >
17
17
< ul class ="sidebar-list ">
18
18
{% assign assertions = site.pages | where:'categories', 'assert' %}
19
19
{% for page in assertions %}
@@ -23,7 +23,7 @@ <h2>Assertions:</h2>
23
23
{% endfor %}
24
24
</ ul >
25
25
26
- < h2 > Config: </ h2 >
26
+ < h2 > Configuration Tools </ h2 >
27
27
28
28
< ul class ="sidebar-list ">
29
29
{% assign config = site.pages | where:'categories', 'config' %}
@@ -34,7 +34,7 @@ <h2>Config:</h2>
34
34
{% endfor %}
35
35
</ ul >
36
36
37
- < h2 > Callbacks: </ h2 >
37
+ < h2 > Callback Handlers </ h2 >
38
38
39
39
< ul class ="sidebar-list ">
40
40
{% assign callbacks = site.pages | where:'categories', 'callbacks' %}
@@ -45,7 +45,7 @@ <h2>Callbacks:</h2>
45
45
{% endfor %}
46
46
</ ul >
47
47
48
- < h2 > Async control: </ h2 >
48
+ < h2 > Async Control </ h2 >
49
49
50
50
< ul class ="sidebar-list ">
51
51
{% assign async = site.pages | where:'categories', 'async' %}
Original file line number Diff line number Diff line change @@ -23,14 +23,35 @@ <h1 class="logo"><a class="logo-link" href="/">QUnit API Docs</a></h1>
23
23
</ div >
24
24
< nav role ="navigation " class ="site-nav ">
25
25
< ul class ="site-nav-list ">
26
- {% assign topics = site.pages | where:'categories', 'topics' %}
27
- {% for topic in topics %}
28
26
< li class ="site-nav-list-item ">
29
- < a class ="site-nav-list-link " href ="{{ topic.url }} ">
30
- {{ topic.title }}
27
+ < a class ="site-nav-list-link " href ="/QUnit/ ">
28
+ Main Methods
29
+ </ a >
30
+ </ li >
31
+
32
+ < li class ="site-nav-list-item ">
33
+ < a class ="site-nav-list-link " href ="/assert/ ">
34
+ Assertions
35
+ </ a >
36
+ </ li >
37
+
38
+ < li class ="site-nav-list-item ">
39
+ < a class ="site-nav-list-link " href ="/config/ ">
40
+ Configuration Tools
41
+ </ a >
42
+ </ li >
43
+
44
+ < li class ="site-nav-list-item ">
45
+ < a class ="site-nav-list-link " href ="/callbacks/ ">
46
+ Callback Handlers
47
+ </ a >
48
+ </ li >
49
+
50
+ < li class ="site-nav-list-item ">
51
+ < a class ="site-nav-list-link " href ="/async ">
52
+ Async Control
31
53
</ a >
32
54
</ li >
33
- {% endfor %}
34
55
</ ul >
35
56
</ nav >
36
57
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : Callback handlers
3
+ title : Callback Handlers
4
4
category : callbacks
5
5
categories :
6
6
- topics
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : Configuration tools
3
+ title : Configuration Tools
4
4
category : config
5
5
categories :
6
6
- topics
You can’t perform that action at this time.
0 commit comments