Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
495d2ee
feat: Split Toolpad into Core and Studio
bharatkashyap Feb 26, 2024
2c94fda
Upstream merge
bharatkashyap Feb 26, 2024
40b87e1
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Feb 26, 2024
e76a3c3
fix: markdownlint, studio docs component API
bharatkashyap Feb 26, 2024
b1924f8
fix: port old docs
bharatkashyap Feb 26, 2024
cb808ae
fix: Hide Core from navigation for now
bharatkashyap Feb 27, 2024
5fbf368
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Feb 27, 2024
9539f0c
fix: Merge
bharatkashyap Feb 27, 2024
c79bfa8
fix: @mui/monorepo
bharatkashyap Feb 27, 2024
680e4a6
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Feb 27, 2024
2403fcc
fix: path, misc hygiene
bharatkashyap Feb 27, 2024
5e5ed57
fix: match earlier pattern
bharatkashyap Feb 27, 2024
f02f749
fix: Incorrect path
bharatkashyap Feb 27, 2024
0baf4fb
fix: Preserve original
bharatkashyap Feb 27, 2024
23634d7
fix: page structure
bharatkashyap Feb 27, 2024
713a935
test: _redirects using wildcard
bharatkashyap Feb 29, 2024
f6c9ccb
fix: missed renaming
bharatkashyap Feb 29, 2024
05cdb27
fix: missed adding
bharatkashyap Feb 29, 2024
0ea9373
Merge remote-tracking branch 'upstream/master' into docs/toolpad-core
bharatkashyap Feb 29, 2024
b08d5e8
fix: badly resolved merge
bharatkashyap Feb 29, 2024
efe1a62
fix: Use category and ID
bharatkashyap Feb 29, 2024
39a5864
fix: CI
bharatkashyap Feb 29, 2024
863e7be
fix: Jan review 1
bharatkashyap Mar 2, 2024
2180f68
fix: missed
bharatkashyap Mar 3, 2024
28901e6
Merge branch 'master' into docs/toolpad-core
bharatkashyap Mar 3, 2024
a469ea0
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Mar 4, 2024
d8597a2
Merge branch 'docs/toolpad-core' of github.com:bharatkashyap/mui-tool…
bharatkashyap Mar 4, 2024
b953889
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Mar 4, 2024
9a73802
fix: Rename static content paths
bharatkashyap Mar 4, 2024
f17fc60
fix: Vale should have caught this
bharatkashyap Mar 4, 2024
9134bc6
fix: API page link redirects
bharatkashyap Mar 4, 2024
09ca26e
fix: Missed in merge
bharatkashyap Mar 4, 2024
2644032
fix: prettier
bharatkashyap Mar 4, 2024
0d1b511
fix: Why Toolpad? missing
bharatkashyap Mar 4, 2024
3406ed0
Merge branch 'master' of github.com:mui/mui-toolpad into docs/toolpad…
bharatkashyap Mar 5, 2024
2209c63
fix: Backwards compat with @mui/material
bharatkashyap Mar 5, 2024
0309f2d
fix: corrupted in merge
bharatkashyap Mar 6, 2024
1bd3de4
fix: Add `/toolpad/core`
bharatkashyap Mar 7, 2024
e89e0da
fix: Remove vale warnings on WIP pages
bharatkashyap Mar 7, 2024
3118d9b
fix: More vale fixes
bharatkashyap Mar 7, 2024
c915668
Merge branch 'master' into docs/toolpad-core
bharatkashyap Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report 🐛
description: Create a bug report for MUI Toolpad.
description: Create a bug report for Toolpad.
labels: ['status: waiting for maintainer']
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request 💄
description: Suggest a new idea for MUI Toolpad.
description: Suggest a new idea for Toolpad.
labels: ['status: waiting for maintainer']
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/4.docs-feedback.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docs feedback
description: Improve documentation about MUI Toolpad.
description: Improve documentation about Toolpad.
labels: ['status: waiting for maintainer', 'support: docs-feedback']
title: '[docs] '
body:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Support ❔
url: https://mui.com/getting-started/support/
about: I need support with MUI Toolpad.
url: https://mui.com/toolpad/studio/getting-started/support/
about: I need support with Toolpad.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MUI Toolpad docs
# Toolpad docs

This is the documentation website of MUI Toolpad.
This is the documentation website of Toolpad.

To start the docs site in development mode, from the project root, run:

Expand All @@ -12,7 +12,7 @@ If you do not have yarn installed, select your OS and follow the instructions on

_DO NOT USE NPM, use Yarn to install the dependencies._

Visit the [MUI Toolpad documentation](https://mui.com/toolpad/getting-started/).
Visit the [Toolpad documentation](https://mui.com/toolpad/studio/getting-started/).

## How can I add a new demo to the documentation?

Expand Down
232 changes: 0 additions & 232 deletions docs/data/pages.ts

This file was deleted.

13 changes: 0 additions & 13 deletions docs/data/toolpad/components/button/ButtonColor.js

This file was deleted.

13 changes: 0 additions & 13 deletions docs/data/toolpad/components/button/ButtonSize.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/data/toolpad/components/button/ButtonState.js

This file was deleted.

13 changes: 0 additions & 13 deletions docs/data/toolpad/components/button/ButtonVariant.js

This file was deleted.

3 changes: 3 additions & 0 deletions docs/data/toolpad/core/api/components/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dashboard API

<p class="description">Dashboard API reference</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/api/components/data-grid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data Grid API

<p class="description">Data Grid API reference</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/api/components/line-chart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Line Chart API

<p class="description">Line Chart API reference</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/api/components/select-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Select Filter API

<p class="description">Select Filter API reference</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/api/hooks/use-filter-state.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# useFilterState API

<p class="description">useFilterState API reference</p>
14 changes: 14 additions & 0 deletions docs/data/toolpad/core/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# API reference

<p class="description">This page contains an index to the most important javascript APIs of Toolpad.</p>

## Components

- [Dashboard](/toolpad/core/api/dashboard/)
- [Data Grid](/toolpad/core/api/data-grid/)
- [Line Chart](/toolpad/core/api/line-chart/)
- [Select Filter](/toolpad/core/api/select-filter/)

## Hooks

- [useFilterState](/toolpad/core/api/use-filter-state/)
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/components/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dashboard

<p class="description">Dashboard component</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/components/data-grid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data Grid

<p class="description">Data Grid component</p>
8 changes: 8 additions & 0 deletions docs/data/toolpad/core/components/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Components Index

<p class="description">This page contains an index to the component pages that come with Toolpad Core.</p>

- [Dashboard](/toolpad/core/components/dashboard/)
- [Data Grid](/toolpad/core/components/data-grid/)
- [Line Chart](/toolpad/core/components/line-chart/)
- [Select Filter](/toolpad/core/components/select-filter/)
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/components/line-chart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Line Chart

<p class="description">Line Chart component</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/components/select-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Select Filter

<p class="description">Select Filter component</p>
3 changes: 3 additions & 0 deletions docs/data/toolpad/core/customization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Customization

<p class="description">How to customize Toolpad Core</p>
Loading