mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 07:03:01 +08:00
remove site url from index to test
This commit is contained in:
parent
4a59a15216
commit
8c7d3997b0
1 changed files with 10 additions and 10 deletions
|
@ -7,34 +7,34 @@ Dnscontrol is a platform for seamlessly managing your dns configuration across a
|
|||
|
||||
## Getting Started
|
||||
|
||||
### [Getting Started]({{site.github.url}}/getting-started): A walk-through of the basics.
|
||||
### [Getting Started](getting-started): A walk-through of the basics.
|
||||
|
||||
### [Providers]({{site.github.url}}/provider-list): Which DNS providers are supported.
|
||||
### [Providers](provider-list): Which DNS providers are supported.
|
||||
|
||||
### [Examples]({{site.github.url}}/examples): The DNSControl language by example.
|
||||
### [Examples](examples): The DNSControl language by example.
|
||||
|
||||
### [Migrating]({{site.github.url}}/migrating): Migrating zones to DNSControl.
|
||||
### [Migrating](migrating): Migrating zones to DNSControl.
|
||||
|
||||
|
||||
## Reference
|
||||
|
||||
### [Language Reference]({{site.github.url}}/js): Description of the DNSControl language (DSL).
|
||||
### [Language Reference](js): Description of the DNSControl language (DSL).
|
||||
|
||||
### [ALIAS / ANAME records in dnscontrol]({{site.github.url}}/alias)
|
||||
### [ALIAS / ANAME records in dnscontrol](alias)
|
||||
|
||||
### [Why CNAME/MX/NS targets require a trailing "dot"]({{site.github.url}}/why-the-dot)
|
||||
### [Why CNAME/MX/NS targets require a trailing "dot"](why-the-dot)
|
||||
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
### [Testing]({{site.github.url}}/unittests): Unit Testing for you DNS Data.
|
||||
### [Testing](unittests): Unit Testing for you DNS Data.
|
||||
|
||||
|
||||
## Developer info
|
||||
|
||||
### [github](https://github.com/StackExchange/dnscontrol): Get the source!
|
||||
|
||||
### [Writing Providers]({{site.github.url}}/writing-providers)
|
||||
### [Writing Providers](writing-providers)
|
||||
|
||||
### [Adding new DNS record types]({{site.github.url}}/adding-new-rtypes)
|
||||
### [Adding new DNS record types](adding-new-rtypes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue