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:
parent
06b4a80553
commit
2ed1ae7cd7
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
[{: .screenshot}](../img/portal/zone-list.png)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
[{:.screenshot}](../img/portal/zone-list.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user