Remove dead links to API v1 docs

pull/3981/head
Matt Westcott 2017-11-03 17:03:57 +00:00
rodzic f5e800f5e5
commit aebb69a2ba
3 zmienionych plików z 2 dodań i 10 usunięć

Wyświetl plik

@ -2,11 +2,6 @@
Wagtail API v2 Usage Guide Wagtail API v2 Usage Guide
========================== ==========================
.. note::
This is the usage guide for version 2 of the API. For version 1, see
:doc:`/reference/contrib/api/usage`
The Wagtail API module exposes a public, read only, JSON-formatted API which The Wagtail API module exposes a public, read only, JSON-formatted API which
can be used by external clients (such as a mobile app) or the site's frontend. can be used by external clients (such as a mobile app) or the site's frontend.

Wyświetl plik

@ -7,10 +7,7 @@ Wagtail's :ref:`page-revision-model-ref` and :ref:`page-model-ref` implement
`Signals <https://docs.djangoproject.com/en/1.8/topics/signals/>`__ from ``django.dispatch``. `Signals <https://docs.djangoproject.com/en/1.8/topics/signals/>`__ from ``django.dispatch``.
Signals are useful for creating side-effects from page publish/unpublish events. Signals are useful for creating side-effects from page publish/unpublish events.
Primarily, these are used by the :doc:`Frontend Cache <./contrib/frontendcache>` contrib module For example, you could use signals to send publish notifications to a messaging service, or ``POST`` messages to another app that's consuming the API, such as a static site generator.
and the :doc:`./contrib/api/index`. You could also use signals to send
publish notifications to a messaging service, or ``POST`` messages to another
app that's consuming the API, such as a static site generator.
page_published page_published

Wyświetl plik

@ -21,7 +21,7 @@ Wagtail API - A RESTful API for your Wagtail site
When installed, the new Wagtail API module provides a RESTful web API to your When installed, the new Wagtail API module provides a RESTful web API to your
Wagtail site. You can use this for accessing your raw field content for your Wagtail site. You can use this for accessing your raw field content for your
sites pages, images and documents in JSON format. See :doc:`/reference/contrib/api/index` sites pages, images and documents in JSON format.
MySQL support MySQL support