Documentation
¶
Overview ¶
Package docs embeds this framework's documentation so a tool can serve the version that is actually installed.
The problem it addresses is specific: a model's idea of a framework comes from its training data, which is some months old and averaged over every version that existed then. Fetching the docs from the internet gets whatever is on the default branch, which is a different wrong version. Compiling them into the binary means `tjo mcp` answers with the documentation for the CLI the caller is holding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Read ¶
Read returns one document.
The name is matched against the embedded set rather than joined onto a path: a docs tool that took a path from a caller would be a file-read primitive wearing a documentation label.
Types ¶
This section is empty.