Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HTMLRoot = "data/html"
)
View Source
var (
Tocs map[string]*Toc
)
Functions ¶
func NewContext ¶
func NewContext()
func ReloadDocs ¶
func ReloadDocs() error
Types ¶
type MarkdownRender ¶
type MarkdownRender struct {
blackfriday.Renderer
}
type Node ¶
type Node struct { Name string // Name in TOC Title string // Name in given language Plain bool // Root node without content DocumentPath string FileName string // Full path with .md extension Nodes []*Node LastBuildTime int64 // contains filtered or unexported fields }
func (*Node) ReloadContent ¶
type SearchResult ¶
Click to show internal directories.
Click to hide internal directories.