mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Add links to plugin guide because its buried under Docs -> Internal. At least one user couldn't find it: https://groups.google.com/d/msg/nomad-tool/5sR8MTGZFrM/8bOExpcJAgAJ Link from: - Devices index - Devices community page - Drivers index - Drivers community page I erred on the side of over-linking because it's just a single concise sentence and I'd hate for people to struggle finding the guide. Also remove some very old (4 years!) and confusing docs from the driver index page.
23 lines
721 B
Markdown
23 lines
721 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Device Plugins: Community Supported"
|
|
sidebar_current: "docs-devices-community"
|
|
description: |-
|
|
A list of community supported Device Plugins.
|
|
---
|
|
|
|
# Community Supported
|
|
|
|
If you have authored a device plugin that you believe will be useful to the
|
|
broader Nomad community and you are committed to maintaining the plugin, please
|
|
file a PR to add your plugin to this page.
|
|
|
|
## 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].
|
|
|
|
[plugin_guide]: /docs/internals/plugins/index.html
|