Update documentation
This commit is contained in:
@@ -1231,15 +1231,6 @@ $( document ).ready(function() {
|
||||
|
||||
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' });
|
||||
|
||||
/* this offset helps account for the space taken up by the floating toolbar. */
|
||||
$('#toc').on('click', 'a', function() {
|
||||
var target = $(this.getAttribute('href'))
|
||||
, scroll_target = target.offset().top
|
||||
|
||||
$(window).scrollTop(scroll_target - 10);
|
||||
return false
|
||||
})
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -1323,7 +1314,7 @@ You must take this into account for certain rules.</p>
|
||||
<div class="row">
|
||||
<div class="col-lg-12 footer">
|
||||
©2018 PMD Open Source Project. All rights reserved. <br />
|
||||
Site last generated: Jun 29, 2018 <br />
|
||||
Site last generated: Jun 30, 2018 <br />
|
||||
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user