Skip to content

Commit e5f6af9

Browse files
Merge pull request #5119 from fzaninotto/patch-1
[doc] Add reference to admin-on-rest in showcase section
2 parents 74cb93f + 3ff18d9 commit e5f6af9

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)