thinkt docs markdown#

Generate markdown documentation

Synopsis#

Generate markdown documentation for all thinkt commands.

By default, generates plain markdown suitable for GitHub wikis and basic documentation sites. Use –hugo to generate markdown with YAML front matter for Hugo static site generator.

thinkt docs markdown [flags]

Options#

  -h, --help   help for markdown
      --hugo   generate Hugo-compatible markdown with YAML front matter

Options inherited from parent commands#

      --enableAutoGenTag   include auto-generation tag (timestamp footer) for publishing
  -o, --output string      output directory for generated docs (default "./docs")
  -v, --verbose            verbose output

SEE ALSO#