all: Document the Output Formats feature
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 5 Apr 2017 14:18:53 +0000 (16:18 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Apr 2017 08:52:16 +0000 (10:52 +0200)
commit3c405f5172a6081483c9e5f4264a4d60e60bc8ac
treedbf2651314bfba7d6b8a8eaeb9f4acdd7814de5f
parent95808724595ab97042c204f3d92ea5c2929a8241
all: Document the Output Formats feature

This commit also adds a new command, docshelper, with some utility funcs that adds a JSON datafiles to /docs/data that would be a pain to create and maintain by hand.

Fixes #3242
13 files changed:
commands/gendocshelper.go [new file with mode: 0644]
commands/hugo.go
docs/content/extras/custom-output-types.md [deleted file]
docs/content/extras/output-formats.md [new file with mode: 0644]
docs/content/templates/blocks.md
docs/data/docs.json [new file with mode: 0644]
docs/layouts/shortcodes/datatable-vertical.html [new file with mode: 0644]
docs/layouts/shortcodes/datatable.html [new file with mode: 0644]
docshelper/docs.go [new file with mode: 0644]
media/docshelper.go [new file with mode: 0644]
media/mediaType.go
output/docshelper.go [new file with mode: 0644]
output/outputFormat.go