Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(homepage): Update upgrade card heading. #4326

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/documentation-framework": "6.0.0-alpha.114",
"@patternfly/documentation-framework": "6.0.0-alpha.117",
"@patternfly/react-catalog-view-extension": "6.0.0-prerelease.1",
"@patternfly/react-console": "6.0.0-prerelease.2",
"@patternfly/react-docs": "7.0.0-prerelease.32",
Expand Down
14 changes: 7 additions & 7 deletions packages/documentation-site/patternfly-docs/pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { featuredPostsData } from './featured-posts-data';

const cardData = [
{
title: 'Upgrade to PatternFly v5',
title: 'Upgrade to PatternFly 6',
body: 'Reference our upgrade guide to learn how you can update to the latest version of PatternFly.',
link: '/get-started/upgrade',
layout: 'withSubtitle',
Expand Down Expand Up @@ -153,12 +153,12 @@ const FeaturedBlogCard = ({ postData, idx }) => {
const HomePage = () => (
<React.Fragment>
<Banner color="blue" isSticky>
Welcome to the PatternFly 6 staging website! PatternFly 6 is{' '}
<span className="pf-v6-u-font-weight-bold">
still under development, so documentation across this website will
continue to change.
</span>
</Banner>
Welcome to the PatternFly 6 staging website! PatternFly 6 is{' '}
<span className="pf-v6-u-font-weight-bold">
still under development, so documentation across this website will
continue to change.
</span>
</Banner>
<PageSection isWidthLimited className="ws-homepage-main-section">
<Flex
direction={{ default: 'column', lg: 'row' }}
Expand Down
Loading