Skip to content

Commit ddd0696

Browse files
fix: Moves items to new nav. (#12013)
* docs: Moves OUIA guide in nav * other nav updates to fit with org * docs: Moves OUIA guide in nav * other nav updates to fit with org * update AI urls * fix broken urls * Pull in updates and bump core version * chore: update yarn.lock for @patternfly/patternfly 6.5.0-prerelease.27 --------- Co-authored-by: nicolethoen <nthoen@redhat.com>
1 parent 6bcdcaf commit ddd0696

File tree

38 files changed

+76
-53
lines changed

38 files changed

+76
-53
lines changed

packages/react-charts/src/echarts/components/Line/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Line chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
{
67
component: 'Charts',

packages/react-charts/src/echarts/components/Sankey/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Sankey chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
{
67
component: 'Charts',

packages/react-charts/src/victory/components/ChartArea/examples/ChartArea.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Area chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartArea',

packages/react-charts/src/victory/components/ChartBar/examples/ChartBar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Bar chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: ['Chart', 'ChartAxis', 'ChartBar', 'ChartGroup', 'ChartLabel', 'ChartVoronoiContainer']
56
hideDarkMode: true
67
---

packages/react-charts/src/victory/components/ChartBoxPlot/examples/ChartBoxPlot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Box plot chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartAxis',

packages/react-charts/src/victory/components/ChartBullet/examples/ChartBullet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Bullet chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartAxis',
67
'ChartBullet',

packages/react-charts/src/victory/components/ChartDonut/examples/ChartDonut.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Donut chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartDonut'
67
]

packages/react-charts/src/victory/components/ChartDonutUtilization/examples/ChartDonutUtilization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Donut utilization chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartDonutThreshold',
67
'ChartDonutUtilization'

packages/react-charts/src/victory/components/ChartLegend/examples/ChartLegend.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Legends
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartArea',

packages/react-charts/src/victory/components/ChartLine/examples/ChartLine.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Line chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartAxis',

0 commit comments

Comments
 (0)