forked from mirrors/thatmattlove-hyperglass
start plugins docs
This commit is contained in:
parent
4dfe5749ae
commit
086279ab85
1 changed files with 10 additions and 0 deletions
10
docs/pages/plugins.mdx
Normal file
10
docs/pages/plugins.mdx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Starting in version 2.0, hyperglass supports custom plugins. There are two main types of plugins:
|
||||
|
||||
- **Input Plugins**: Apply custom validation logic to or transform user input before the query is sent to a device.
|
||||
- **Output Plugins**: Interact with the output from a device before it's displayed to the user.
|
||||
|
||||
Plugins are associated with a directive.
|
||||
|
||||
## Examples
|
||||
|
||||
###
|
||||
Loading…
Add table
Reference in a new issue