Skip to content

Commit

Permalink
[docs] Badge component link in Base docs should be under Data Display…
Browse files Browse the repository at this point in the history
… section (#33249)

* move badge under data display section

* yarn docs:18n

* rerun CI
  • Loading branch information
ZeeshanTamboli committed Jun 22, 2022
1 parent c7ea9ae commit 55701bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion docs/data/base/pages.ts
Expand Up @@ -20,14 +20,23 @@ const pages = [
pathname: '/base/components/inputs',
subheader: 'inputs',
children: [
{ pathname: '/base/react-badge', title: 'Badge' },
{ pathname: '/base/react-button', title: 'Button' },
{ pathname: '/base/react-input', title: 'Input' },
{ pathname: '/base/react-select', title: 'Select' },
{ pathname: '/base/react-slider', title: 'Slider' },
{ pathname: '/base/react-switch', title: 'Switch' },
],
},
{
pathname: '/base/components/data-display',
subheader: 'data-display',
children: [
{
pathname: '/base/react-badge',
title: 'Badge',
},
],
},
{
pathname: '/base/components/navigation',
subheader: 'navigation',
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/translations.json
Expand Up @@ -190,12 +190,13 @@
"/base/getting-started/customization": "Customization",
"/base/react-": "Components",
"inputs": "Inputs",
"/base/react-badge": "Badge",
"/base/react-button": "Button",
"/base/react-input": "Input",
"/base/react-select": "Select",
"/base/react-slider": "Slider",
"/base/react-switch": "Switch",
"data-display": "Data display",
"/base/react-badge": "Badge",
"navigation": "Navigation",
"/base/react-menu": "Menu",
"/base/react-table-pagination": "Table pagination",
Expand Down Expand Up @@ -236,7 +237,6 @@
"/material-ui/react-text-field": "Text field",
"/material-ui/react-transfer-list": "Transfer list",
"/material-ui/react-toggle-button": "Toggle button",
"data-display": "Data display",
"/material-ui/react-avatar": "Avatar",
"/material-ui/react-badge": "Badge",
"/material-ui/react-chip": "Chip",
Expand Down

0 comments on commit 55701bf

Please sign in to comment.