2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-29 05:18:08 +00:00

doc site tweaks (#130)

This commit is contained in:
Britney Wright 2018-08-22 09:59:36 -04:00 committed by GitHub
parent 06b4a80553
commit 2ed1ae7cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -9,6 +9,6 @@
padding-top: 155px;
padding-bottom: 20px;
background-attachment: scroll;
background: url("../img/jumbotron_pattern.png") no-repeat center;
background-color: #333333;
background: url("../img/jumbotron_pattern.png") repeat center;
background-color: #123051;
}

View File

@ -28,7 +28,7 @@ options:
- title: Manage Access
url: portal/manage-access
menu_section: portal_section
- title: Understanding Connections
- title: Understand Connections
url: portal/connections
- title: Groups

View File

@ -14,7 +14,7 @@ Once your zone is [setup for use with VinylDNS](../faq#1), you can use the Vinyl
email for the team that owns the zone.
1. Select the admin group for the zone.
1. If you do not have any custom TSIG keys, you can leave the connection information empty.
1. If you do have custom TSIG keys, read the section on [Understanding Connections](connections).
1. If you do have custom TSIG keys, read the section on [Understand Connections](connections).
1. Click the *Connect* button at the bottom of the form.
1. You may have to click the <i>Refresh</i> button from the zone list to see your new zone.
[![Created zone listed screenshot](../img/portal/zone-list.png){: .screenshot}](../img/portal/zone-list.png)

View File

@ -1,9 +1,9 @@
---
layout: docs
title: "Understanding Connections"
title: "Understand Connections"
section: "portal_menu"
---
## Understanding Connections <a id="understandingConnections"></a>
## Understand Connections <a id="understandConnections"></a>
VinylDNS provides the ability to specify two different connections to the backend DNS servers.
- The primary connection is used for issuing DNS updates

View File

@ -11,6 +11,6 @@ Zones is the core area of the VinylDNS portal. All zones you have access to are
* [Connect to your zone](connect-to-zone)
* [Manage records](manage-records)
* [Manage access](manage-access)
* [Understanding connections](understanding-connections)
* [Understand connections](understand-connections)
[![Zones main screenshot](../img/portal/zone-list.png){:.screenshot}](../img/portal/zone-list.png)