Skip to content

Commit c56f5a8

Browse files
committed
Update documentation
1 parent bd436d9 commit c56f5a8

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ The current supported providers are:
101101
+-----------------+-----------------+-----------------+-----------------+-----------------+
102102
| ovh_ | plesk_ | pointhq_ | porkbun_ | powerdns_ |
103103
+-----------------+-----------------+-----------------+-----------------+-----------------+
104-
| qcloud_ | rackspace_ | rage4_ | rcodezero_ | route53_ |
104+
| qcloud_ | rackspace_ | rage4_ | rcodezero_ | regfish_ |
105105
+-----------------+-----------------+-----------------+-----------------+-----------------+
106-
| safedns_ | sakuracloud_ | softlayer_ | timeweb_ | transip_ |
106+
| route53_ | safedns_ | sakuracloud_ | softlayer_ | timeweb_ |
107107
+-----------------+-----------------+-----------------+-----------------+-----------------+
108-
| ultradns_ | valuedomain_ | vercel_ | vultr_ | webgo_ |
108+
| transip_ | ultradns_ | valuedomain_ | vercel_ | vultr_ |
109109
+-----------------+-----------------+-----------------+-----------------+-----------------+
110-
| wedos_ | yandex_ | yandexcloud_ | zeit_ | zilore_ |
110+
| webgo_ | wedos_ | yandex_ | yandexcloud_ | zeit_ |
111111
+-----------------+-----------------+-----------------+-----------------+-----------------+
112-
| zonomi_ | | | | |
112+
| zilore_ | zonomi_ | | | |
113113
+-----------------+-----------------+-----------------+-----------------+-----------------+
114114

115115
.. tag: providers-table-end
@@ -183,6 +183,7 @@ The current supported providers are:
183183
.. _rackspace: https://developer.rackspace.com/docs/cloud-dns/v1/developer-guide/
184184
.. _rage4: https://gbshouse.uservoice.com/knowledgebase/articles/109834-rage4-dns-developers-api
185185
.. _rcodezero: https://my.rcodezero.at/api-doc
186+
.. _regfish: https://regfish.readme.io/
186187
.. _route53: https://docs.aws.amazon.com/route53/latest/apireference/welcome.html
187188
.. _safedns: https://developers.ukfast.io/documentation/safedns
188189
.. _sakuracloud: https://developer.sakura.ad.jp/cloud/api/1.1/

docs/providers/regfish.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
regfish
2+
* ``auth_api_key`` Specify api key for authentication

docs/providers_options.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ List of options
218218
.. _rcodezero:
219219
.. include:: providers/rcodezero.rst
220220

221+
.. _regfish:
222+
.. include:: providers/regfish.rst
223+
221224
.. _route53:
222225
.. include:: providers/route53.rst
223226

utils/create_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
"uvx --from=toml-cli toml get --toml-path=pyproject.toml project.version",
2121
shell=True,
2222
universal_newlines=True,
23-
).replace("dns-lexicon ", "")
23+
)
2424

2525
print("Current version is: {0}".format(current_version))
2626
print("Please insert new version:")

0 commit comments

Comments
 (0)