Versions in this module Expand all Collapse all v0 v0.16.0 Feb 28, 2017 Changes in this version + const FrontMatter + func CollectEntries(dir string) []string + func GenerateCommandsTemplate() (*template.Template, error) + func GenerateEntriesTemplate(txt []byte) (*template.Template, error) + func GenerateFileName(dir, s string) string + func GenerateFileNameFromGlob(dir, s string) string + func GenerateTitleFromFileName(file string) string + func GenerateURLFromFileName(s string) string + func RenderEntry(this_entry *Entry) error + type Entry struct + BaseURL string + CmdEntryPoint string + Description string + Examples []*Entry + FileName string + Specifications []*Entry + Template *template.Template + Title string + URL string + func GenerateEntries(dir, render_dir, description string) ([]*Entry, error) + func GenerateEntry(file, dir, render_dir, description string) (*Entry, error)