DOCS: Linkspector URI fixes (#3625)

This commit is contained in:
Jeffrey Cafferata 2025-06-20 14:39:47 +02:00 committed by GitHub
parent b2e3775c2e
commit 1f8b7d01b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

View file

@ -5,8 +5,10 @@ files:
- README.md - README.md
- SECURITY.md - SECURITY.md
ignorePatterns: ignorePatterns:
- pattern: '.*#opinion-3-dnsconfig.js-are-not-zonefiles$'
- pattern: '.*?plain=1$' - pattern: '.*?plain=1$'
- pattern: '.*.md#$' - pattern: '.*.md#$'
- pattern: '^https://cloud.digitalocean.com/account/api/tokens'
- pattern: '^https://cloud.digitalocean.com/settings/applications' - pattern: '^https://cloud.digitalocean.com/settings/applications'
- pattern: '^https://dns.hetzner.com/settings/api-token' - pattern: '^https://dns.hetzner.com/settings/api-token'
- pattern: '^https://github.com/StackExchange/dnscontrol/settings/.*$' - pattern: '^https://github.com/StackExchange/dnscontrol/settings/.*$'

View file

@ -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. 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" %} {% code title="documentation/SUMMARY.md" %}
```diff ```diff

View file

@ -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. * Add the name of the provider to the PROVIDERS list.
* Edit `documentation/providers.md`: * Edit `documentation/providers.md`:
* Remove the provider from the `Requested providers` list (near the end of the doc) (if needed). * 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`: * Edit `documentation/SUMMARY.md`:
* Add the provider to the "Providers" list. * Add the provider to the "Providers" list.
* Create `documentation/provider/PROVIDERNAME.md`: * Create `documentation/provider/PROVIDERNAME.md`:

View file

@ -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. * 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. * 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". * [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 %} {% endhint %}
# Get Involved # Get Involved

View file

@ -6,7 +6,7 @@ IP-based authentication (ACLs).
It is able to work with any standards-compliant It is able to work with any standards-compliant
authoritative DNS server. It has been tested with authoritative DNS server. It has been tested with
[BIND](https://www.isc.org/bind/), [Knot](https://www.knot-dns.cz/), [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 ## Configuration