1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

new doc sidebar add section -- initial commit

This commit is contained in:
Harvey Kandola 2016-10-05 15:44:44 -07:00
parent 20f9272d46
commit 003fbacd32
24 changed files with 1322 additions and 112 deletions

View file

@ -55,6 +55,8 @@ module.exports = function(defaults) {
app.import('vendor/markdown-it.min.js');
app.import('vendor/dragula.js');
app.import('vendor/datetimepicker.min.js');
app.import('vendor/hoverIntent.js');
app.import('vendor/waypoints.js');
return app.toTree();
};
};