open-nomad/website/pages/docs/devices/community.mdx

22 lines
686 B
Plaintext
Raw Normal View History

2019-01-23 00:30:57 +00:00
---
2020-02-06 23:45:31 +00:00
layout: docs
page_title: 'Device Plugins: Community Supported'
sidebar_title: Community
description: A list of community supported Device Plugins.
2019-01-23 00:30:57 +00:00
---
2019-01-23 18:43:13 +00:00
# Community Supported
2019-01-23 00:30:57 +00:00
2019-01-23 18:43:13 +00:00
If you have authored a device plugin that you believe will be useful to the
2019-01-24 01:47:07 +00:00
broader Nomad community and you are committed to maintaining the plugin, please
2019-01-23 18:43:13 +00:00
file a PR to add your plugin to this page.
2019-01-23 00:30:57 +00:00
2019-01-23 18:43:13 +00:00
## Authoring Device Plugins
Nomad has a plugin system for defining device drivers. External device plugins
will have the same user experience as built in drivers. For details on
authoring a device plugin, please refer to the [plugin authoring
guide][plugin_guide].
2020-02-06 23:45:31 +00:00
[plugin_guide]: /docs/internals/plugins