Scope
Ensure @patternfly/react-core components that should appear in the Docs API are present and usable (index entry and expected props/examples/docs where applicable). Fix gaps found against the current react-core set—not a blanket expansion to other packages (table, chatbot, etc.).
Approach
- Diff react-core’s documented/public components against Docs API
component-index (and related routes) to list what’s missing or incomplete.
- For each gap, fix the underlying cause (e.g. content globs / frontmatter in
pf-docs.config.mjs, missing or mis-wired Markdown, API index naming, props parse issues in doc-core).
- Re-build/verify the API until agreed components show up with the right payload shape.
- Note any intentional exclusions (deprecated/internal/demo-only) in docs or ticket comments.
Jira Issue: PF-4532
Scope
Ensure
@patternfly/react-corecomponents that should appear in the Docs API are present and usable (index entry and expected props/examples/docs where applicable). Fix gaps found against the current react-core set—not a blanket expansion to other packages (table, chatbot, etc.).Approach
component-index(and related routes) to list what’s missing or incomplete.pf-docs.config.mjs, missing or mis-wired Markdown, API index naming, props parse issues in doc-core).Jira Issue: PF-4532