From 84072452077f229e92defd5c411ca3254e7a049a Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 25 Apr 2019 12:35:33 +1000 Subject: [PATCH] Add Third Party Tutorials & Links - Revise grammar for Learn Wagtail link - Add articles from Timonweb blog - Add Youtube link for Google Cloud Platform - Add blog from Jelastic (PaaS) deployment - Add Mozilla guide for end users (really well laid out and reasonably generic) --- docs/advanced_topics/third_party_tutorials.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst index bed300958..8b256fc9d 100644 --- a/docs/advanced_topics/third_party_tutorials.rst +++ b/docs/advanced_topics/third_party_tutorials.rst @@ -6,8 +6,14 @@ Third-party tutorials The following list is a collection of tutorials and development notes from third-party developers. Some of the older links may not apply to the latest Wagtail versions. -* `Learn Wagtail `_ - regular video tutorials about all aspects of Wagtail (1 March 2019) +* `How do I Wagtail `_ - An Editor's Guide for Mozilla's usage of Wagtail (25 April 2019) +* `Learn Wagtail `_ - Regular video tutorials about all aspects of Wagtail (1 March 2019) +* `How to add buttons to ModelAdmin Index View in Wagtail CMS `_ (23 January 2019) * `Wagtail Tutorial Series `_ (20 January 2019) +* `How to Deploy Wagtail to Google App Engine PaaS (Video) `_ (18 December 2018) +* `How To Prevent Users From Creating Pages by Page Type `_ (25 October 2018) +* `How to Deploy Wagtail to Jelastic PaaS `_ (11 October 2018) +* `Basic Introduction to Setting Up Wagtail `_ (15 August 2018) * `E-Commerce for Django developers (with Wagtail shop tutorial) `_ (5 July 2018) * `Wagtail and GraphQL `_ (19 April 2018) * `Wagtail and Azure storage blob containers `_ (29 November 2017)