Skip to content

Commit

Permalink
Sam's review and i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhargupta1 committed Aug 22, 2024
1 parent 52f642d commit 9dccc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const pages: MuiPage[] = [
newFeature: true,
children: [
{ pathname: '/toolpad/core/react-dashboard-layout/', title: 'Dashboard Layout' },
{ pathname: '/toolpad/core/react-sign-in-page/', title: 'Sign In Page' },
{ pathname: '/toolpad/core/react-sign-in-page/', title: 'Sign-in Page' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import basePages from 'docs/data/base/pages';
import joyPages from 'docs/data/joy/pages';
import { MuiPage } from 'docs/src/MuiPage';

const EXCLUDES = ['/api', '/blog', '/x/react-'];
const EXCLUDES = ['/api', '/blog', '/x/react-', '/toolpad'];

async function run() {
const translationsFilename = path.join(__dirname, '../translations/translations.json');
Expand Down

0 comments on commit 9dccc49

Please sign in to comment.