@@ -232,6 +232,21 @@ If you want to see what react-admin is capable of, or if you want to learn from
232232 </div>
233233 </div>
234234 </div>
235+ <div class="card">
236+ <a href="#team-wiki" class="no-decoration"><img src="./img/team-wiki.jpg" alt="Kanban Board"></a>
237+ <div class="content-card">
238+ <a href="#team-wiki" class="no-decoration">
239+ <p class="title-card"><b>Team Wiki</b></p>
240+ <p class="description-card">A Team Wiki board built with React-admin Enterprise Edition</p>
241+ </a>
242+ </div>
243+ <div class="card-footer">
244+ <div class="links-container">
245+ <p><b><a href="https://marmelab.com/team-wiki/" class="demo link">Demo</a></b></p>
246+ <p><b><a href="https://github.com/marmelab/team-wiki" class="source-code link">Source code</a></b></p>
247+ </div>
248+ </div>
249+ </div>
235250</div >
236251
237252## E-commerce
@@ -414,6 +429,25 @@ The source shows how to implement the following features:
414429- [ InPlace Edition] ( https://github.com/djhi/atomic-pm/blob/main/src/ra/EditInPlaceInput.tsx )
415430- [ Drag & drop] ( https://github.com/djhi/atomic-pm/blob/main/src/boards/BoardShow.tsx )
416431
432+ ## Team Wiki
433+
434+ A Team Wiki board built with React-admin Enterprise edition.
435+
436+ * Demo: [ https://marmelab.com/team-wiki/ ] ( https://marmelab.com/team-wiki/ )
437+ * Source code: [ https://github.com/marmelab/team-wiki ] ( https://github.com/marmelab/team-wiki )
438+
439+ It leverages the following Enterprise Edition features:
440+ - [ Navigation] ( https://react-admin-ee.marmelab.com/documentation/ra-navigation )
441+ - [ History] ( https://react-admin-ee.marmelab.com/documentation/ra-history )
442+ - [ Markdown] ( https://react-admin-ee.marmelab.com/documentation/ra-markdown )
443+ - [ Search] ( https://react-admin-ee.marmelab.com/documentation/ra-search )
444+ - [ Tree] ( https://react-admin-ee.marmelab.com/documentation/ra-tree )
445+
446+ The source shows how to implement the following features:
447+ - [ AppBar with Custom Navigation and Search] ( https://github.com/marmelab/team-wiki/blob/main/src/layout/AppBar.tsx )
448+ - [ Customizing the Markdown Input] ( https://github.com/marmelab/team-wiki/blob/main/src/inputs/PageMarkdownInput.tsx )
449+ - [ Custom List] ( https://github.com/marmelab/team-wiki/blob/main/src/resources/pages/PageList.tsx )
450+
417451## Broadcom Layer 7 API Hub
418452
419453A framework built on top of react-admin for building developer portals.
0 commit comments