Docs changes for RTD
This commit is contained in:
parent
e1e9a7cf20
commit
bb65dda277
|
@ -174,3 +174,8 @@ def setup(app):
|
|||
True,
|
||||
)
|
||||
app.add_transform(AutoStructify)
|
||||
|
||||
|
||||
html_theme_options = {
|
||||
"style_external_links": True,
|
||||
}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
User Guide
|
||||
==========
|
||||
|
||||
To learn about using Sanic, checkout the `User Guide <https://sanicframework.org/guide/>`_.
|
||||
|
||||
.. include:: ../README.rst
|
||||
|
||||
API
|
||||
|
@ -6,7 +11,10 @@ API
|
|||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
👥 User Guide <https://sanicframework.org/guide/>
|
||||
sanic/api_reference
|
||||
💻 Source code <https://github.com/sanic-org/sanic/>
|
||||
❓ Support <https://community.sanicframework.org/>
|
||||
|
||||
|
||||
Module Documentation
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
API Reference
|
||||
=============
|
||||
📑 API Reference
|
||||
================
|
||||
|
||||
sanic.app
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue
Block a user