From 39ed02cf0c44c61070025188fd5ca4e74d55720a Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Tue, 27 Feb 2018 10:53:12 -0800 Subject: [PATCH] website: override automatic linking of list items for softlayer dc This avoids a conflict with #datacenter later on the page. We're mixing histroic manually specified anchors with generated anchors (via redcarpet / middleman-hashicorp) so we have to manually override the automatic generation here. I was tempted to rewrite the old manual anchors to use the automatic generation, but there is no way to maintain backwards compatibility, so will leave that for a time when it is appropriate for us to break links (or redirect them, etc). Fixes #3916 --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 4b4caeb78..d501eef36 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -398,7 +398,7 @@ will exit with an error at startup. ``` - `provider` (required) - the name of the provider ("softlayer" in this case). - - `datacenter` (required) - the name of the datacenter to auto-join in. + - datacenter (required) - the name of the datacenter to auto-join in. - `tag_value` (required) - the value of the tag to auto-join on. - `username` (required) - the username to use for auth. - `api_key` (required) - the api key to use for auth.