From 086279ab85211f72910533e4c955de690cb12159 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Mon, 19 Dec 2022 16:58:22 -0500 Subject: [PATCH] start plugins docs --- docs/pages/plugins.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/pages/plugins.mdx diff --git a/docs/pages/plugins.mdx b/docs/pages/plugins.mdx new file mode 100644 index 0000000..22bfd3d --- /dev/null +++ b/docs/pages/plugins.mdx @@ -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 + +###