diff --git a/packages/documentation-site/package.json b/packages/documentation-site/package.json index 19fa1d0ad3..1f76f54f75 100644 --- a/packages/documentation-site/package.json +++ b/packages/documentation-site/package.json @@ -17,7 +17,7 @@ "screenshots": "pf-docs-framework screenshots" }, "dependencies": { - "@patternfly/documentation-framework": "6.0.0-alpha.10", + "@patternfly/documentation-framework": "6.0.0-alpha.12", "@patternfly/quickstarts": "5.1.0", "@patternfly/react-catalog-view-extension": "5.0.0", "@patternfly/react-console": "5.0.0", diff --git a/packages/documentation-site/patternfly-docs/pages/home.js b/packages/documentation-site/patternfly-docs/pages/home.js index 1a21fdc4ae..af7e10e55b 100644 --- a/packages/documentation-site/patternfly-docs/pages/home.js +++ b/packages/documentation-site/patternfly-docs/pages/home.js @@ -1,6 +1,7 @@ import React from "react"; import {Link} from "@patternfly/documentation-framework/components"; import { + Banner, Button, Card, CardHeader, @@ -13,6 +14,7 @@ import { FlexItem, Grid, PageSection, + PageSectionVariants, Title, Text, TextVariants, @@ -157,6 +159,9 @@ const FeaturedBlogCard = ({postData, idx}) => { const HomePage = () => ( + + Welcome to the PatternFly 6 staging website! PatternFly 6 is still under development, so documentation across this website will continue to change. +