mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 04:04:19 +08:00
DOCS: Linkspector URI fixes (#3625)
This commit is contained in:
parent
b2e3775c2e
commit
1f8b7d01b6
5 changed files with 6 additions and 4 deletions
|
@ -5,8 +5,10 @@ files:
|
|||
- README.md
|
||||
- SECURITY.md
|
||||
ignorePatterns:
|
||||
- pattern: '.*#opinion-3-dnsconfig.js-are-not-zonefiles$'
|
||||
- pattern: '.*?plain=1$'
|
||||
- pattern: '.*.md#$'
|
||||
- pattern: '^https://cloud.digitalocean.com/account/api/tokens'
|
||||
- pattern: '^https://cloud.digitalocean.com/settings/applications'
|
||||
- pattern: '^https://dns.hetzner.com/settings/api-token'
|
||||
- pattern: '^https://github.com/StackExchange/dnscontrol/settings/.*$'
|
||||
|
|
|
@ -300,7 +300,7 @@ Add a new Markdown file to `documentation/language-reference/domain-modifiers`.
|
|||
|
||||
The rest of the file is the documentation. You can use Markdown syntax to format the text.
|
||||
|
||||
Add the new file `FOO.md` to the documentation table of contents [`documentation/SUMMARY.md`](../SUMMARY.md#domain-modifiers), and/or to the [`Service Provider specific`](../SUMMARY.md#service-provider-specific) section if you made a record specific to a provider, and to the [`Record Modifiers`](../SUMMARY.md#record-modifiers) section if you created any `*_BUILDER` or `*_HELPER` or similar functions for the new record type:
|
||||
Add the new file `FOO.md` to the documentation table of contents `documentation/SUMMARY.md` > `Domain Modifiers`, and/or to the `Service Provider specific` section if you made a record specific to a provider, and to the `Record Modifiers` section if you created any `*_BUILDER` or `*_HELPER` or similar functions for the new record type:
|
||||
|
||||
{% code title="documentation/SUMMARY.md" %}
|
||||
```diff
|
||||
|
|
|
@ -219,7 +219,7 @@ an automated way to test for this bug. The manual steps are here in
|
|||
* Add the name of the provider to the PROVIDERS list.
|
||||
* Edit `documentation/providers.md`:
|
||||
* Remove the provider from the `Requested providers` list (near the end of the doc) (if needed).
|
||||
* Add the new provider to the [Providers with "contributor support"](provider/index#providers-with-contributor-support) section.
|
||||
* Add the new provider to the [Providers with "contributor support"](../provider/index.md#providers-with-contributor-support) section.
|
||||
* Edit `documentation/SUMMARY.md`:
|
||||
* Add the provider to the "Providers" list.
|
||||
* Create `documentation/provider/PROVIDERNAME.md`:
|
||||
|
|
|
@ -22,7 +22,7 @@ Take advantage of the advanced features. Use macros and variables for easier upd
|
|||
* Runs on Linux, Windows, Mac, or any operating system supported by Go.
|
||||
* Enable/disable Cloudflare proxying (the "orange cloud" button) directly from your DNSControl files.
|
||||
* [Assign an IP address to a constant](getting-started/examples.md#variables-for-common-ip-addresses) and use the variable name throughout the configuration. Need to change the IP address globally? Just change the variable and "recompile".
|
||||
* Keep similar domains in sync with transforms, [macros](getting-started/examples.md#macro-to-for-repeated-records), and variables.
|
||||
* Keep similar domains in sync with transforms, [macros](getting-started/examples.md#macro-for-repeated-records), and variables.
|
||||
{% endhint %}
|
||||
|
||||
# Get Involved
|
||||
|
|
|
@ -6,7 +6,7 @@ IP-based authentication (ACLs).
|
|||
It is able to work with any standards-compliant
|
||||
authoritative DNS server. It has been tested with
|
||||
[BIND](https://www.isc.org/bind/), [Knot](https://www.knot-dns.cz/),
|
||||
and [Yadifa](https://www.yadifa.eu/home).
|
||||
and [Yadifa](https://yadifa.eu/home.html).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue