forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.html
More file actions
104 lines (69 loc) · 2.69 KB
/
doc.html
File metadata and controls
104 lines (69 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: bootstrap
---
<div class="row pt">
<div class="col-sm-3 col-lg-3">
<div>
<input type="text" class="algolia__input js-algolia__input" autocomplete="off" name="query" placeholder="Search in docs..." />
<hr>
<h3>Guides</h3>
<ol class="guides">
{% include guides.html %}
</ol>
<hr>
<p><a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=docs_left&utm_term=link&utm_campaign=reference" class="btn btn-default doc-btn">Enterprise support</a></p>
<p><a href="http://sdclabs.com/trainings?utm_source=codeception.com&utm_medium=docs_left&utm_term=link&utm_campaign=reference" class="btn btn-default doc-btn">Trainings </a>
</p>
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="content page">
<div>
<div id="page">
<div class="algolia__search-content js-algolia__search-content">
<h1 class="page-title">Search</h1>
<div class="posts algolia__results"></div>
</div>
<div class="algolia__initial-content js-algolia__initial-content">
{{ content }}
</div>
</div>
<div class="alert alert-success">
Don't know how to write tests on your own? We will build or improve them for you.
<strong>
Request a quote for official
<a href="http://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=docs_bottom&utm_term=link&utm_campaign=reference">enterprise support</a> or <a href="http://sdclabs.com/trainings?utm_source=codeception.com&utm_medium=docs_bottom&utm_term=link&utm_campaign=reference">trainings</a></strong>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-3">
<!-- <input type="search" class="search" placeholder="live search..."> -->
<!-- toc.js generated nav... -->
<div id="toc" class="nav"></div>
<script>
$(document).ready(function () {
$(".cp:contains('<?php')").css({ visibility : 'hidden' });
$(".cp:contains('?>')").css({ visibility : 'hidden' });
$('#page table').addClass('table table-striped table-bordered');
$('#toc').toc({
'selectors': 'h2,h3,h4',
'prefix': 'toc',
'container': '#page',
//custom function for anchor name
'anchorName': function(i, heading, prefix) {
return $(heading).text().replace(/\s/g, '-').replace(/[^\w-]/g, '');
},
});
// List.js
$('#toc > ul').addClass('list');
$('#toc ul.list li a').addClass('searchitem');
var options = {
valueNames: [ 'searchitem' ]
};
var userList = new List('searchable', options);
// end List.js
}); // docrdy
</script>
</div>
</div>