Files
nomad/website/content/plugins/index.mdx
Michael Smithhisler f2b831a430 docs: add job spec and plugin authoring pages for secrets (#26529)
---------

Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com>
2025-10-01 10:46:12 -04:00

19 lines
505 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.
## Configure plugin directories
@include 'plugins/config-dirs.mdx'