github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/devices/community.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Device Plugins: Community Supported'
     4  sidebar_title: Community
     5  description: A list of community supported Device Plugins.
     6  ---
     7  
     8  # Community Supported
     9  
    10  If you have authored a device plugin that you believe will be useful to the
    11  broader Nomad community and you are committed to maintaining the plugin, please
    12  file a PR to add your plugin to this page.
    13  
    14  ## Authoring Device Plugins
    15  
    16  Nomad has a plugin system for defining device drivers. External device plugins
    17  will have the same user experience as built in drivers. For details on
    18  authoring a device plugin, please refer to the [plugin authoring
    19  guide][plugin_guide].
    20  
    21  [plugin_guide]: /docs/internals/plugins