diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index e2c959d70..ce1810024 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -35,9 +35,14 @@

Use It

Take advantage of the - advanced features. + advanced features. Use macros and variables for easier updates. Upload your zones to @@ -73,7 +73,7 @@ title: DNSControl

-

+

Getting Started

@@ -95,7 +95,7 @@ title: DNSControl -

+

Commands

@@ -103,25 +103,12 @@ title: DNSControl

    -
  • creds.json: creds.json file format
  • check-creds: Verify credentials
  • -
  • get-zones: Query a provider for zone info
  • @@ -132,7 +119,7 @@ title: DNSControl
-

+

Reference

@@ -141,7 +128,7 @@ title: DNSControl

-

- Advanced Topics +

+ Advanced features

Take advantage of DNSControl's unique features.

-

+

Developer Info

@@ -196,7 +183,7 @@ title: DNSControl

  • - GitHub: https://github.com/StackExchange/dnscontrol + GitHub StackExchange/dnscontrol: Get the source!
  • Mailing list: dnscontrol-discuss: The friendly best place to ask questions and propose new features @@ -226,4 +213,4 @@ title: DNSControl
    -

    Icons made by Freepik from www.flaticon.com

    +

    Icons made by Freepik from www.flaticon.com

    diff --git a/docs/toc.md b/docs/toc.md deleted file mode 100644 index 5c6b70b3e..000000000 --- a/docs/toc.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: default -title: TOC ---- - -## Getting Started -- [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics. -- [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported. -- [Examples]({{site.github.url}}/examples): The DNSControl language by example. -- [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl. -- [CLI Variables]({{site.github.url}}/cli-variables): Passing variables from CLI to JS - -## Reference -- [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL). -- [ALIAS / ANAME records in dnscontrol]({{site.github.url}}/alias) -- [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot) - -## Advanced Topics -- [Testing]({{site.github.url}}/unittests): Unit Testing DNS Data. -- [SPF Optimizer]({{site.github.url}}/js#SPF_BUILDER): Optimize your SPF records. - -## Developer info -- [GitHub](https://github.com/StackExchange/dnscontrol): Get the source! -- [Writing Providers]({{site.github.url}}/writing-providers) -- [Adding new DNS record types]({{site.github.url}}/adding-new-rtypes) diff --git a/docs/why-the-dot.md b/docs/why-the-dot.md index 3218c271a..e55cec626 100644 --- a/docs/why-the-dot.md +++ b/docs/why-the-dot.md @@ -23,7 +23,7 @@ NEW CNAME("foo", "ghs.googlehosted.com."), ``` -# Why CNAME/MX/NS targets require a "dot" +# Why CNAME/MX/NS targets require a trailing "dot" People are often confused about this error message: