Donald Labaj
Donald Labaj
This epic focuses on utilizing the astro-based docs-core infrastructure to continue enhancing PatternFly's documentation. In Q4, we are going to: - leverage the astro framework to build out agent friendly...
In order to support component validation for AI, the team is currently requesting that we generate a JSON schema for our react components as part of our build process. This...
Currently to get the site folder building we added changes in upgrade.mdx files https://github.com/patternfly/patternfly-org/pull/4719 to remove the icons and dividers. This was needed do a build failure with inline icons....
**Identify release candidate versions** "@patternfly/patternfly": "6.3.0-prerelease.37", "@patternfly/react-charts": "8.3.0-prerelease.18", "@patternfly/react-code-editor": "6.3.0-prerelease.29", "@patternfly/react-core": "6.3.0-prerelease.29", "@patternfly/react-drag-drop": "6.3.0-prerelease.29", "@patternfly/react-icons": "6.3.0-prerelease.11", "@patternfly/react-styles": "6.3.0-prerelease.10", "@patternfly/react-table": "6.3.0-prerelease.29", "@patternfly/react-templates": "6.3.0-prerelease.29", "@patternfly/react-tokens": "6.3.0-prerelease.10", "@patternfly/react-topology": "6.3.0-prerelease.2", "@patternfly/react-virtualized-extension": "6.1.0-prerelease.1", "@patternfly/quickstarts": "6.3.0-prerelease.6",...
**Describe the problem** Currently a11y testing is disable/commented out in the github action to upload it to surge. This should be re-enabled after the 6.4.0 release. The code that is...
The new vite configuration is causing failures with the build. Currently in order to get this to run the user needs to delete the vite configuration and use web pack....