Enhance documentation.

This commit is contained in:
Ludovic Fernandez
2017-09-05 15:58:03 +02:00
committed by Traefiker
parent 732d73dd43
commit b0a0e16136
21 changed files with 676 additions and 434 deletions

4
docs/theme/js/extra.js vendored Normal file
View File

@@ -0,0 +1,4 @@
/* Highlight */
(function(hljs) {
hljs.initHighlightingOnLoad();
})(hljs);