Skip to content

Commit

Permalink
feat(docs): add "Enterprise Edition" to templates (#6382)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Oct 7, 2024
1 parent 4184d40 commit 0b67bf5
Show file tree
Hide file tree
Showing 13 changed files with 540 additions and 122 deletions.
19 changes: 17 additions & 2 deletions documentation/plugins/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ const templates = [
images: [
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-refine-crm.png",
],
runOnYourLocalPath: "app-crm",
runOnYourLocalPath: null,
edition: "Enterprise",
liveDemo: "https://example.crm.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/app-crm",
github: null,
reactPlatform: "Vite",
uiFramework: "Ant Design",
dataProvider: "Nestjs-query",
Expand Down Expand Up @@ -97,6 +98,7 @@ This CRM app template can be used in for various app requirements like B2B appli
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-storefront.png",
],
runOnYourLocalPath: "finefoods-client",
edition: "Community",
liveDemo: "https://example.refine.dev/",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-client",
Expand All @@ -105,6 +107,7 @@ This CRM app template can be used in for various app requirements like B2B appli
dataProvider: "Rest API",
authProvider: "Custom",
description: `
This is a template that can serve as an example for building React-based storefronts, admin panels, or internal tools using Refine. Implemented popular tools like Tailwind CSS and Next.js, which are highly demanded by the community.
### Key Features:
Expand All @@ -122,6 +125,7 @@ The source code is also open-source; feel free to use or inspect it to discover
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-finefoods-material-ui.png",
],
runOnYourLocalPath: "finefoods-material-ui",
edition: "Community",
liveDemo: "https://example.mui.admin.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-material-ui",
Expand Down Expand Up @@ -172,6 +176,7 @@ This admin panel template can be used in for various app requirements like B2B a
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-finefoods-ant-design.png",
],
runOnYourLocalPath: "finefoods-antd",
edition: "Community",
liveDemo: "https://example.admin.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-antd",
Expand Down Expand Up @@ -224,6 +229,7 @@ This admin panel template can be used in for various app requirements like B2B a
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-store.png",
],
runOnYourLocalPath: "store",
edition: "Community",
liveDemo: "https://store.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/store",
reactPlatform: "Next.js",
Expand Down Expand Up @@ -257,6 +263,7 @@ With its production-ready status, this template offers a solid foundation for bu
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-pixels.png",
],
runOnYourLocalPath: "pixels",
edition: "Community",
liveDemo: "https://pixels.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/pixels",
tutorial: "https://refine.dev/week-of-refine-supabase/",
Expand Down Expand Up @@ -287,6 +294,7 @@ We built this template to demonstrate how the Refine framework simplifies and sp
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-invoice-generator.png",
],
runOnYourLocalPath: "invoicer",
edition: "Community",
liveDemo: "https://refine-invoicer-8mk7d.ondigitalocean.app/",
github: "https://github.com/refinedev/refine/tree/master/examples/invoicer",
reactPlatform: "Vite",
Expand Down Expand Up @@ -316,6 +324,7 @@ We built this template to showcase the efficiency and ease of using the Refine f
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/video-club-win95.png",
],
runOnYourLocalPath: "win95",
edition: "Community",
liveDemo: "https://videoclub.refine.dev",
github: "https://github.com/refinedev/refine/tree/master/examples/win95",
reactPlatform: "Vite",
Expand All @@ -335,6 +344,7 @@ The source code of the CRUD app is also open-source; feel free to use or inspect
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-realworld.png",
],
runOnYourLocalPath: "real-world-example",
edition: "Community",
liveDemo: "https://refine-real-world.netlify.app/",
github: "https://github.com/refinedev/real-world-example",
reactPlatform: "Vite",
Expand Down Expand Up @@ -368,6 +378,7 @@ Since the source code of this RealWorld app is open-source, you have the freedom
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-multitenancy-strapi.png",
],
runOnYourLocalPath: "multi-tenancy-strapi",
edition: "Community",
liveDemo: "https://multi-tenancy-strapi.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/multi-tenancy-strapi",
Expand All @@ -391,6 +402,7 @@ The source code of this multitenancy app is open-source, allowing you to use or
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-ant-design-template.png",
],
runOnYourLocalPath: "auth-antd",
edition: "Community",
liveDemo:
"https://codesandbox.io/p/sandbox/github/refinedev/refine/tree/master/examples/auth-antd",
github:
Expand All @@ -411,6 +423,7 @@ Complete internal tool template built with Material UI. Features authentication
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-material-ui-template.png",
],
runOnYourLocalPath: "auth-material-ui",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-material-ui",
github:
Expand All @@ -431,6 +444,7 @@ Complete internal tool template built with Material UI. Features authentication
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-mantine-template.png",
],
runOnYourLocalPath: "auth-mantine",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-mantine",
github:
Expand All @@ -451,6 +465,7 @@ Complete internal tool template built with Mantine. Features authentication and
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-chakra-ui-template.png",
],
runOnYourLocalPath: "auth-chakra-ui",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-chakra-ui",
github:
Expand Down
19 changes: 17 additions & 2 deletions documentation/plugins/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ const templates = [
images: [
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-refine-crm.png",
],
runOnYourLocalPath: "app-crm",
runOnYourLocalPath: null,
edition: "Enterprise",
liveDemo: "https://example.crm.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/app-crm",
github: null,
reactPlatform: "Vite",
uiFramework: "Ant Design",
dataProvider: "Nestjs-query",
Expand Down Expand Up @@ -95,6 +96,7 @@ This CRM app template can be used in for various app requirements like B2B appli
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-storefront.png",
],
runOnYourLocalPath: "finefoods-client",
edition: "Community",
liveDemo: "https://example.refine.dev/",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-client",
Expand All @@ -103,6 +105,7 @@ This CRM app template can be used in for various app requirements like B2B appli
dataProvider: "Rest API",
authProvider: "Custom",
description: `
This is a template that can serve as an example for building React-based storefronts, admin panels, or internal tools using Refine. Implemented popular tools like Tailwind CSS and Next.js, which are highly demanded by the community.
### Key Features:
Expand All @@ -120,6 +123,7 @@ The source code is also open-source; feel free to use or inspect it to discover
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-finefoods-material-ui.png",
],
runOnYourLocalPath: "finefoods-material-ui",
edition: "Community",
liveDemo: "https://example.mui.admin.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-material-ui",
Expand Down Expand Up @@ -170,6 +174,7 @@ This admin panel template can be used in for various app requirements like B2B a
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-finefoods-ant-design.png",
],
runOnYourLocalPath: "finefoods-antd",
edition: "Community",
liveDemo: "https://example.admin.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/finefoods-antd",
Expand Down Expand Up @@ -222,6 +227,7 @@ This admin panel template can be used in for various app requirements like B2B a
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-store.png",
],
runOnYourLocalPath: "store",
edition: "Community",
liveDemo: "https://store.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/store",
reactPlatform: "Next.js",
Expand Down Expand Up @@ -255,6 +261,7 @@ With its production-ready status, this template offers a solid foundation for bu
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-pixels.png",
],
runOnYourLocalPath: "pixels",
edition: "Community",
liveDemo: "https://pixels.refine.dev/",
github: "https://github.com/refinedev/refine/tree/master/examples/pixels",
tutorial: "https://refine.dev/week-of-refine-supabase/",
Expand Down Expand Up @@ -285,6 +292,7 @@ We built this template to demonstrate how the Refine framework simplifies and sp
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-invoice-generator.png",
],
runOnYourLocalPath: "invoicer",
edition: "Community",
liveDemo: "https://refine-invoicer-8mk7d.ondigitalocean.app/",
github: "https://github.com/refinedev/refine/tree/master/examples/invoicer",
reactPlatform: "Vite",
Expand Down Expand Up @@ -314,6 +322,7 @@ We built this template to showcase the efficiency and ease of using the Refine f
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/video-club-win95.png",
],
runOnYourLocalPath: "win95",
edition: "Community",
liveDemo: "https://videoclub.refine.dev",
github: "https://github.com/refinedev/refine/tree/master/examples/win95",
reactPlatform: "Vite",
Expand All @@ -333,6 +342,7 @@ The source code of the CRUD app is also open-source; feel free to use or inspect
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-realworld.png",
],
runOnYourLocalPath: "real-world-example",
edition: "Community",
liveDemo: "https://refine-real-world.netlify.app/",
github: "https://github.com/refinedev/real-world-example",
reactPlatform: "Vite",
Expand Down Expand Up @@ -366,6 +376,7 @@ Since the source code of this RealWorld app is open-source, you have the freedom
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-multitenancy-strapi.png",
],
runOnYourLocalPath: "multi-tenancy-strapi",
edition: "Community",
liveDemo: "https://multi-tenancy-strapi.refine.dev",
github:
"https://github.com/refinedev/refine/tree/master/examples/multi-tenancy-strapi",
Expand All @@ -389,6 +400,7 @@ The source code of this multitenancy app is open-source, allowing you to use or
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-ant-design-template.png",
],
runOnYourLocalPath: "auth-antd",
edition: "Community",
liveDemo:
"https://codesandbox.io/p/sandbox/github/refinedev/refine/tree/master/examples/auth-antd",
github:
Expand All @@ -409,6 +421,7 @@ Complete internal tool template built with Material UI. Features authentication
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-material-ui-template.png",
],
runOnYourLocalPath: "auth-material-ui",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-material-ui",
github:
Expand All @@ -429,6 +442,7 @@ Complete internal tool template built with Material UI. Features authentication
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-mantine-template.png",
],
runOnYourLocalPath: "auth-mantine",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-mantine",
github:
Expand All @@ -449,6 +463,7 @@ Complete internal tool template built with Mantine. Features authentication and
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-chakra-ui-template.png",
],
runOnYourLocalPath: "auth-chakra-ui",
edition: "Community",
liveDemo:
"https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/auth-chakra-ui",
github:
Expand Down
Loading

0 comments on commit 0b67bf5

Please sign in to comment.