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
85 lines (57 loc) · 2.23 KB
/
doc.html
File metadata and controls
85 lines (57 loc) · 2.23 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
---
layout: bootstrap
---
<div class="row">
<div class="col-sm-3 col-lg-3">
<input type="text" class="algolia__input js-algolia__input" autocomplete="off" name="query" placeholder="Search in docs..." />
<div id="searchable">
<!-- <input type="search" class="search" placeholder="live search..."> -->
<br>
<!-- toc.js generated nav... -->
<div id="toc" class="nav"></div>
</div> <!-- /#searchable -->
<script type="text/javascript">
$(document).ready(function () {
$('#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 class="col-sm-9 col-lg-9">
<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">
Let us help you take Codeception further. We offer a number of paid services that can help you and your organization get the most out of Codeception Enterprise. Software testing & test automation development and outsourcing.
<strong>
Request a quote for
<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>