Skip to content

Commit

Permalink
Merge pull request #2470 from marmelab/update-tutorial
Browse files Browse the repository at this point in the history
[RFR] Update tutorial
  • Loading branch information
Gildas Garcia authored Oct 25, 2018
2 parents d8d2ab8 + a803e03 commit 2dba725
Show file tree
Hide file tree
Showing 19 changed files with 366 additions and 213 deletions.
546 changes: 345 additions & 201 deletions docs/Tutorial.md

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,40 +35,49 @@
</a>
<ul class="articles" {% if page.path !='Tutorial.md' %}style="display:none" {% endif %}>
<li class="chapter">
<a href="#installation">Installation</a>
<a href="#setting-up">Setting Up</a>
</li>
<li class="chapter">
<a href="#making-contact-with-the-api">Making Contact With The API</a>
<a href="#using-an-api-as-data-source">Data Source API</a>
</li>
<li class="chapter">
<a href="#field-types">Field Types</a>
<a href="#making-contact-with-the-api-using-a-data-provider">Data Provider</a>
</li>
<li class="chapter">
<a href="#relationships">Relationships</a>
<a href="#mapping-api-endpoints-with-resources">Resources</a>
</li>
<li class="chapter">
<a href="#creation-and-editing">Creation and Editing</a>
<a href="#selecting-columns">Selecting Columns</a>
</li>
<li class="chapter">
<a href="#deletion">Deletion</a>
<a href="#using-field-types">Field Types</a>
</li>
<li class="chapter">
<a href="#filters">Filters</a>
<a href="#customizing-styles">Custom Styles</a>
</li>
<li class="chapter">
<a href="#customizing-the-menu-icons">Customizing the Menu Icons</a>
<a href="#handling-relationships">Relationships</a>
</li>
<li class="chapter">
<a href="#using-a-custom-home-page">Using a Custom Home Page</a>
<a href="#adding-creation-and-editing-capabilities">Creation and Editing</a>
</li>
<li class="chapter">
<a href="#adding-a-login-page">Adding a Login Page</a>
<a href="#optimistic-rendering-and-undo">Undo</a>
</li>
<li class="chapter">
<a href="#responsive-list">Responsive List</a>
<a href="#adding-search-and-filters-to-the-list">Filters</a>
</li>
<li class="chapter">
<a href="#bootstrapping-a-crud-using-guessers">Bootstrapping a CRUD Using Guessers</a>
<a href="#customizing-the-menu-icons">Menu Icons</a>
</li>
<li class="chapter">
<a href="#using-a-custom-home-page">Custom Home Page</a>
</li>
<li class="chapter">
<a href="#adding-a-login-page">Login Page</a>
</li>
<li class="chapter">
<a href="#supporting-mobile-devices">Responsive List</a>
</li>
<li class="chapter">
<a href="#connecting-to-a-real-api">Connecting To A Real API</a>
Expand Down
Binary file modified docs/img/custom-menu.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/filters.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/responsive-list.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_custom_styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_edit_guesser.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_guessed_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_guessed_post_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_list_user_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_mobile_post_list.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_post_create.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_post_edit_undo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_post_list_less_columns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_post_title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_url_field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/tutorial_users_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dba725

Please sign in to comment.