mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
website: Render 2.8.0 schema and add schema scrollTo (#3752)
This commit is contained in:
parent
195690d6d1
commit
9e779a56e6
@ -169,6 +169,14 @@ $(document).ready(function() {
|
||||
|
||||
$('#output').append(ui);
|
||||
}
|
||||
|
||||
if (window.location.hash) {
|
||||
tb = $(window.location.hash);
|
||||
if (tb.length) {
|
||||
hb = $('html,body');
|
||||
hb.scrollTop(tb.offset().top - hb.offset().top + hb.scrollTop());
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
4
docs/_schema/2.8.0.md
Normal file
4
docs/_schema/2.8.0.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
version: 2.8.0
|
||||
redirect_from: /docs/tables/2.8.0/index.html
|
||||
---
|
Loading…
Reference in New Issue
Block a user