patternfly-org
patternfly-org copied to clipboard
Home of patternfly.org
To be done after https://github.com/patternfly/patternfly-react/pull/9278 is merged. With the children prop being updated to accept ReactNode as a type, we should add the children prop to the React table to...
Make progress toward: https://github.com/patternfly/patternfly-org/issues/2919 Once v5 is live, now that we are publishing org's a11y scorecard, we are due for an updated scorecard and a11y audit. - [ ] update...
With more consumers using the documentation framework, we need the ability to see if props extend an existing props. Currently this is not supported. PF extensions can not see what...
related - https://github.com/patternfly/patternfly-org/issues/3489 With multiple components on a single examples page, should we have multiple "view source on GitHub" links? Are those links useful? Currently they link to the actual...
Followup for https://github.com/patternfly/patternfly/issues/5376 > we have access to [pageData](https://github.com/patternfly/patternfly-org/blob/8d28fddfb8f47154e66af7d7b4de746c075a472d/packages/documentation-framework/scripts/md/parseMD.js#L83) via ## This is the {pageData.id} component @mcoker https://github.com/patternfly/patternfly/pull/5434#discussion_r1160917866
Notes about the dependency upgrades and things to potentially follow up on from https://github.com/patternfly/patternfly-org/pull/3454. - [ ] Replace `@reach/router` (and current workaround `@gatsbyjs/reach-router`) with React's router. Reach has a built...
Want to improve the look of the Training pages to be more consistent with similar catalog views in PatternFly. See designs here: https://www.sketch.com/s/661ef9d9-8307-4e50-84e5-16eea2ff18d0 Follow up to: https://github.com/patternfly/patternfly-design/issues/1236
**Describe the problem** When attempting to display component props or some other type within the `Props` section of a component's documentation page, and the interface/type alias used extends or joins...
Per comment in [#3361](https://github.com/patternfly/patternfly-org/pull/3361#pullrequestreview-1260966249), we can update the colors for charts page to avoid so many hard-coded values as mentioned below: > FWIW, another way to get the values on...