patternfly / patternfly/patternfly-doc-core
Address missing pf-react components in the Docs API
Open
@wise-king-sullyman is already working on this.
Since Sep 16, 2026.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 11
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.