diff --git a/docs/_providers/gandi.md b/docs/_providers/gandi.md index bfcb23f75..d64a7085c 100644 --- a/docs/_providers/gandi.md +++ b/docs/_providers/gandi.md @@ -6,11 +6,8 @@ jsId: GANDI --- # Gandi Provider -Gandi provides a DnsProvider but not a Registrar. - ## Configuration - -In your providers config json file you must provide your Gandi.net api key: +In your credentials file you must provide your Gandi.net API key: {% highlight json %} { @@ -21,12 +18,10 @@ In your providers config json file you must provide your Gandi.net api key: {% endhighlight %} ## Metadata - This provider does not recognize any special metadata fields unique to Gandi. ## Usage - -Example javascript: +Example Javascript: {% highlight js %} var GANDI = NewDnsProvider("gandi", "GANDI"); @@ -37,7 +32,4 @@ D("example.tld", REG_GANDI, DnsProvider(GANDI), {% endhighlight %} ## New domains - -If a domain does not exist in your Gandi account, DNSControl -will *not* automatically add it. You'll need to do that via the -control panel manually. +If a domain does not exist in your Gandi account, DNSControl will *not* automatically add it with the `create-domains` command. You'll need to do that via the control panel manually. \ No newline at end of file