File tree 3 files changed +27
-1
lines changed
3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ < div id ="disqus_thread "> </ div >
2
+ < script type ="text/javascript ">
3
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
4
+ var disqus_shortname = 'example' ; // required: replace example with your forum shortname
5
+
6
+ /* * * DON'T EDIT BELOW THIS LINE * * */
7
+ ( function ( ) {
8
+ var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
9
+ dsq . src = 'http://' + disqus_shortname + '.disqus.com/embed.js' ;
10
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
11
+ } ) ( ) ;
12
+ </ script >
13
+ < noscript > Please enable JavaScript to view the < a href ="http://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
14
+ < a href ="http://disqus.com " class ="dsq-brlink "> blog comments powered by < span class ="logo-disqus "> Disqus</ span > </ a >
Original file line number Diff line number Diff line change 19
19
< div class ="head ">
20
20
21
21
< div class ="nav ">
22
- < a href ="/ " > < img src ="/images/logo.png " alt ="Codeception " / ></ a >
22
+ < a href ="/ " > < img src ="/images/logo.png " alt ="Codeception "> </ a >
23
23
< ul >
24
+ < li > < a href ="/qa "> Q&A!</ a >
24
25
< li > < a class ="active " href ="/install "> GET IT NOW!</ a >
25
26
</ li > </ ul >
26
27
</ div >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : Codeception Q&A
4
+ ---
5
+
6
+ # Q&A
7
+
8
+ Leave your feedbacks, questions and feature requests here.
9
+ Share your experience with community.
10
+
11
+ {% include toc.html %}
You can’t perform that action at this time.
0 commit comments