File tree Expand file tree Collapse file tree 4 files changed +43
-25
lines changed
Expand file tree Collapse file tree 4 files changed +43
-25
lines changed Original file line number Diff line number Diff line change 11---
2- layout: page
2+ layout: bootstrap
33---
4+ < div class ="row ">
5+ < div class ="span8 ">
6+ < div class ="content page " id ="page ">
7+ < div >
8+ {{ content }}
9+ </ div >
10+ </ div >
11+ </ div >
12+ < div class ="span4 ">
413
5- {{ content }}
14+ < div id ="toc " class ="nav "> </ div >
15+
16+ < script type ="text/javascript ">
17+ $ ( document ) . ready ( function ( ) {
18+ $ ( '#toc' ) . toc ( {
19+ 'selectors' : 'h2,h3,h4' ,
20+ 'prefix' : 'toc' ,
21+ 'container' : '#page' ,
22+ 'anchorName' : function ( i , heading , prefix ) { //custom function for anchor name
23+ return $ ( heading ) . text ( ) . replace ( ' ' , '-' ) ;
24+ } ,
25+ } ) ;
26+ } ) ;
27+ </ script >
28+ </ div >
29+ </ div >
Original file line number Diff line number Diff line change 1010 </ div >
1111 </ div >
1212 < div class ="span4 ">
13+ < div class ="well ">
14+ < a class ="btn btn-large btn-primary btn-block " href ="# "> < span class ="btn-label "> Quick Start →</ span > </ a >
15+ < p > Write and execute a test for an existing app
16+ < b > in less then a minute!</ b > No additional tools required.
17+ </ p >
18+ </ div >
19+ < p > Codeception was started in November 2011, and released the < strong > first stable
20+ version 1.0 in January 2012</ strong > . Based on Symfony2 Components, PHPUnit, Mink.
21+ Codeception is a mature and stable project, well-tested and documented.
22+ It's open-source and < strong > MIT licensed</ strong > .
23+ </ p >
1324
14- < div id ="toc " class ="nav "> </ div >
15-
16- < script type ="text/javascript ">
17- $ ( document ) . ready ( function ( ) {
18- $ ( '#toc' ) . toc ( {
19- 'selectors' : 'h2,h3,h4' ,
20- 'prefix' : 'toc' ,
21- 'container' : '#page' ,
22- 'anchorName' : function ( i , heading , prefix ) { //custom function for anchor name
23- return $ ( heading ) . text ( ) . replace ( ' ' , '-' ) ;
24- } ,
25- } ) ;
26- } ) ;
27- </ script >
2825 </ div >
2926</ div >
Original file line number Diff line number Diff line change 11---
2- layout: bootstrap
2+ layout: page
33---
44
55
6- < div class ="row ">
7- < div class ="span8 ">
86< h1 > {{ page.title }}</ h1 >
97
108< p >
@@ -31,9 +29,3 @@ <h1>{{ page.title }}</h1>
3129</ div >
3230
3331{% include comment.html %}
34- </ div >
35- < div class ="span4 ">
36-
37-
38- </ div >
39- </ div >
Original file line number Diff line number Diff line change 11$ ( document ) . ready ( function ( ) {
22 $ . get ( 'https://api.github.com/repos/Codeception/Codeception/contributors' , '' , function ( data ) {
3+
4+ if ( data === undefined ) {
5+ data = $ . parseJSON ( jqXHR . responseText ) ;
6+ }
7+
38 $ . each ( data , function ( key , contributor ) {
49 var image = "<img src=\"" + contributor . avatar_url + "\" width=\"48\" height=\"48\">" ;
510 var link = $ ( document . createElement ( 'a' ) ) ;
You can’t perform that action at this time.
0 commit comments