Documentation ¶
Index ¶
- func NewPlugin(section *booklit.Section) booklit.Plugin
- type Plugin
- func (p Plugin) BlueButton(content booklit.Content) booklit.Content
- func (p Plugin) CodeLines(lines ...booklit.Content) (booklit.Content, error)
- func (p Plugin) CodeWindow(language string, content booklit.Content) (booklit.Content, error)
- func (p Plugin) Coffee() booklit.Content
- func (p Plugin) GettingStarted(title, content booklit.Content) booklit.Content
- func (p Plugin) LightButton(content booklit.Content) booklit.Content
- func (p Plugin) Newline() booklit.Content
- func (p Plugin) ReleaseLink(file string) booklit.Content
- func (p Plugin) Slack(content booklit.Content) booklit.Content
- func (p Plugin) SoftLine(content booklit.Content) booklit.Content
- func (p Plugin) Step(duration, title, content booklit.Content) booklit.Content
- func (p Plugin) StepWithLine(duration, title, content booklit.Content) booklit.Content
- func (p Plugin) Truitt(title, content booklit.Content) booklit.Content
- func (p Plugin) ValuePropLeft(title booklit.Content, image string, content booklit.Content) booklit.Content
- func (p Plugin) ValuePropRight(title booklit.Content, image string, content booklit.Content) booklit.Content
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (Plugin) CodeWindow ¶
func (Plugin) GettingStarted ¶
func (Plugin) StepWithLine ¶
func (Plugin) ValuePropLeft ¶
Click to show internal directories.
Click to hide internal directories.