Documentation ¶ Overview ¶ templ: version: v0.3.924 Index ¶ type Doc func Read(dirpath string, out string) ([]Doc, error) func (d Doc) Page(c config.Config, docs []Doc, httpMode bool) templ.Component type LocalLinkTransformer func (t *LocalLinkTransformer) Transform(doc *ast.Document, reader text.Reader, pc parser.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Doc ¶ type Doc struct { Name string Filename string Filepath string Content string } func Read ¶ func Read(dirpath string, out string) ([]Doc, error) func (Doc) Page ¶ func (d Doc) Page(c config.Config, docs []Doc, httpMode bool) templ.Component type LocalLinkTransformer ¶ type LocalLinkTransformer struct{} func (*LocalLinkTransformer) Transform ¶ func (t *LocalLinkTransformer) Transform(doc *ast.Document, reader text.Reader, pc parser.Context) Source Files ¶ View all Source files docs.godocs_templ.go Click to show internal directories. Click to hide internal directories.