diff --git a/_config.yml b/_config.yml index aa4e4b7..2de3a35 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,11 @@ kramdown: input: GFM syntax_highlighter: rouge +collections_dir: collections +collections: + docs: + output: true + highlighter: rouge theme: minima diff --git a/_includes/nav.html b/_includes/nav.html index 13e4756..5289588 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -10,6 +10,7 @@
diff --git a/_layouts/apidoc.html b/_layouts/apidoc.html new file mode 100644 index 0000000..5be21f6 --- /dev/null +++ b/_layouts/apidoc.html @@ -0,0 +1,20 @@ +{% include head.html %} + + + +{{docpage.description}}
+ + + {% endfor %} +