From c4bd854be2b9f8054feae55b07dbf11701befe51 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 25 Sep 2021 01:37:19 +0200 Subject: [PATCH] Added docs for ngrok plugin --- docs/source/events.rst | 1 + docs/source/platypush/events/ngrok.rst | 5 +++++ docs/source/platypush/plugins/ngrok.rst | 5 +++++ docs/source/plugins.rst | 1 + 4 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/events/ngrok.rst create mode 100644 docs/source/platypush/plugins/ngrok.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 3d0166535b..91bcb0c737 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -44,6 +44,7 @@ Events platypush/events/music.snapcast.rst platypush/events/nextcloud.rst platypush/events/nfc.rst + platypush/events/ngrok.rst platypush/events/ping.rst platypush/events/pushbullet.rst platypush/events/qrcode.rst diff --git a/docs/source/platypush/events/ngrok.rst b/docs/source/platypush/events/ngrok.rst new file mode 100644 index 0000000000..3585933f78 --- /dev/null +++ b/docs/source/platypush/events/ngrok.rst @@ -0,0 +1,5 @@ +``platypush.message.event.ngrok`` +================================= + +.. automodule:: platypush.message.event.ngrok + :members: diff --git a/docs/source/platypush/plugins/ngrok.rst b/docs/source/platypush/plugins/ngrok.rst new file mode 100644 index 0000000000..77428665d0 --- /dev/null +++ b/docs/source/platypush/plugins/ngrok.rst @@ -0,0 +1,5 @@ +``ngrok`` +========= + +.. automodule:: platypush.plugins.ngrok + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 786ea7186f..8530d0d80f 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -89,6 +89,7 @@ Plugins platypush/plugins/music.snapcast.rst platypush/plugins/music.spotify.rst platypush/plugins/nextcloud.rst + platypush/plugins/ngrok.rst platypush/plugins/nmap.rst platypush/plugins/otp.rst platypush/plugins/pihole.rst