content/nomad/.
Content directory
URL base paths
Nomad content is served under several URL base paths:/api-docs/— Nomad HTTP API reference/intro/— Getting started with Nomad/docs/— Nomad conceptual and operational documentation/commands/— Nomad CLI command reference/plugins/— Task driver and device plugin documentation/tools/— Nomad tooling documentation
Available versions
Versionsv0.11.x through v1.11.x are present in the repository. The global/ directory contains content shared across all versions.
Finding and editing Nomad docs
Navigate to the content files
Nomad content files are in the
content/ subdirectory within each version folder:Edit the file
Open the
.mdx file you want to change. Match the URL base path to the correct subdirectory — for example, API docs are under api-docs/ and CLI commands under commands/.Product configuration reference
| Attribute | Value |
|---|---|
productSlug | nomad |
contentDir | content (in source repo) |
websiteDir | website (in source repo) |
dataDir | data |
assetDir | public/img |
basePaths | api-docs, intro, docs, commands, plugins, tools |
versionedDocs | true |