Documentation
¶
Overview ¶
Package docs provides embedded documentation access and rendering.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderHTML ¶
RenderHTML converts markdown content to HTML.
func RenderMarkdownToHTML ¶
RenderMarkdownToHTML converts arbitrary markdown string to HTML.
func RenderMarkdownToTerminal ¶
RenderMarkdownToTerminal converts arbitrary markdown string to terminal output.
Types ¶
type Doc ¶
type Doc struct {
// Name is the filename without extension (e.g., "README")
Name string
// Title is a human-readable title derived from the name
Title string
// Description is a brief description of the doc's purpose
Description string
// Path is the full path within the embed FS
Path string
}
Doc represents a documentation file.
Click to show internal directories.
Click to hide internal directories.