diff options
author | mathieui <mathieui@mathieui.net> | 2020-12-10 20:45:26 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-12-10 20:45:26 +0100 |
commit | 878870255f87e0e0d79c2a31d3eda5799acf0019 (patch) | |
tree | 3371a0a9bf9c746e85124875a0fb65e420110441 /docs | |
parent | 1e2d15b8f58249b31dd5882772d58add1369fc37 (diff) | |
download | slixmpp-878870255f87e0e0d79c2a31d3eda5799acf0019.tar.gz slixmpp-878870255f87e0e0d79c2a31d3eda5799acf0019.tar.bz2 slixmpp-878870255f87e0e0d79c2a31d3eda5799acf0019.tar.xz slixmpp-878870255f87e0e0d79c2a31d3eda5799acf0019.zip |
docs: move the plugin index away from the main page
it’s too big
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 |