Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Line chart
section: charts
section: components
subsection: charts
propComponents: [
{
component: 'Charts',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Sankey chart
section: charts
section: components
subsection: charts
propComponents: [
{
component: 'Charts',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Area chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Bar chart
section: charts
section: components
subsection: charts
propComponents: ['Chart', 'ChartAxis', 'ChartBar', 'ChartGroup', 'ChartLabel', 'ChartVoronoiContainer']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Box plot chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Bullet chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartAxis',
'ChartBullet',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Donut chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartDonut'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Donut utilization chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartDonutThreshold',
'ChartDonutUtilization'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Legends
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Line chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Pie chart
section: charts
section: components
subsection: charts
propComponents: ['ChartPie']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Scatter chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Stack chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Colors for charts
section: charts
section: components
subsection: charts
hideDarkMode: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Threshold chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Tooltips
section: charts
section: components
subsection: charts
propComponents: ['ChartTooltip']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Patterns
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Resize observer
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Skeletons
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Sparkline chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartArea',
'ChartContainer',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: Compass
cssPrefix: pf-v6-c-compass
section: PatternFly-AI
section: AI
subsection: Generative UIs
beta: true
propComponents:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/src/helpers/OUIA/OUIA.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: Open UI Automation
section: developer-resources
section: developer-guides
---
import { Fragment } from 'react';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Bullseye
cssPrefix: pf-v6-l-bullseye
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Bullseye']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Flex/examples/Flex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Flex
cssPrefix: pf-v6-l-flex
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Flex', 'FlexItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Gallery/examples/Gallery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Gallery
cssPrefix: pf-v6-l-gallery
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Gallery', 'GalleryItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Grid/examples/Grid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Grid
cssPrefix: pf-v6-l-grid
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Grid', 'GridItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Level/examples/Level.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Level
cssPrefix: pf-v6-l-level
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Level', 'LevelItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Split/examples/Split.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Split
cssPrefix: pf-v6-l-split
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Split', 'SplitItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Stack/examples/Stack.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Stack
cssPrefix: pf-v6-l-stack
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Stack', 'StackItem']
---

Expand Down
8 changes: 3 additions & 5 deletions packages/react-docs/patternfly-docs/patternfly-docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ module.exports = {
hasRTLSwitcher: true,
hasDesignGuidelines: false,
sideNavItems: [
{ section: 'get-started' },
{ section: 'developer-resources' },
{ section: 'charts' },
{ section: 'developer-guides' },
{ section: 'foundations-and-styles' },
{ section: 'components' },
{ section: 'patterns' },
{ section: 'layouts' },
{ section: 'PatternFly-AI' }
{ section: 'AI' }
],
topNavItems: [{ text: 'Icons', path: '/icons' }],
port: 8002
Expand Down
Loading