- Documentation by YARD 0.9.16
+ Documentation by YARD 0.9.26
-
+
-
+
-
@@ -52,7 +52,7 @@
-
Documentation by YARD 0.9.16
+
Documentation by YARD 0.9.26
Alphabetic Index
@@ -126,6 +126,7 @@
+
Defined Type Listing A-Z
diff --git a/doc/css/style.css b/doc/css/style.css
index 0bf7e2c..eb0dbc8 100644
--- a/doc/css/style.css
+++ b/doc/css/style.css
@@ -52,6 +52,7 @@ body {
background: #fff;
padding: 1.2em;
padding-top: 0.2em;
+ box-sizing: border-box;
}
@media (max-width: 920px) {
@@ -422,8 +423,8 @@ li.r2 { background: #fafafa; }
#toc ol { padding-left: 1.8em; }
#toc li { font-size: 1.1em; line-height: 1.7em; }
#toc > ol > li { font-size: 1.1em; font-weight: bold; }
-#toc ol > ol { font-size: 0.9em; }
-#toc ol ol > ol { padding-left: 2.3em; }
+#toc ol > li > ol { font-size: 0.9em; }
+#toc ol ol > li > ol { padding-left: 2.3em; }
#toc ol + li { margin-top: 0.3em; }
#toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
#toc.hidden:hover { background: #fafafa; }
diff --git a/doc/file.README.html b/doc/file.README.html
index 23d4c92..87ce737 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -6,15 +6,15 @@
File: README
- — Documentation by YARD 0.9.16
+ — Documentation by YARD 0.9.26
-
+
-
+
-
@@ -138,7 +138,8 @@ managing file fragments
node 'example.example.net' {
include cd_haproxy
-}
+}
+
through Foreman:
@@ -170,7 +171,8 @@ addresses the define, like so:
acl_rule => ['too_fast fe_sess_rate ge 10',
'network_allowed src 0.0.0.0/0'],
backend_name => 'test01-backend',
- }
+ }
+
This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes
diff --git a/doc/frames.html b/doc/frames.html
index b57c778..1310783 100644
--- a/doc/frames.html
+++ b/doc/frames.html
@@ -2,9 +2,9 @@
- Documentation by YARD 0.9.16
+ Documentation by YARD 0.9.26
-
@@ -138,7 +138,8 @@ managing file fragments
node 'example.example.net' {
include cd_haproxy
-}
+}
+
through Foreman:
@@ -170,7 +171,8 @@ addresses the define, like so:
acl_rule => ['too_fast fe_sess_rate ge 10',
'network_allowed src 0.0.0.0/0'],
backend_name => 'test01-backend',
- }
+ }
+
This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes
diff --git a/doc/js/app.js b/doc/js/app.js
index fecf69d..8d067fe 100644
--- a/doc/js/app.js
+++ b/doc/js/app.js
@@ -171,6 +171,7 @@ function generateTOC() {
var counter = 0;
var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
var i;
+ var curli;
if ($('#filecontents h1').length > 1) tags.unshift('h1');
for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
var lastTag = parseInt(tags[0][1], 10);
@@ -190,15 +191,25 @@ function generateTOC() {
}
if (thisTag > lastTag) {
for (i = 0; i < thisTag - lastTag; i++) {
- var tmp = $('
'); toc.append(tmp); toc = tmp;
+ if ( typeof(curli) == "undefined" ) {
+ curli = $('');
+ toc.append(curli);
+ }
+ toc = $('');
+ curli.append(toc);
+ curli = undefined;
}
}
if (thisTag < lastTag) {
- for (i = 0; i < lastTag - thisTag; i++) toc = toc.parent();
+ for (i = 0; i < lastTag - thisTag; i++) {
+ toc = toc.parent();
+ toc = toc.parent();
+ }
}
var title = $(this).attr('toc-title');
if (typeof(title) == "undefined") title = $(this).text();
- toc.append('