Skip to content

Commit

Permalink
refactor(docs): move MazChart into data section
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 9, 2024
1 parent 3d25123 commit 357efeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/.vitepress/configs/components.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const components = {
text: 'Data',
collapsed: false,
items: [
{ text: 'MazChart', link: '/components/maz-chart' },
{ text: 'MazDropzone', link: '/components/maz-dropzone' },
{ text: 'MazPicker (date, time, range)', link: '/components/maz-picker' },
{ text: 'MazTable (data-table)', link: '/components/maz-table' },
Expand All @@ -49,7 +50,6 @@ export const components = {
{ text: 'MazCard', link: '/components/maz-card' },
{ text: 'MazCardSpotlight', link: '/components/maz-card-spotlight' },
{ text: 'MazCarousel', link: '/components/maz-carousel' },
{ text: 'MazChart', link: '/components/maz-chart' },
{ text: 'MazCircularProgressBar', link: '/components/maz-circular-progress-bar' },
{ text: 'MazDropdown', link: '/components/maz-dropdown' },
{ text: 'MazExpandAnimation', link: '/components/maz-expand-animation' },
Expand Down

0 comments on commit 357efeb

Please sign in to comment.