From 1c9c04c22333ff333062958207224c81d794d522 Mon Sep 17 00:00:00 2001 From: Dane Harrigan Date: Tue, 25 Feb 2020 19:22:30 -0800 Subject: [PATCH] Fix rendered backslash in group "" The `` tag contained backslashes and the first backslash was getting rendered. See on live site: https://nomadproject.io/docs/job-specification/job/#inlinecode-group-7 --- website/pages/docs/job-specification/job.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/job.mdx b/website/pages/docs/job-specification/job.mdx index db5789243..c15205f38 100644 --- a/website/pages/docs/job-specification/job.mdx +++ b/website/pages/docs/job-specification/job.mdx @@ -81,7 +81,7 @@ job "docs" { - `datacenters` `(array: )` - A list of datacenters in the region which are eligible for task placement. This must be provided, and does not have a default. -- `group` ([Group][group]: \) - Specifies the start of a +- `group` `([Group][group]: )` - Specifies the start of a group of tasks. This can be provided multiple times to define additional groups. Group names must be unique within the job file.