From aa3a95bdc61dde9f22ec94fdc1962a56823414c3 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sun, 20 Sep 2015 15:51:49 -0700 Subject: [PATCH] website: improve cross linking --- website/source/docs/drivers/index.html.md | 4 ++-- website/source/docs/jobspec/index.html.md | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/website/source/docs/drivers/index.html.md b/website/source/docs/drivers/index.html.md index e5a950392..88937e949 100644 --- a/website/source/docs/drivers/index.html.md +++ b/website/source/docs/drivers/index.html.md @@ -13,8 +13,8 @@ isolation. By having extensible task drivers, Nomad has the flexibility to support a broad set of workloads across all major operating systems. The list of supported task is on the left. Each task driver documents the -configuration available in a job specification, the environments it can be -used in, and the resource isolation mechanisms available. +configuration available in a [job specification](/docs/jobspec/index.html), +the environments it can be used in, and the resource isolation mechanisms available. Nomad strives to mask the details of running a task from users and instead provides a clean abstraction. It is possible for the same task to be executed diff --git a/website/source/docs/jobspec/index.html.md b/website/source/docs/jobspec/index.html.md index 6d6e7ecca..337c98e63 100644 --- a/website/source/docs/jobspec/index.html.md +++ b/website/source/docs/jobspec/index.html.md @@ -150,9 +150,9 @@ The `group` object supports the following keys: The `task` object supports the following keys: -* `driver` - Specifies the driver that should be used to run the - task. See the driver documentation for what is available. Examples - include "docker", "qemu", "java", and "exec". +* `driver` - Specifies the task driver that should be used to run the + task. See the [driver documentation](/docs/drivers/index.html) for what + is available. Examples include "docker", "qemu", "java", and "exec". * `constraint` - This can be provided multiple times to define additional constraints. See the constraint reference for more details. @@ -256,6 +256,10 @@ Below is a table documenting common node attributes: cpu.numcores Number of CPU cores on the client + + driver.\ + See the [task drivers](/docs/drivers/index.html) for attribute documentation + hostname Hostname of the client