File tree 6 files changed +51
-12
lines changed
6 files changed +51
-12
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ <h4>Modules</h4>
80
80
< li > < h4 > Reference</ h4 > </ li >
81
81
< li > < a href ="/install "> Install</ a > </ li >
82
82
< li > < a href ="/docs/reference/Configuration "> Configuration</ a > </ li >
83
- < li > < a href ="/docs/reference/Extensions "> Extensions</ a > </ li >
83
+ < li > < a href ="/extensions "> Extensions</ a > </ li >
84
84
< li > < a href ="/docs/reference/Commands "> Commands</ a > </ li > </ a > </ li >
85
85
< li role ="separator " class ="divider "> </ li >
86
86
< li > < h4 > Util Classes</ h4 > </ li >
Original file line number Diff line number Diff line change 3
3
---
4
4
< div class ="row ">
5
5
6
+
6
7
7
-
8
- < div class ="col-sm-8 col-lg-8 ">
8
+ < div class ="col-sm-12 col-lg-8 ">
9
9
< div class ="content page " id ="page ">
10
10
11
11
< div >
14
14
</ div >
15
15
</ div >
16
16
17
- < div class ="col-sm-4 col-lg-4 ">
17
+ < div class ="col-sm-12 col-lg-4 ">
18
18
19
19
{% if page.sidebar %}
20
20
Original file line number Diff line number Diff line change 1
1
---
2
- layout: page
2
+ layout: bootstrap
3
3
---
4
+
5
+ < div class ="fixed ">
6
+
7
+ < div class ="col-md-6 " style ="float: right; margin-top: 1em ">
8
+ < div class ="well ">
9
+ < a class ="btn btn-lg btn-warning btn-block " href ="/quickstart "> Quick Start →< br > with Codeception</ a >
10
+ < p > < br /> Write and execute a test for an existing app
11
+ < b > in less then a 5 mins!</ b > No additional tools required.
12
+ </ p >
13
+ </ div >
14
+ </ div >
15
+
16
+ < div class ="content page ">
17
+
4
18
< h1 > {{ page.title }}</ h1 >
19
+
5
20
< p class ="lead ">
6
21
Published on {{ page.date | date: "%B %d, %Y" }}
7
22
</ p >
@@ -26,3 +41,10 @@ <h1>{{ page.title }}</h1>
26
41
} ) ( ) ;
27
42
</ script >
28
43
{% include comment.html %}
44
+
45
+ </ div >
46
+
47
+
48
+ </ div >
49
+
50
+ </ div>
Original file line number Diff line number Diff line change 5
5
6
6
7
7
8
-
9
8
< div class ="container ">
10
9
11
10
< h1 > Addons</ h1 >
12
11
13
12
13
+ < p class ="alert alert-info "> See built-in < a href ="/extensions "> official extensions</ a > of Codeception</ p >
14
+
14
15
< div class ="row ">
15
16
16
17
18
+
19
+
17
20
< div class ="col-md-6 ">
18
21
< div class ="page ">
19
22
@@ -59,9 +62,10 @@ <h2><a href="https://github.com/jayhealey/Webception">WebCeption <small>Web Runn
59
62
< div class ="row ">
60
63
< h2 class ="text-center "> Community Modules</ h2 >
61
64
65
+ </ div >
62
66
< div class ="alert alert-warning "> To publish your own module < a href ="https://github.com/Codeception/codeception.github.com/edit/master/_data/modules.yml "> add it to the list</ a > on GitHub and send a Pull Request.</ div >
63
67
64
- </ div >
68
+ < div class =" row " >
65
69
< div class ="grid " data-columns >
66
70
67
71
@@ -96,13 +100,15 @@ <h2 class="text-center">Community Modules</h2>
96
100
</ a >
97
101
</ div >
98
102
{% endfor %}
103
+ </ div >
99
104
</ div >
100
105
101
106
< div class ="row ">
102
107
< h2 class ="text-center "> Community Extensions</ h2 >
103
-
108
+ </ div >
104
109
< div class ="alert alert-warning "> To publish your own extension < a href ="https://github.com/Codeception/codeception.github.com/edit/master/_data/extensions.yml "> add it to the list</ a > on GitHub and send a Pull Request.</ div >
105
110
111
+ < div class ="row ">
106
112
< div class ="grid " data-columns >
107
113
108
114
@@ -136,9 +142,9 @@ <h2 class="text-center">Community Extensions</h2>
136
142
</ a > </ div >
137
143
{% endfor %}
138
144
</ div >
145
+ </ div >
139
146
140
147
141
- </ div >
142
148
</ div >
143
149
< script src ="https://cdn.jsdelivr.net/salvattore/1.0.9/salvattore.min.js "> </ script >
144
150
Original file line number Diff line number Diff line change @@ -139,17 +139,22 @@ body .page {
139
139
border-radius : 5px ;
140
140
}
141
141
142
+ body .fixed {
143
+ margin : auto;
144
+ max-width : 800px ;
145
+ }
146
+
142
147
body .post {
143
148
margin-top : 1.5em ;
144
149
margin-bottom : 1.5em ;
145
150
font-size : 1.3em ;
146
- line-height : 1.6 ;
151
+ line-height : 1.5 ;
147
152
color : # 444 ;
148
153
}
149
154
150
155
body .page .post p {
151
- margin-top : 1.5 em ;
152
- margin-bottom : 1.5 em ;
156
+ margin-top : 1.3 em ;
157
+ margin-bottom : 1.3 em ;
153
158
}
154
159
155
160
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : doc
3
+ title : Extensions
4
+ ---
5
+
6
+ {% include extensions.md %}
You can’t perform that action at this time.
0 commit comments