diff --git a/docs/Demos.md b/docs/Demos.md index 9adf0914f28..a5cec0680aa 100644 --- a/docs/Demos.md +++ b/docs/Demos.md @@ -232,6 +232,21 @@ If you want to see what react-admin is capable of, or if you want to learn from +
+ Kanban Board +
+ +

Team Wiki

+

A Team Wiki board built with React-admin Enterprise Edition

+
+
+ +
## E-commerce @@ -414,6 +429,25 @@ The source shows how to implement the following features: - [InPlace Edition](https://github.com/djhi/atomic-pm/blob/main/src/ra/EditInPlaceInput.tsx) - [Drag & drop](https://github.com/djhi/atomic-pm/blob/main/src/boards/BoardShow.tsx) +## Team Wiki + +A Team Wiki board built with React-admin Enterprise edition. + +* Demo: [https://marmelab.com/team-wiki/](https://marmelab.com/team-wiki/) +* Source code: [https://github.com/marmelab/team-wiki](https://github.com/marmelab/team-wiki) + +It leverages the following Enterprise Edition features: +- [Navigation](https://react-admin-ee.marmelab.com/documentation/ra-navigation) +- [History](https://react-admin-ee.marmelab.com/documentation/ra-history) +- [Markdown](https://react-admin-ee.marmelab.com/documentation/ra-markdown) +- [Search](https://react-admin-ee.marmelab.com/documentation/ra-search) +- [Tree](https://react-admin-ee.marmelab.com/documentation/ra-tree) + +The source shows how to implement the following features: +- [AppBar with Custom Navigation and Search](https://github.com/marmelab/team-wiki/blob/main/src/layout/AppBar.tsx) +- [Customizing the Markdown Input](https://github.com/marmelab/team-wiki/blob/main/src/inputs/PageMarkdownInput.tsx) +- [Custom List](https://github.com/marmelab/team-wiki/blob/main/src/resources/pages/PageList.tsx) + ## Broadcom Layer 7 API Hub A framework built on top of react-admin for building developer portals. diff --git a/docs/img/team-wiki.jpg b/docs/img/team-wiki.jpg new file mode 100644 index 00000000000..544ee234917 Binary files /dev/null and b/docs/img/team-wiki.jpg differ