/-/ alternative URL for homepage, closes #2393

This commit is contained in:
Simon Willison 2024-08-14 17:57:13 -07:00
commit 93067668fe
5 changed files with 33 additions and 1 deletions

View file

@ -23,6 +23,8 @@ Add ``/.json`` to the end of the URL for the JSON version of the underlying data
* `global-power-plants.datasettes.com/.json <https://global-power-plants.datasettes.com/.json>`_
* `register-of-members-interests.datasettes.com/.json <https://register-of-members-interests.datasettes.com/.json>`_
The index page can also be accessed at ``/-/``, useful for if the default index page has been replaced using an :ref:`index.html custom template <customization_custom_templates>`. The ``/-/`` page will always render the default Datasette ``index.html`` template.
.. _DatabaseView:
Database