fix: move generative AI docs and bump PF versions#5007
Open
nicolethoen wants to merge 4 commits into
Open
Conversation
Collaborator
29f01c5 to
e1a4edc
Compare
edonehoo
approved these changes
May 11, 2026
Collaborator
edonehoo
left a comment
There was a problem hiding this comment.
left a couple suggestions, but they're just refinements rather than dealbreakers. I don't see any issues due to the ai doc changes!
| }, | ||
| "compass": { | ||
| "illustration": "./img/component-illustrations/panel.png", | ||
| "summary": "<b>Compass</b> is a full-viewport layout for generative and conversational UIs, with header, optional sidebars, main content, and a footer area (often used with ChatBot)." |
Collaborator
There was a problem hiding this comment.
Suggested change
| "summary": "<b>Compass</b> is a full-viewport layout for generative and conversational UIs, with header, optional sidebars, main content, and a footer area (often used with ChatBot)." | |
| "summary": "<b>Compass</b> is a full-viewport layout for generative and conversational UIs, with a header, optional sidebars, main content, and a footer area that often uses a ChatBot message bar." |
is it okay to slightly tweak to this description?
| import "@xyflow/react/dist/style.css"; | ||
| import "./reactFlowOverrides.css"; | ||
|
|
||
| When creating GenUI concepts with PatternFly's compass component, you might want to utilize [React Flow](https://reactflow.dev/). The React Flow package `@xyflow/react` is compatible with PatternFly through customization of its [theme](https://reactflow.dev/learn/customization/theming) and [rendered nodes](https://reactflow.dev/learn/customization/custom-nodes). |
Collaborator
There was a problem hiding this comment.
Suggested change
| When creating generative UI concepts with PatternFly's [Compass component](/components/compass), you might want to utilize [React Flow](https://reactflow.dev/). The React Flow package `@xyflow/react` is compatible with PatternFly through customization of its [theme](https://reactflow.dev/learn/customization/theming) and [rendered nodes](https://reactflow.dev/learn/customization/custom-nodes). |
small tweak since we don't define "GenUI" in an overview page anymore
32 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #4998
Remove Generative AI Overview page
Move React Flow docs to Developer guides
Move Compass component handbook/developer guide and org demos to components/compass
Bump to latest PF versions:
@edonehoo I've tagged you so you're aware that i've removed the Generative AI section and it's overview page. Compass docs are now under Components/compass. I don't know if that has ramifications for things linking to these concepts. LMK if you have any concerns.