docs

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2025 License: BSD-3-Clause Imports: 14 Imported by: 0

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

func Agents

func Agents(_ context.Context, input cmdtools.CommandInput) error

Agents creates the AGENTS.md file at the project root by combining the base template with generated guidelines from internal/gen/docs/.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL