@patternfly/documentation-framework 6.0.0-alpha.116 → 6.0.0-alpha.118
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 +16 -0
- package/components/footer/footer.js +42 -34
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.118 (2024-10-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# 6.0.0-alpha.117 (2024-10-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# 6.0.0-alpha.116 (2024-10-14)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
@@ -33,43 +33,43 @@ export const Footer = ({ isDarkTheme }) => (
|
|
|
33
33
|
md={4}
|
|
34
34
|
className="pf-v6-u-ml-md pf-v6-u-ml-0-on-md pf-v6-u-mb-xl pf-v6-u-mb-0-on-md"
|
|
35
35
|
>
|
|
36
|
-
<p className="ws-org-pfsite-footer-menu-list-title">
|
|
36
|
+
<p className="ws-org-pfsite-footer-menu-list-title">What's new</p>
|
|
37
37
|
<nav aria-label="Quick Links">
|
|
38
38
|
<List isPlain className="ws-org-pfsite-footer-menu-list">
|
|
39
|
-
|
|
39
|
+
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
40
40
|
<Link
|
|
41
41
|
className="ws-org-pfsite-footer-menu-link"
|
|
42
|
-
to=
|
|
43
|
-
aria-label="
|
|
42
|
+
to="/get-started/upgrade"
|
|
43
|
+
aria-label="Latest PatternFly upgrade guide"
|
|
44
44
|
>
|
|
45
|
-
|
|
45
|
+
Upgrade
|
|
46
46
|
</Link>
|
|
47
47
|
</ListItem>
|
|
48
48
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
49
49
|
<Link
|
|
50
50
|
className="ws-org-pfsite-footer-menu-link"
|
|
51
|
-
to="/
|
|
52
|
-
aria-label="PatternFly
|
|
51
|
+
to="/get-started/release-highlights/"
|
|
52
|
+
aria-label="PatternFly release highlights"
|
|
53
53
|
>
|
|
54
|
-
|
|
54
|
+
Releases
|
|
55
55
|
</Link>
|
|
56
56
|
</ListItem>
|
|
57
57
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
58
58
|
<Link
|
|
59
59
|
className="ws-org-pfsite-footer-menu-link"
|
|
60
|
-
to="/
|
|
61
|
-
aria-label="PatternFly
|
|
60
|
+
to="/patternfly-ai/about-ai"
|
|
61
|
+
aria-label="PatternFly's new AI resources"
|
|
62
62
|
>
|
|
63
|
-
|
|
63
|
+
PatternFly AI
|
|
64
64
|
</Link>
|
|
65
65
|
</ListItem>
|
|
66
66
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
67
67
|
<Link
|
|
68
68
|
className="ws-org-pfsite-footer-menu-link"
|
|
69
|
-
to="/
|
|
70
|
-
aria-label="PatternFly
|
|
69
|
+
to="/tokens/about-tokens"
|
|
70
|
+
aria-label="PatternFly's new token system"
|
|
71
71
|
>
|
|
72
|
-
|
|
72
|
+
Tokens
|
|
73
73
|
</Link>
|
|
74
74
|
</ListItem>
|
|
75
75
|
</List>
|
|
@@ -83,35 +83,34 @@ export const Footer = ({ isDarkTheme }) => (
|
|
|
83
83
|
<p className="ws-org-pfsite-footer-menu-list-title">Contribute</p>
|
|
84
84
|
<nav aria-label="Contribute">
|
|
85
85
|
<List isPlain className="ws-org-pfsite-footer-menu-list">
|
|
86
|
-
|
|
86
|
+
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
87
87
|
<Link
|
|
88
88
|
className="ws-org-pfsite-footer-menu-link"
|
|
89
|
-
to="/get-started/
|
|
90
|
-
aria-label="
|
|
89
|
+
to="/get-started/about-patternfly"
|
|
90
|
+
aria-label="Learn about PatternFly"
|
|
91
91
|
>
|
|
92
|
-
|
|
92
|
+
About PatternFly
|
|
93
93
|
</Link>
|
|
94
94
|
</ListItem>
|
|
95
95
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
96
96
|
<Link
|
|
97
97
|
className="ws-org-pfsite-footer-menu-link"
|
|
98
|
-
to="/
|
|
99
|
-
aria-label="
|
|
98
|
+
to="https://github.com/patternfly/patternfly/blob/main/CODE_OF_CONDUCT.md"
|
|
99
|
+
aria-label="Our code of conduct for contributions"
|
|
100
100
|
>
|
|
101
|
-
|
|
101
|
+
Code of conduct
|
|
102
102
|
</Link>
|
|
103
103
|
</ListItem>
|
|
104
104
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
105
105
|
<Link
|
|
106
106
|
className="ws-org-pfsite-footer-menu-link"
|
|
107
|
-
to="
|
|
108
|
-
|
|
109
|
-
aria-label="PatternFly Code of Conduct"
|
|
107
|
+
to="/get-started/contribute"
|
|
108
|
+
aria-label="Learn how to contribute to PatternFly"
|
|
110
109
|
>
|
|
111
|
-
|
|
110
|
+
Contribute
|
|
112
111
|
</Link>
|
|
113
112
|
</ListItem>
|
|
114
|
-
|
|
113
|
+
</List>
|
|
115
114
|
</nav>
|
|
116
115
|
</GridItem>
|
|
117
116
|
<GridItem
|
|
@@ -120,7 +119,7 @@ export const Footer = ({ isDarkTheme }) => (
|
|
|
120
119
|
className="pf-v6-u-mt-lg pf-v6-u-mt-0-on-md pf-v6-u-ml-md pf-v6-u-ml-0-on-md"
|
|
121
120
|
>
|
|
122
121
|
<p className="ws-org-pfsite-footer-menu-list-title">
|
|
123
|
-
|
|
122
|
+
Community
|
|
124
123
|
</p>
|
|
125
124
|
<nav aria-label="Stay in touch">
|
|
126
125
|
<List isPlain className="ws-org-pfsite-footer-menu-list">
|
|
@@ -137,11 +136,11 @@ export const Footer = ({ isDarkTheme }) => (
|
|
|
137
136
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
138
137
|
<Link
|
|
139
138
|
className="ws-org-pfsite-footer-menu-link"
|
|
140
|
-
to="//
|
|
139
|
+
to="//medium.com/patternfly"
|
|
141
140
|
target="top"
|
|
142
|
-
aria-label="
|
|
141
|
+
aria-label="Read the PatternFly blog"
|
|
143
142
|
>
|
|
144
|
-
|
|
143
|
+
Blog
|
|
145
144
|
</Link>
|
|
146
145
|
</ListItem>
|
|
147
146
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
@@ -157,13 +156,22 @@ export const Footer = ({ isDarkTheme }) => (
|
|
|
157
156
|
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
158
157
|
<Link
|
|
159
158
|
className="ws-org-pfsite-footer-menu-link"
|
|
160
|
-
to="
|
|
161
|
-
|
|
162
|
-
aria-label="Read the PatternFly blog"
|
|
159
|
+
to="https://github.com/patternfly/patternfly/blob/main/CODE_OF_CONDUCT.md"
|
|
160
|
+
aria-label="Join PatternFly meetings"
|
|
163
161
|
>
|
|
164
|
-
|
|
162
|
+
Calendar
|
|
165
163
|
</Link>
|
|
166
164
|
</ListItem>
|
|
165
|
+
<ListItem className="ws-org-pfsite-footer-menu-list-item">
|
|
166
|
+
<Link
|
|
167
|
+
className="ws-org-pfsite-footer-menu-link"
|
|
168
|
+
to="//github.com/orgs/patternfly/discussions"
|
|
169
|
+
target="top"
|
|
170
|
+
aria-label="Visit the PatternFly discussion forum"
|
|
171
|
+
>
|
|
172
|
+
Discussions
|
|
173
|
+
</Link>
|
|
174
|
+
</ListItem>
|
|
167
175
|
</List>
|
|
168
176
|
</nav>
|
|
169
177
|
</GridItem>
|
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.
|
|
4
|
+
"version": "6.0.0-alpha.118",
|
|
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.
|
|
16
|
+
"@patternfly/ast-helpers": "^1.4.0-alpha.107",
|
|
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": "
|
|
83
|
+
"gitHead": "7f66ea441b35a3d0752cb7935f60862e1f454f24"
|
|
84
84
|
}
|