diff --git a/modules/docs/src/main/resources/microsite/css/custom.css b/modules/docs/src/main/resources/microsite/css/custom.css index ab55fdda5..11b95513c 100644 --- a/modules/docs/src/main/resources/microsite/css/custom.css +++ b/modules/docs/src/main/resources/microsite/css/custom.css @@ -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; } diff --git a/modules/docs/src/main/resources/microsite/data/menu.yml b/modules/docs/src/main/resources/microsite/data/menu.yml index 044ed0079..b717414b3 100644 --- a/modules/docs/src/main/resources/microsite/data/menu.yml +++ b/modules/docs/src/main/resources/microsite/data/menu.yml @@ -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 diff --git a/modules/docs/src/main/tut/portal/connect-to-zone.md b/modules/docs/src/main/tut/portal/connect-to-zone.md index 18e46fbfa..4115d2bf6 100644 --- a/modules/docs/src/main/tut/portal/connect-to-zone.md +++ b/modules/docs/src/main/tut/portal/connect-to-zone.md @@ -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 Refresh 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) diff --git a/modules/docs/src/main/tut/portal/connections.md b/modules/docs/src/main/tut/portal/connections.md index 23cedcd61..45cc75ed6 100644 --- a/modules/docs/src/main/tut/portal/connections.md +++ b/modules/docs/src/main/tut/portal/connections.md @@ -1,9 +1,9 @@ --- layout: docs -title: "Understanding Connections" +title: "Understand Connections" section: "portal_menu" --- -## Understanding Connections +## Understand Connections VinylDNS provides the ability to specify two different connections to the backend DNS servers. - The primary connection is used for issuing DNS updates diff --git a/modules/docs/src/main/tut/portal/zones.md b/modules/docs/src/main/tut/portal/zones.md index 4a245d023..97f97b603 100644 --- a/modules/docs/src/main/tut/portal/zones.md +++ b/modules/docs/src/main/tut/portal/zones.md @@ -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)