add reference anchors

This commit is contained in:
LB 2018-05-12 13:21:43 +10:00
parent ea7237ec9f
commit 8d2ee74be0
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
.. _api_v2_configuration:
==================================
Wagtail API v2 Configuration Guide
==================================

View file

@ -1,3 +1,4 @@
.. _extending_hallo:
Extending the Hallo Editor
==========================

View file

@ -13,6 +13,7 @@ Similarly, documents can be made private by placing them in a collection with ap
Private pages and documents work on Wagtail out of the box - the site implementer does not need to do anything to set them up. However, the default "log in" and "password required" forms are only bare-bones HTML pages, and site implementers may wish to replace them with a page customised to their site design.
.. _login_page:
Setting up a login page
~~~~~~~~~~~~~~~~~~~~~~~