6598567725
In addition to jobs, there are other objects in Nomad that have a specific format and can be provided to commands and API endpoints. This commit creates a new menu section to hold the specification for volumes and update the command pages to point to the new centralized definition. Redirecting the previous entries is not possible with `redirect.js` because they are done server-side and URL fragments are not accessible to detect a match. So we provide hidden anchors with a link to the new page to guide users towards the new documentation. Co-authored-by: Tim Gross <tgross@hashicorp.com>
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Other Specifications
|
|
description: Learn about other specifications used in Nomad.
|
|
---
|
|
|
|
# Other Specifications
|
|
|
|
In addition to [jobs][job_spec] there are other objects that can be specified
|
|
in Nomad.
|
|
|
|
- [Volume][volume_spec]
|
|
|
|
[job_spec]: /docs/job-specification
|
|
[volume_spec]: /docs/other-specifications/volume
|