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

[docs] Improve the docs #2366

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions examples/basic-crud-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

## Check out the live app

<p></p>

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/basic-crud-app)
Not available yet. You can open [in dev mode with StackBlitz](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/basic-crud-app) in the meantime.

## How to run

Expand All @@ -30,6 +28,10 @@ npm install
npm run dev
```

or:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/basic-crud-app)

## What's inside

This app demonstrates the following capabilities of Toolpad:
Expand Down
12 changes: 5 additions & 7 deletions examples/npm-stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@

## Check out the live app

<p></p>

[![Render Badge]](https://npm-stats.onrender.com/prod/pages/evZC-gp)

[Render Badge]: https://img.shields.io/badge/Render-purple?style=for-the-badge&color=%234350e9&link=https%3A%2F%2Fnpm-stats.onrender.com%2Fprod%2Fpages%2FevZC-gp

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/npm-stats)
https://npm-stats.onrender.com/prod/pages/evZC-gp

## How to run

Expand All @@ -34,6 +28,10 @@ npm install
npm run dev
```

or:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/npm-stats)

## What's inside

This app demonstrates the following capabilities of Toolpad:
Expand Down
8 changes: 5 additions & 3 deletions examples/qr-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

## Check out the live app

<p></p>

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/qr-generator)
Not available yet. You can open [in dev mode with StackBlitz](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/qr-generator) in the meantime.

## How to use

Expand All @@ -30,6 +28,10 @@ npm install
npm run dev
```

or:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/mui/mui-toolpad/tree/master/examples/qr-generator)

## What's inside

This app demonstrates the following capabilities of Toolpad:
Expand Down
Loading