1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Website fixes (Part 1) (#223)

* Fixed base template

- Made responsive for small screens
- Added DOCTYPE
- Added meta charset

* Added page titles

* Beautified CSS
This commit is contained in:
Patrick G
2017-10-11 08:33:17 -04:00
committed by Tom Limoncelli
parent 2cfd67e4fa
commit a202b8ae53
27 changed files with 141 additions and 103 deletions

View File

@@ -2,6 +2,7 @@
name: ActiveDirectory_PS
layout: default
jsId: ACTIVEDIRECTORY_PS
title: ActiveDirectory_PS Provider
---
# ActiveDirectory_PS Provider

View File

@@ -1,9 +1,10 @@
---
name: Bind
name: BIND
title: BIND Provider
layout: default
jsId: BIND
---
# Bind Provider
# BIND Provider
This provider simply maintains a directory with a collection of .zone files. We currently copy zone files to our production servers and restart bind via
a script external to DNSControl.

View File

@@ -1,5 +1,6 @@
---
name: Cloudflare
title: Cloudflare Provider
layout: default
jsId: CLOUDFLAREAPI
---

View File

@@ -1,9 +1,10 @@
---
name: Digitalocean
name: DigitalOcean
title: DigitalOcean Provider
layout: default
jsId: DIGITALOCEAN
---
# Digitalocean Provider
# DigitalOcean Provider
## Configuration

View File

@@ -1,10 +1,10 @@
---
name: Dnsimple
name: DNSimple
title: DNSimple Provider
layout: default
jsId: DNSIMPLE
---
# Dnsimple Provider
# DNSimple Provider
## Configuration
In your providers config json file you must provide a DNSimple account access token:

View File

@@ -1,5 +1,6 @@
---
name: Gandi
title: Gandi Provider
layout: default
jsId: GANDI
---

View File

@@ -1,10 +1,11 @@
---
name: "Google cloud DNS"
name: Google Cloud DNS
title: Google Cloud DNS Provider
layout: default
jsId: GCLOUD
---
# Google cloud DNS Provider
# Google Cloud DNS Provider
## Configuration

View File

@@ -1,5 +1,6 @@
---
name: "Name.com"
name: Name.com
title: Name.com Provider
layout: default
jsId: NAMEDOTCOM
---

View File

@@ -1,5 +1,5 @@
---
name: "Namecheap"
name: Namecheap Provider
layout: default
jsId: NAMECHEAP
---

View File

@@ -1,5 +1,6 @@
---
name: NS1
title: NS1 Provider
layout: default
jsId: NS1
---

View File

@@ -1,5 +1,6 @@
---
name: "SoftLayer DNS"
name: SoftLayer DNS
title: SoftLayer DNS Provider
layout: default
jsId: SOFTLAYER
---
@@ -8,7 +9,7 @@ jsId: SOFTLAYER
## Configuration
To authenticate with softlayer requires at least a `username` and `api_key` for authentication.
To authenticate with SoftLayer requires at least a `username` and `api_key` for authentication.
It can also optionally take a `timeout` and `endpoint_url` parameter however these are optional and will use standard defaults if not provided.
These can be supplied via the standard 'creds.json' like so:
{% highlight json %}