From cb74d3f62ee6f975fb8621fd9413e609eb7ae525 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Tue, 25 Aug 2020 15:43:50 -0400 Subject: [PATCH] website: add mbits field back to network docs with notice --- website/pages/docs/job-specification/network.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/network.mdx b/website/pages/docs/job-specification/network.mdx index e8238085c..adb71ed66 100644 --- a/website/pages/docs/job-specification/network.mdx +++ b/website/pages/docs/job-specification/network.mdx @@ -46,7 +46,7 @@ job "docs" { ## `network` Parameters -- `mbits` ([_deprecated_](/docs/upgrade/upgrade-specific#nomad-0-12-0) int: 10) - Specifies the bandwidth required in MBits. +- `mbits` `([*deprecated*](/docs/upgrade/upgrade-specific#nomad-0-12-0) int: 10)` - Specifies the bandwidth required in MBits. - `port` ([Port](#port-parameters): nil) - Specifies a TCP/UDP port allocation and can be used to specify both dynamic ports and reserved ports.