CLI command handler for generating documentation indexes.
Creates organized documentation indexes from markdown files using various strategies. Supports multiple index types including links, imports, embeds, and hybrid modes.
Target directory for index generation
Command options specifying index parameters
# Generate a links-based index markmv index --type links --strategy directory # Generate with custom template markmv index docs/ --type hybrid --template custom.md # Dry run with verbose output markmv index --dry-run --verbose Copy
# Generate a links-based index markmv index --type links --strategy directory # Generate with custom template markmv index docs/ --type hybrid --template custom.md # Dry run with verbose output markmv index --dry-run --verbose
CLI command handler for generating documentation indexes.
Creates organized documentation indexes from markdown files using various strategies. Supports multiple index types including links, imports, embeds, and hybrid modes.