Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "docs", Usage: "Manage Webkit documentation", Description: "TODO", Commands: []*cli.Command{ { Name: "agents", Usage: "Agents AGENTS.md file", Description: "Generates AGENTS.md file from base template and optional custom content", Action: cmdtools.Wrap(Agents), }, }, }
Command defines the docs commands for creating WebKit documentation from Webkit enabled projects such as AGENTS.md
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.