tripleo-docs/_custom/menu.js
Emilien Macchi 3da7042c24 Basic structure of TripleO Deployment Guide
* Move _custom & _templates at root, so both doc/ and deploy-guide/
  can use it.
* Update tox.ini to generate deploy-guide.
* Very basic structure of deploy-guide.
* Removing duplicated _templates parameter from config.py.

Change-Id: Id7b4c22d188fd4f2646ec25194767c3a7afa97c7
2017-03-27 08:00:12 -04:00

4 lines
65 B
JavaScript

$(document).ready(function() {
$('.wy-menu').onePageNav();
});