change scrollspy pages to use master layout · multigraph/multigraph.github.com@fbc6efd · GitHub
Skip to content

Commit fbc6efd

Browse files
committed
change scrollspy pages to use master layout
1 parent b56a44e commit fbc6efd

8 files changed

Lines changed: 29975 additions & 12 deletions

File tree

_layouts/master.html

Lines changed: 3 additions & 2 deletions

docs/mugl-reference.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
title: Mugl File Reference
33
docs: selected
44
permalink: /docs/mugl-reference/
5-
layout: scrollspy
5+
layout: master
66
---
77

8+
<script>
9+
$(document).ready(function() {
10+
console.log('fluh ha');
11+
console.log($('body'));
12+
console.log($('body').scrollspy);
13+
$('body').scrollspy({ target: '.sidebar-menu', offset: 50 });
14+
});
15+
</script>
16+
817
<div class="row">
918

1019
<div class="col-md-9">

docs/renderers/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
22
title: Renderers
33
docs: selected
4-
layout: scrollspy
4+
layout: master
55
---
66

7+
<script>
8+
$(document).ready(function() {
9+
$('body').scrollspy({ target: '.sidebar-menu', offset: 50 });
10+
});
11+
</script>
12+
13+
714
<div class="row">
815

916
<div class="col-md-9">

download/multigraph-nojq-5.0.1.js

Lines changed: 14964 additions & 0 deletions
Large diffs are not rendered by default.

download/multigraph-nojq-min-5.0.1.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

download/multigraph-nojq-min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

download/multigraph-nojq.js

Lines changed: 14964 additions & 0 deletions
Large diffs are not rendered by default.

update-releases

Lines changed: 8 additions & 8 deletions

0 commit comments

Comments
 (0)