Documentation ¶
Index ¶
- Constants
- 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
Constants ¶
View Source
const FrontMatter = `---
layout: single
type: docs
title: "Documentation | {{ .Description }} | {{ $name }}"
---`
Variables ¶
This section is empty.
Functions ¶
func CollectEntries ¶
func GenerateFileName ¶
func GenerateURLFromFileName ¶
func RenderEntry ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.