docs

package
v0.0.4-alpha.10 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: EUPL-1.2 Imports: 9 Imported by: 0

Documentation

Overview

Package docs provides documentation management commands for multi-repo workspaces.

Commands:

  • list: Scan repos for README.md, CLAUDE.md, CHANGELOG.md, docs/
  • sync: Copy docs/ files from all repos to core-php/docs/packages/

Works with repos.yaml to discover repositories and sync documentation to a central location for unified documentation builds.

Package docs provides documentation management commands.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddDocsCommands

func AddDocsCommands(root *cli.Command)

AddDocsCommands registers the 'docs' command and all subcommands.

Types

type RepoDocInfo

type RepoDocInfo struct {
	Name      string
	Path      string
	HasDocs   bool
	Readme    string
	ClaudeMd  string
	Changelog string
	DocsFiles []string // All files in docs/ directory (recursive)
}

RepoDocInfo holds documentation info for a repo

Jump to

Keyboard shortcuts

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