Files
postgrest/index.rst
T
Lucas DesgouillesandJoe Nelson 892f4a8491 Override document title for index.rst (#34)
The index page has `<no-title> -- PostgREST 0.4.0.0 Documentation` for HTML title, using the `title` directive, we can force it to something nicer.
I'm not sure if this fixes it at the top of the page.

http://docutils.sourceforge.net/docs/ref/rst/directives.html#metadata-document-title
http://www.sphinx-doc.org/en/stable/rest.html#directives
2017-02-02 08:02:43 -08:00

32 lines
364 B
ReStructuredText

.. title:: PostgREST Documentation
.. image:: _static/logo.png
.. toctree::
:maxdepth: 2
.. toctree::
:caption: What is PostgREST?
intro.rst
.. toctree::
:caption: Installation
install.rst
.. toctree::
:caption: Administration
admin.rst
.. toctree::
:caption: API
api.rst
.. toctree::
:caption: Authentication
auth.rst