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
32 lines
364 B
ReStructuredText
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
|