Skip to content

Commit 2a81d67

Browse files
[fix] Update to have API page URLs built correctly (#3999)
1 parent ef4ff01 commit 2a81d67

File tree

3 files changed

+57
-68
lines changed

3 files changed

+57
-68
lines changed

docs/next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default withDocsInfra({
3535
assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad',
3636
env: {
3737
// docs-infra
38-
LIB_VERSION: pkg.version,
38+
LIB_VERSION: toolpadCorePkg.version,
3939
SOURCE_CODE_REPO: 'https://github.com/mui/mui-toolpad',
4040
SOURCE_GITHUB_BRANCH: 'master', // #default-branch-switch
4141
GITHUB_TEMPLATE_DOCS_FEEDBACK: '4.docs-feedback.yml',

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "mui-toolpad",
2+
"name": "toolpad-project",
33
"version": "0.0.1",
44
"license": "MIT",
5-
"description": "Build MUI apps quickly",
5+
"description": "Components and tools for building dashboards and internal tools",
66
"repository": "https://github.com/mui/mui-toolpad.git",
77
"private": true,
88
"bin": {
@@ -57,7 +57,7 @@
5757
"@mui/internal-docs-utils": "1.0.11",
5858
"@mui/internal-markdown": "1.0.11",
5959
"@mui/internal-scripts": "1.0.17",
60-
"@mui/monorepo": "github:mui/material-ui#cbb6f8d3b1b72732d51f5628765cfd7e75bd5747",
60+
"@mui/monorepo": "github:mui/material-ui#7407132c10c057336a212b6fb287807ba37009bc",
6161
"@mui/x-charts": "7.14.0",
6262
"@next/eslint-plugin-next": "14.2.6",
6363
"@playwright/test": "1.45.3",

pnpm-lock.yaml

+53-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)