diff options
author | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-10 21:15:17 +0100 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-10 21:15:17 +0100 |
commit | d6be776640ca4d13a84c88be2e22e7c67d1c9c04 (patch) | |
tree | 3371a0a9bf9c746e85124875a0fb65e420110441 /docs | |
parent | 1e2d15b8f58249b31dd5882772d58add1369fc37 (diff) | |
parent | 878870255f87e0e0d79c2a31d3eda5799acf0019 (diff) | |
download | slixmpp-d6be776640ca4d13a84c88be2e22e7c67d1c9c04.tar.gz slixmpp-d6be776640ca4d13a84c88be2e22e7c67d1c9c04.tar.bz2 slixmpp-d6be776640ca4d13a84c88be2e22e7c67d1c9c04.tar.xz slixmpp-d6be776640ca4d13a84c88be2e22e7c67d1c9c04.zip |
Merge branch 'move-plugin-index-away' into 'master'
docs: move the plugin index away from the main page
See merge request poezio/slixmpp!85
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/plugins/index.rst | 4 | ||||
-rw-r--r-- | docs/index.rst | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/api/plugins/index.rst b/docs/api/plugins/index.rst index 981d22e6..60a6360d 100644 --- a/docs/api/plugins/index.rst +++ b/docs/api/plugins/index.rst @@ -1,5 +1,5 @@ -Plugins -======= +Plugin index +============ .. toctree:: :maxdepth: 2 diff --git a/docs/index.rst b/docs/index.rst index fee237c1..a01109cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -167,6 +167,13 @@ API Reference api/xmlstream/matcher api/xmlstream/xmlstream api/xmlstream/tostring + +Plugins +~~~~~~~ + +.. toctree:: + :maxdepth: 1 + api/plugins/index Core Stanzas |