Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client manages MkDocs container operations
func (*Client) IsRunning ¶
func (c *Client) IsRunning() (bool, *ContainerInfo, error)
IsRunning checks if the MkDocs container is already running
func (*Client) OpenBrowser ¶
OpenBrowser opens the default web browser to the given URL
func (*Client) StartContainer ¶
func (c *Client) StartContainer(port int) (*ContainerInfo, error)
StartContainer starts the MkDocs container
func (*Client) StopContainer ¶
StopContainer stops the MkDocs container
func (*Client) StreamLogs ¶
StreamLogs streams container logs to stdout
type ContainerInfo ¶
ContainerInfo contains information about the running MkDocs container
Click to show internal directories.
Click to hide internal directories.