Documentation
¶
Overview ¶
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
Index ¶
- func BuildModel() templ.Component
- func BuildModel_APIPatterns() templ.Component
- func BuildModel_Invocation(params Params) templ.Component
- func BuildModel_Tasks() templ.Component
- func CodeBlock(text string) templ.Component
- func DocAnchor(parent, child string) templ.Component
- func GitDocAnchor(parent, child, text string) templ.Component
- func GoDocPage(params Params, mod *docparser.Module) templ.Component
- func Header(params Params) templ.Component
- func Heading(section *Section) templ.Component
- func HeadingLink(section *Section) templ.Component
- func IndexContent(params Params, pkg *docparser.PackageDocs) templ.Component
- func Intro_GettingStarted(params Params) templ.Component
- func Intro_ProjectCommitments(params Params) templ.Component
- func Markdown(data []byte) templ.Component
- func ModmakeCLI(params Params) templ.Component
- func ModmakeCLI_Invocation() templ.Component
- func ModmakeCLI_Resolution() templ.Component
- func ModmakeCLI_Watch() templ.Component
- func ModmakeCLI_WatchRecipes() templ.Component
- func ModmakeDocAnchor(parent, child, text string) templ.Component
- func PkgDocAnchor(pkg, parent, child, text string) templ.Component
- func PkgDocLink(params Params, pkg *docparser.PackageDocs, linker docparser.Linker) templ.SafeURL
- func PkgLink(params Params, pkg *docparser.PackageDocs) templ.SafeURL
- func PkgPage(params Params, pkg *docparser.PackageDocs) templ.Component
- func PkgSidePanel(params Params, pkg *docparser.PackageDocs) templ.Component
- func Prose(comps ...templ.Component) templ.Component
- func SidePanel(params Params) templ.Component
- func SubHeading(section *Section, sub *SubSection) templ.Component
- func SubHeadingLink(section *Section, sub *SubSection) templ.Component
- func Utilities() templ.Component
- func Utilities_Compression() templ.Component
- func Utilities_Git() templ.Component
- func Utilities_GoTools() templ.Component
- func Utilities_TaskHelpers() templ.Component
- type Content
- type Section
- type SubSection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildModel ¶
func BuildModel_APIPatterns ¶
func BuildModel_Invocation ¶
func BuildModel_Tasks ¶
func GitDocAnchor ¶
func HeadingLink ¶
func IndexContent ¶
func IndexContent(params Params, pkg *docparser.PackageDocs) templ.Component
func Intro_GettingStarted ¶
func ModmakeCLI ¶
func ModmakeCLI_Invocation ¶
func ModmakeCLI_Resolution ¶
func ModmakeCLI_Watch ¶
func ModmakeCLI_WatchRecipes ¶
func ModmakeDocAnchor ¶
func PkgDocAnchor ¶
func PkgDocLink ¶
func PkgSidePanel ¶
func PkgSidePanel(params Params, pkg *docparser.PackageDocs) templ.Component
func SubHeading ¶
func SubHeading(section *Section, sub *SubSection) templ.Component
func SubHeadingLink ¶
func SubHeadingLink(section *Section, sub *SubSection) templ.Component
func Utilities_Compression ¶
func Utilities_Git ¶
func Utilities_GoTools ¶
func Utilities_TaskHelpers ¶
Types ¶
type Section ¶
type Section struct {
ID, HeaderText string
Prose []templ.Component
SubSections []*SubSection
}
func BuildModelSection ¶
func BuildModelSection(params Params) *Section
func IntroSection ¶
func IntroSection(params Params) *Section
func ModmakeCLISection ¶
func ModmakeCLISection(params Params) *Section
func UtilitiesSection ¶
func UtilitiesSection() *Section
type SubSection ¶
Click to show internal directories.
Click to hide internal directories.