Skip to content

Commit

Permalink
Merge pull request #2221 from marmelab/advanced_tutorials
Browse files Browse the repository at this point in the history
[RFR] Add a Advanced Tutorials section to the documentation
  • Loading branch information
fzaninotto authored Aug 27, 2018
2 parents 96f76a5 + f91c472 commit 72f2d12
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/AdvancedTutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
title: "Advanced Tutorials"
---

# Advanced Tutorials

## Creating a Record Related to the Current One

This tutorial is about how to add a button on a show or edit page to create a new resource related to the one displayed.

![Screencast](https://marmelab.com/images/blog/react-admin/react-admin-tutorials-form-for-related-records.gif)

* [Article](https://marmelab.com/blog/2018/07/09/react-admin-tutorials-form-for-related-records.html)
* [Codesandbox](https://codesandbox.io/s/2393m2k5rj)

## Custom Forms and UI for related records

This tutorial is about how to have a create, show or edit view of a referenced resource inside a modal or a sliding side panel.

![Screencast](https://marmelab.com/images/blog/react-admin/react-admin-tutorials-custom-forms-related-records-quick-preview.gif)

* [Article](https://marmelab.com/blog/2018/08/27/react-admin-tutorials-custom-forms-related-records.html)
* [Codesandbox](https://codesandbox.io/s/ypp9ljxqlj)
6 changes: 6 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,12 @@
<b>19.</b> Ecosystem
</a>
</li>

<li class="chapter {% if page.path == 'AdvancedTutorials.md' %}active{% endif %}">
<a href="./AdvancedTutorials.html">
<b>20.</b> Advanced tutorials
</a>
</li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 72f2d12

Please sign in to comment.