add to sidebar navidation

clean up styling of new pages
This commit is contained in:
Chelsea Holland Komlo
2018-05-23 19:24:12 -04:00
committed by Alex Dadgar
parent 98f2947979
commit ef90b44927
3 changed files with 9 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
---
layout: "docs"
page_title: "Cloud Auto Join- Agent Configuration"
sidebar_current: "docs-agent-configuration-cloud_auto_join"
page_title: "Cloud Auto-join"
sidebar_current: "docs-agent-cloud-auto-join"
description: |-
Nomad supports automatic cluster joining using cloud metadata on various providers.
Nomad supports automatic cluster joining using cloud metadata on various providers.
---
# Cloud Auto-joining

View File

@@ -8,15 +8,6 @@ description: |-
# `server_join` Stanza
<table class="table table-bordered table-striped">
<tr>
<th width="120">Placement</th>
<td>
<code>**acl**</code>
</td>
</tr>
</table>
The `server_join` stanza configures the Nomad agent to enable retry_join logic for connecting to Nomad servers.
```hcl