patternfly / patternfly/patternfly-doc-core

Address missing pf-react components in the Docs API

Open
#235 1 comment 1 reaction 1 assignee View on GitHub

@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

  1. Diff react-core’s documented/public components against Docs API component-index (and related routes) to list what’s missing or incomplete.
  2. 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).
  3. Re-build/verify the API until agreed components show up with the right payload shape.
  4. Note any intentional exclusions (deprecated/internal/demo-only) in docs or ticket comments.

Jira Issue: PF-4532

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.