Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Update to have API page URLs built correctly #3999

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default withDocsInfra({
assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad',
env: {
// docs-infra
LIB_VERSION: pkg.version,
LIB_VERSION: toolpadCorePkg.version,
SOURCE_CODE_REPO: 'https://github.com/mui/mui-toolpad',
SOURCE_GITHUB_BRANCH: 'master', // #default-branch-switch
GITHUB_TEMPLATE_DOCS_FEEDBACK: '4.docs-feedback.yml',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mui-toolpad",
"name": "toolpad-project",
"version": "0.0.1",
"license": "MIT",
"description": "Build MUI apps quickly",
"description": "Components and tools for building dashboards and internal tools",
"repository": "https://github.com/mui/mui-toolpad.git",
"private": true,
"bin": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"@mui/internal-docs-utils": "1.0.11",
"@mui/internal-markdown": "1.0.11",
"@mui/internal-scripts": "1.0.17",
"@mui/monorepo": "github:mui/material-ui#cbb6f8d3b1b72732d51f5628765cfd7e75bd5747",
"@mui/monorepo": "github:mui/material-ui#7407132c10c057336a212b6fb287807ba37009bc",
"@mui/x-charts": "7.14.0",
"@next/eslint-plugin-next": "14.2.6",
"@playwright/test": "1.45.3",
Expand Down
117 changes: 53 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading