forked from platypush/platypush
Added docs for ngrok plugin
This commit is contained in:
parent
f856ae69e1
commit
c4bd854be2
4 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
5
docs/source/platypush/events/ngrok.rst
Normal file
5
docs/source/platypush/events/ngrok.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.ngrok``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.message.event.ngrok
|
||||
:members:
|
5
docs/source/platypush/plugins/ngrok.rst
Normal file
5
docs/source/platypush/plugins/ngrok.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``ngrok``
|
||||
=========
|
||||
|
||||
.. automodule:: platypush.plugins.ngrok
|
||||
:members:
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue