@patternfly/documentation-framework 6.0.0-alpha.43 → 6.0.0-alpha.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 6.0.0-alpha.44 (2024-06-06)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  # 6.0.0-alpha.43 (2024-06-04)
7
15
 
8
16
 
@@ -30,16 +30,16 @@ export const Footer = () => (
30
30
  <Link
31
31
  className="ws-org-pfsite-footer-menu-link"
32
32
  to={"/get-started/about-patternfly"}
33
- aria-label="Get started with PatternFly 4"
34
- >
33
+ aria-label="Get started with PatternFly"
34
+ >
35
35
  Get started
36
36
  </Link>
37
37
  </li>
38
38
  <li className="ws-org-pfsite-footer-menu-list-item">
39
39
  <Link
40
40
  className="ws-org-pfsite-footer-menu-link"
41
- to="/components/about-modal"
42
- aria-label="PatternFly 4 components"
41
+ to="/components/all-components"
42
+ aria-label="PatternFly components"
43
43
  >
44
44
  Components
45
45
  </Link>
@@ -47,8 +47,8 @@ export const Footer = () => (
47
47
  <li className="ws-org-pfsite-footer-menu-list-item">
48
48
  <Link
49
49
  className="ws-org-pfsite-footer-menu-link"
50
- to="/layouts/bullseye"
51
- aria-label="PatternFly 4 layouts"
50
+ to="/layouts/about-layouts"
51
+ aria-label="PatternFly layouts"
52
52
  >
53
53
  Layouts
54
54
  </Link>
@@ -56,8 +56,8 @@ export const Footer = () => (
56
56
  <li className="ws-org-pfsite-footer-menu-list-item">
57
57
  <Link
58
58
  className="ws-org-pfsite-footer-menu-link"
59
- to="/design-foundations/colors"
60
- aria-label="PatternFly 4 styles"
59
+ to="/design-foundations/about-design-foundations"
60
+ aria-label="PatternFly styles"
61
61
  >
62
62
  Styles
63
63
  </Link>
@@ -98,7 +98,7 @@ export const Footer = () => (
98
98
  className="ws-org-pfsite-footer-menu-link"
99
99
  to="https://github.com/patternfly/patternfly/blob/main/CODE_OF_CONDUCT.md"
100
100
  target="top"
101
- aria-label="PatternFly 4 Code of Conduct"
101
+ aria-label="PatternFly Code of Conduct"
102
102
  >
103
103
  Code of Conduct
104
104
  </Link>
@@ -121,7 +121,7 @@ export const Footer = () => (
121
121
  className="ws-org-pfsite-footer-menu-link"
122
122
  to="//join.slack.com/t/patternfly/shared_invite/zt-1npmqswgk-bF2R1E2rglV8jz5DNTezMQ"
123
123
  target="top"
124
- aria-label="Join the PatternFly 4 Slack"
124
+ aria-label="Join the PatternFly Slack"
125
125
  >
126
126
  Slack
127
127
  </Link>
@@ -151,7 +151,7 @@ export const Footer = () => (
151
151
  className="ws-org-pfsite-footer-menu-link"
152
152
  to="//medium.com/patternfly"
153
153
  target="top"
154
- aria-label="Read the PatternFly 4 blog"
154
+ aria-label="Read the PatternFly blog"
155
155
  >
156
156
  PatternFly Medium
157
157
  </Link>
@@ -194,9 +194,9 @@ export const Footer = () => (
194
194
  <GithubIcon />
195
195
  </Link>
196
196
  <Link
197
- to="//twitter.com/patternfly"
197
+ to="//x.com/patternfly"
198
198
  target="top"
199
- aria-label="Link to PatternFly Twitter page"
199
+ aria-label="Link to PatternFly X page"
200
200
  >
201
201
  <TwitterIcon />
202
202
  </Link>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "6.0.0-alpha.43",
4
+ "version": "6.0.0-alpha.44",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -13,7 +13,7 @@
13
13
  "@babel/preset-env": "^7.24.3",
14
14
  "@babel/preset-react": "^7.24.1",
15
15
  "@mdx-js/util": "1.6.16",
16
- "@patternfly/ast-helpers": "^1.4.0-alpha.32",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.33",
17
17
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
18
18
  "autoprefixer": "9.8.6",
19
19
  "babel-loader": "^9.1.3",
@@ -80,5 +80,5 @@
80
80
  "react": "^17.0.0 || ^18.0.0",
81
81
  "react-dom": "^17.0.0 || ^18.0.0"
82
82
  },
83
- "gitHead": "886846884d20010b45871ed94c09fac70759aa52"
83
+ "gitHead": "48920b655eba12749631dd5dee843720c0d9bd18"
84
84
  }