Documentation
¶
Index ¶
- func SectionDoc(section string) ickcore.ContentComposer
- type SectionDocButton
- type SectionDocCard
- type SectionDocDelete
- type SectionDocHero
- type SectionDocIcecake
- type SectionDocIcon
- type SectionDocImage
- type SectionDocInput
- type SectionDocMedia
- type SectionDocMenu
- type SectionDocMessage
- type SectionDocNavbar
- type SectionDocOverview
- type SectionDocTagLabel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SectionDoc ¶
func SectionDoc(section string) ickcore.ContentComposer
Types ¶
type SectionDocButton ¶
type SectionDocButton struct {
SectionDocIcecake
}
func (*SectionDocButton) RenderContent ¶
func (sec *SectionDocButton) RenderContent(out io.Writer) error
type SectionDocCard ¶
type SectionDocCard struct{ SectionDocIcecake }
func (*SectionDocCard) RenderContent ¶
func (sec *SectionDocCard) RenderContent(out io.Writer) error
type SectionDocDelete ¶
type SectionDocDelete struct{ SectionDocIcecake }
func (*SectionDocDelete) RenderContent ¶
func (sec *SectionDocDelete) RenderContent(out io.Writer) error
type SectionDocHero ¶
type SectionDocHero struct{ SectionDocIcecake }
func (*SectionDocHero) RenderContent ¶
func (sec *SectionDocHero) RenderContent(out io.Writer) error
type SectionDocIcecake ¶
type SectionDocIcecake struct {
ickcore.BareSnippet
Title string
Description string
}
func (*SectionDocIcecake) BuildTag ¶
func (cmp *SectionDocIcecake) BuildTag() ickcore.Tag
func (*SectionDocIcecake) NeedRendering ¶
func (cmp *SectionDocIcecake) NeedRendering() bool
func (*SectionDocIcecake) RenderContent ¶
func (cmp *SectionDocIcecake) RenderContent(out io.Writer) error
func (*SectionDocIcecake) RenderHead ¶
type SectionDocIcon ¶
type SectionDocIcon struct {
SectionDocIcecake
}
func (*SectionDocIcon) RenderContent ¶
func (sec *SectionDocIcon) RenderContent(out io.Writer) error
type SectionDocImage ¶
type SectionDocImage struct{ SectionDocIcecake }
func (*SectionDocImage) RenderContent ¶
func (sec *SectionDocImage) RenderContent(out io.Writer) error
type SectionDocInput ¶
type SectionDocInput struct{ SectionDocIcecake }
func (*SectionDocInput) RenderContent ¶
func (sec *SectionDocInput) RenderContent(out io.Writer) error
type SectionDocMedia ¶
type SectionDocMedia struct {
SectionDocIcecake
}
func (*SectionDocMedia) RenderContent ¶
func (sec *SectionDocMedia) RenderContent(out io.Writer) error
type SectionDocMenu ¶
type SectionDocMenu struct{ SectionDocIcecake }
func (*SectionDocMenu) RenderContent ¶
func (sec *SectionDocMenu) RenderContent(out io.Writer) error
type SectionDocMessage ¶
type SectionDocMessage struct{ SectionDocIcecake }
func (*SectionDocMessage) RenderContent ¶
func (sec *SectionDocMessage) RenderContent(out io.Writer) error
type SectionDocNavbar ¶
func (*SectionDocNavbar) RenderContent ¶
func (sec *SectionDocNavbar) RenderContent(out io.Writer) error
type SectionDocOverview ¶
type SectionDocOverview struct{ SectionDocIcecake }
func (*SectionDocOverview) RenderContent ¶
func (sec *SectionDocOverview) RenderContent(out io.Writer) error
type SectionDocTagLabel ¶
type SectionDocTagLabel struct {
SectionDocIcecake
}
func (*SectionDocTagLabel) RenderContent ¶
func (sec *SectionDocTagLabel) RenderContent(out io.Writer) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.