From 39b73ea04de691ea2b353ac1bbeb1a61d1d37b8c Mon Sep 17 00:00:00 2001 From: Dane Harrigan Date: Mon, 9 Mar 2020 10:38:47 -0700 Subject: [PATCH] Update index.mdx Addressing headers not being rendered. Missing space between "##" and text. --- website/pages/guides/install/production/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/guides/install/production/index.mdx b/website/pages/guides/install/production/index.mdx index f025a836d..97a9aeae5 100644 --- a/website/pages/guides/install/production/index.mdx +++ b/website/pages/guides/install/production/index.mdx @@ -23,7 +23,7 @@ This page details the recommended machine resources (instances), port requiremen Please refer to [Hardware Requirements](/guides/install/production/requirements) sub-section. -##Setting Nodes with Nomad Agent +## Setting Nodes with Nomad Agent These pages explain the Nomad agent process and how to set the server and client nodes in the cluster. Please refer to [Set Server & Client Nodes](/guides/install/production/nomad-agent) and [Nomad Agent documentation](/docs/commands/agent) pages. @@ -34,7 +34,7 @@ This document provides recommended practices and a reference architecture for Ha Please refer to [Reference Architecture](/guides/install/production/reference-architecture) sub-section. -##Install Guide Based on Reference Architecture +## Install Guide Based on Reference Architecture This guide provides an end-to-end walkthrough of the steps required to install a single production-ready Nomad cluster as defined in the Reference Architecture section. Please refer to [Reference Install Guide](/guides/install/production/deployment-guide) sub-section.