File tree Expand file tree Collapse file tree 4 files changed +22
-17
lines changed Expand file tree Collapse file tree 4 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 24
24
25
25
</ div >
26
26
27
- < aside >
28
- < a href ="https://twitter.com/codeception " class ="twitter-follow-button " data-show-count ="false "
29
- data-lang ="en " data-size ="large "> Follow @Codeception</ a >
30
- < script > ! function ( d , s , id ) {
31
- var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
32
- if ( ! d . getElementById ( id ) ) {
33
- js = d . createElement ( s ) ;
34
- js . id = id ;
35
- js . src = "//platform.twitter.com/widgets.js" ;
36
- fjs . parentNode . insertBefore ( js , fjs ) ;
37
- }
38
- } ( document , "script" , "twitter-wjs" ) ; </ script >
39
- </ aside >
40
27
41
28
42
29
</ div >
Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ <h4>Modules</h4>
91
91
< li >
92
92
< a href ="/changelog "> Releases</ a >
93
93
</ li >
94
- < li >
95
- < a href ="/addons "> Extensions</ a >
96
- </ li >
97
94
< li >
98
95
< a href ="/blog "> Blog</ a >
99
96
</ li >
@@ -113,6 +110,10 @@ <h4>Modules</h4>
113
110
< li > < a href ="https://github.com/codeception/codeception/issues "> GitHub Issues</ a > </ li >
114
111
</ ul >
115
112
</ li >
113
+ < li >
114
+ < a href ="/addons "> Addons</ a >
115
+ </ li >
116
+
116
117
< li >
117
118
< a href ="https://github.com/codeception/codeception " style ="padding: 0; padding-right: 5px; padding-top: 5px; "> < img src ="/images/github.png " alt ="GitHub " style ="height: 40px; float: right; "> </ a >
118
119
</ li >
Original file line number Diff line number Diff line change 1
1
---
2
- layout : page
2
+ layout : doc
3
3
title : Addons
4
4
---
5
5
Original file line number Diff line number Diff line change @@ -219,6 +219,23 @@ <h3>Trusted By</h3>
219
219
< h3 > Community Forum »</ h3 >
220
220
</ a >
221
221
< p > Ask questions, discuss test automation in Codeception and other popular PHP testing frameworks</ p >
222
+
223
+ < hr >
224
+
225
+ < aside >
226
+ < a href ="https://twitter.com/codeception " class ="twitter-follow-button " data-show-count ="false "
227
+ data-lang ="en " data-size ="large "> Follow @Codeception</ a >
228
+ < script > ! function ( d , s , id ) {
229
+ var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
230
+ if ( ! d . getElementById ( id ) ) {
231
+ js = d . createElement ( s ) ;
232
+ js . id = id ;
233
+ js . src = "//platform.twitter.com/widgets.js" ;
234
+ fjs . parentNode . insertBefore ( js , fjs ) ;
235
+ }
236
+ } ( document , "script" , "twitter-wjs" ) ; </ script >
237
+ </ aside >
238
+
222
239
</ div >
223
240
< div class ="col-sm-8 col-lg-8 ">
224
241
< h3 class ="text-center "> Get Started With</ h3 >
You can’t perform that action at this time.
0 commit comments