Fix rendered backslash in group "<required>"

The `<require>` tag contained backslashes and the first backslash was getting rendered. See on live site: https://nomadproject.io/docs/job-specification/job/#inlinecode-group-7
This commit is contained in:
Dane Harrigan 2020-02-25 19:22:30 -08:00 committed by GitHub
parent ad126af9c7
commit 84f8ac8656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ job "docs" {
- `datacenters` `(array<string>: <required>)` - A list of datacenters in the region which are eligible
for task placement. This must be provided, and does not have a default.
- `group` <code>([Group][group]: \<required\>)</code> - Specifies the start of a
- `group` `([Group][group]: <required>)` - 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.