@patternfly/documentation-framework 6.0.0-alpha.116 → 6.0.0-alpha.117

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.117 (2024-10-14)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  # 6.0.0-alpha.116 (2024-10-14)
7
15
 
8
16
  **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">Quicklinks</p>
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
- <ListItem className="ws-org-pfsite-footer-menu-list-item">
39
+ <ListItem className="ws-org-pfsite-footer-menu-list-item">
40
40
  <Link
41
41
  className="ws-org-pfsite-footer-menu-link"
42
- to={"/get-started/about-patternfly"}
43
- aria-label="Get started with PatternFly"
42
+ to="/get-started/upgrade"
43
+ aria-label="Latest PatternFly upgrade guide"
44
44
  >
45
- Get started
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="/components/all-components"
52
- aria-label="PatternFly components"
51
+ to="/get-started/release-highlights/"
52
+ aria-label="PatternFly release highlights"
53
53
  >
54
- Components
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="/layouts/about-layouts"
61
- aria-label="PatternFly layouts"
60
+ to="/patternfly-ai/about-ai"
61
+ aria-label="PatternFly's new AI resources"
62
62
  >
63
- Layouts
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="/design-foundations/about-design-foundations"
70
- aria-label="PatternFly styles"
69
+ to="/tokens/about-tokens"
70
+ aria-label="PatternFly's new token system"
71
71
  >
72
- Styles
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
- <ListItem className="ws-org-pfsite-footer-menu-list-item">
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/design"
90
- aria-label="How to contribute as a Designer"
89
+ to="/get-started/about-patternfly"
90
+ aria-label="Learn about PatternFly"
91
91
  >
92
- Designers
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="/get-started/develop"
99
- aria-label="How to contribute as a Developer"
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
- Developers
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="https://github.com/patternfly/patternfly/blob/main/CODE_OF_CONDUCT.md"
108
- target="top"
109
- aria-label="PatternFly Code of Conduct"
107
+ to="/get-started/contribute"
108
+ aria-label="Learn how to contribute to PatternFly"
110
109
  >
111
- Code of Conduct
110
+ Contribute
112
111
  </Link>
113
112
  </ListItem>
114
- </List>
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
- Stay in touch
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="//github.com/orgs/patternfly/discussions"
139
+ to="//medium.com/patternfly"
141
140
  target="top"
142
- aria-label="Visit the PatternFly discussion forum"
141
+ aria-label="Read the PatternFly blog"
143
142
  >
144
- Discussions
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="//medium.com/patternfly"
161
- target="top"
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
- PatternFly Medium
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.116",
4
+ "version": "6.0.0-alpha.117",
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.105",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.106",
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": "7f824a2f714e7e3a565dc5b5986d8ae131a7f4a4"
83
+ "gitHead": "cc09b923960bd04f71d471d05a275dfba16490a8"
84
84
  }