Open ramnathv opened 11 years ago
config.yml
tocify: css: [jquery.tocify.css, bootstrap.min.css] jshead: [jquery.min.js, jquery-ui.min.js, jquery.tocify.min.js]
tocify.html
//Executes your code when the DOM is ready. Acts the same as $(document).ready(). $(function() { $("#toc").tocify(); });
Include HTML
<div id='toc'></div>
Link to Tocify
config.yml
tocify.html
Include HTML