[DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core

This commit is contained in:
Diogo Cordeiro 2019-07-15 03:25:16 +01:00
parent db9bb6b5a1
commit 6c8d2e159e
2 changed files with 2 additions and 3 deletions

View File

@ -1496,6 +1496,3 @@ StartDocNav: Before outputting the docs Nav
EndDocNav: After outputting the docs Nav
- $nav: The DoclNav widget
NodeInfoProtocols: List of protocols to be reported on NodeInfo requests
- &$protocols - Add protocol to the list so it is informed upon request

View File

@ -0,0 +1,2 @@
NodeInfoProtocols: List of protocols to be reported on NodeInfo requests
- &$protocols - Add protocol to the list so it is informed upon request