Add gendoc command
authorbep <bjorn.erik.pedersen@gmail.com>
Wed, 13 May 2015 13:31:30 +0000 (15:31 +0200)
committerspf13 <steve.francia@gmail.com>
Tue, 19 May 2015 14:57:21 +0000 (10:57 -0400)
commit599d1b9786ddbaa9203aaca2c96ab33b40a583b1
tree9704050ee0a1c9e05b5a7b0ec83ad3fe1975de33
parentbe920fdb2c42e5f17f2f5ba1af143b9cabb8b8d4
Add gendoc command

Using the new, great auto-doc in Cobra.

This commit also contains a current result of that command added to a commands section in docs.

Fixes #1136
23 files changed:
commands/gendoc.go [new file with mode: 0644]
commands/hugo.go
docs/config.toml
docs/content/commands/hugo.md [new file with mode: 0644]
docs/content/commands/hugo_benchmark.md [new file with mode: 0644]
docs/content/commands/hugo_check.md [new file with mode: 0644]
docs/content/commands/hugo_config.md [new file with mode: 0644]
docs/content/commands/hugo_convert.md [new file with mode: 0644]
docs/content/commands/hugo_convert_toJSON.md [new file with mode: 0644]
docs/content/commands/hugo_convert_toTOML.md [new file with mode: 0644]
docs/content/commands/hugo_convert_toYAML.md [new file with mode: 0644]
docs/content/commands/hugo_gendoc.md [new file with mode: 0644]
docs/content/commands/hugo_help.md [new file with mode: 0644]
docs/content/commands/hugo_list.md [new file with mode: 0644]
docs/content/commands/hugo_list_drafts.md [new file with mode: 0644]
docs/content/commands/hugo_list_future.md [new file with mode: 0644]
docs/content/commands/hugo_new.md [new file with mode: 0644]
docs/content/commands/hugo_new_site.md [new file with mode: 0644]
docs/content/commands/hugo_new_theme.md [new file with mode: 0644]
docs/content/commands/hugo_server.md [new file with mode: 0644]
docs/content/commands/hugo_undraft.md [new file with mode: 0644]
docs/content/commands/hugo_version.md [new file with mode: 0644]
docs/layouts/section/commands.html [new file with mode: 0644]