website: improve cross linking

This commit is contained in:
Armon Dadgar
2015-09-20 15:51:49 -07:00
parent c8dcdd3c8a
commit aa3a95bdc6
2 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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:
<td>cpu.numcores</td>
<td>Number of CPU cores on the client</td>
</tr>
<tr>
<td>driver.\<key\></td>
<td>See the [task drivers](/docs/drivers/index.html) for attribute documentation</td>
</tr>
<tr>
<td>hostname</td>
<td>Hostname of the client</td>