blob: 5a245f64c04ae11ff87d49a41cd62b245f4e6311 [file] [log] [blame]
import './code-tabs.js?1'
import {hideLeftNav, scrollLeftNavToActive} from './docs-menu.js?20201005'
//import {hideTopNav} from './top-navigation.js'
import './page-nav.js'
document.addEventListener('topNavigationShow', hideLeftNav)
// document.addEventListener('leftNavigationShow', hideTopNav)
window.addEventListener('load', scrollLeftNavToActive);