Files
nomad/website/content/plugins/index.mdx
Aimee Ukasick d305f32017 Docs: Plugin authoring guide (#26395)
* create plugin author guide; remove concepts/plugins

* style guide; update links

* update cni redirect

* move host-volume plugin to /plugins/. Add arch host volume content.

* Apply Jeff's style guide updates

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

* Create Base plugin API section, link to BasePlugin interface

---------

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2025-08-08 14:55:58 -05:00

16 lines
437 B
Plaintext

---
layout: docs
page_title: Nomad plugins
description: Plugins extend Nomad's functionality.
---
# Nomad plugins
Plugins extend Nomad's functionality. Review configuration, installation, usage,
and reference information for device and task driver plugins that are not
bundled with Nomad.
Consult the [Plugin authoring guide](/nomad/plugins/author) for details on how
to create your own device, task driver, and host volume plugins.