diff --git a/docs/source/events.rst b/docs/source/events.rst index 3d0166535..91bcb0c73 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 000000000..3585933f7 --- /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 000000000..77428665d --- /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 786ea7186..8530d0d80 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