package
0.0.0-20240624235250-9e89dfb7520d
Repository: https://github.com/tailscale/pkgsitelib.git
Documentation: pkg.go.dev

# Functions

GetSymbols renders package documentation HTML for the provided file set and package, in separate parts.
LoadTemplates reads and parses the templates used to generate documentation.
Render renders package documentation HTML for the provided file set and package, in separate parts.
No description provided by the author
WalkExamples calls fn for each Example in p, setting id to the name of the parent structure.

# Variables

ErrTooLarge represents an error where the rendered documentation HTML size exceeded the specified limit.

# Structs

ModuleInfo contains all the information a package needs about the module it belongs to in order to render its documentation.
Parts contains HTML for each part of the documentation.
RenderOptions are options for Render.
TemplateData holds the data passed to the HTML templates in this package.