usePatternFlyDocs
Get markdown documentation and component JSON schemas for PatternFly components and resources by name or URI list.
Instructions
Get markdown documentation and component JSON schemas for PatternFly resources and components.
**Usage**:
1. Input a component or resource name (e.g., "Button", "Writing") OR a list of up to 15 patternfly:// URIs or documentation URLs at a time (typically from searchPatternFlyDocs results).
**Returns**:
- Markdown documentation
- Component JSON schemas, if available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlList | No | The list of patternfly:// URIs or URLs to fetch the documentation from (max 15 at a time) | |
| name | No | The name of a PatternFly component or patternfly:// URI resource to fetch documentation for (e.g., "Button", "patternfly://docs/Button") | |
| version | No | Filter results by a specific PatternFly version (e.g. "current", "latest", "v6") |