Scope
Ensure @patternfly/chatbot is fully represented in the Docs API and included in props extraction via propsGlobs, so chatbot components can appear in props.json / component schemas—not only as Markdown examples.
Approach
- Confirm current state in
pf-docs.config.mjs: chatbot is already under content (chatbot-docs); it is not in propsGlobs.
- Verify Docs API index/routes expose chatbot pages as expected; fix content/frontmatter/API gaps if any are missing.
- Add a
propsGlobs entry for @patternfly/chatbot (same exclude patterns as react-core: examples, tests, mocks).
- Rebuild props → regenerate/publish schemas (or hand off to the schemas regen ticket) and spot-check chatbot component props in the API / schemas package.
Jira Issue: PF-4534
Scope
Ensure
@patternfly/chatbotis fully represented in the Docs API and included in props extraction viapropsGlobs, so chatbot components can appear inprops.json/ component schemas—not only as Markdown examples.Approach
pf-docs.config.mjs: chatbot is already undercontent(chatbot-docs); it is not inpropsGlobs.propsGlobsentry for@patternfly/chatbot(same exclude patterns as react-core: examples, tests, mocks).Jira Issue: PF-4534