Generated ref docs, kubectl commands, 1.10. (#7880)

This commit is contained in:
Steve Perry
2018-03-28 12:39:03 -07:00
committed by k8s-ci-robot
parent 5c06a8be58
commit 95e561e3bb
3 changed files with 214 additions and 96 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -187,7 +187,7 @@ $(document).ready(function() {
var scrollPosition = $(window).scrollTop();
scrollActions(scrollPosition);
checkActiveElement(flatToc, scrollPosition);
// TODO: prevent scroll on sidebar from propagating to window
// TODO: prevent scroll on sidebar from propogating to window
$(window).on('scroll', function(event) {
var scrollPosition = $(window).scrollTop();
var activeSectionTokens = scrollActions(scrollPosition);