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

[material-ui][docs] Add a Refine example project #42461

Merged
merged 7 commits into from
Jun 4, 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
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Feel free to submit a pull request!
## Admin frameworks

- [React-admin](https://github.com/marmelab/react-admin): A frontend Framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.
- [refine](https://github.com/refinedev/refine): An open source, headless React-based framework for the rapid development of web applications.
- [Refine](https://github.com/refinedev/refine): An open source, headless React meta-framework for the rapid development of web applications.
12 changes: 12 additions & 0 deletions docs/public/static/images/examples/refine.svg
aarongarciah marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/modules/components/MaterialShowcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ const appList = [
dateAdded: '2019-03-25',
},
{
title: 'refine FineFoods demo',
title: 'Refine Foods demo',
description: 'A full-featured Admin panel app',
image: 'refine-finefoods.png',
image: 'refine-foods.jpeg',
link: 'https://example.mui.admin.refine.dev/',
source: 'https://github.com/pankod/refine/tree/next/examples/fineFoods/admin/mui',
stars: 2415,
Expand Down
6 changes: 6 additions & 0 deletions docs/src/modules/components/MaterialUIExampleCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ const examples = [
link: 'https://github.com/marmelab/material-ui-react-admin',
src: '/static/images/examples/reactadmin.svg',
},
{
name: 'Refine',
label: 'View TypeScript',
link: 'https://github.com/refinedev/refine/tree/master/examples/with-material-ui-vite',
src: '/static/images/examples/refine.svg',
},
aarongarciah marked this conversation as resolved.
Show resolved Hide resolved
];

export default function MaterialUIExampleCollection() {
Expand Down
1 change: 1 addition & 0 deletions packages/markdown/parseMarkdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ const noSEOadvantage = [
'https://headlessui.com/',
'https://refine.dev/',
'https://scaffoldhub.io/',
'https://marmelab.com/',
];

/**
Expand Down