Skip to content

Commit 3ff18d9

Browse files
authored
Add reference to admin-on-rest in showcase section
1 parent 74cb93f commit 3ff18d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/src/app/components/pages/discover-more/Showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ const appList = [
6969
img: 'images/showcase/dearborn-denim.png',
7070
link: 'http://dearborndenim.us/get-my-size',
7171
},
72+
{
73+
title: 'admin-on-rest - A frontend framework for building admin SPAs on top of REST services',
74+
author: 'marmelab.com',
75+
img: 'http://static.marmelab.com/admin-on-rest.gif',
76+
link: 'https://github.com/marmelab/admin-on-rest',
77+
},
7278
];
7379

7480
const Showcase = () => (

0 commit comments

Comments
 (0)