Browse Source

Minor README fixes

pull/1293/head
Ross McFarland 4 months ago
parent
commit
901f36f76e
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      .changelog/2fb53cdf5bfc424fa6e84d3058605c37.md
  2. +1
    -1
      README.md

+ 4
- 0
.changelog/2fb53cdf5bfc424fa6e84d3058605c37.md View File

@ -0,0 +1,4 @@
---
type: none
---
Minor README fixes

+ 1
- 1
README.md View File

@ -5,7 +5,7 @@
In the vein of [infrastructure as
code](https://en.wikipedia.org/wiki/Infrastructure_as_Code) octoDNS provides a set of tools & patterns that make it easy to manage your DNS records across multiple providers. The resulting config can live in a repository and be [deployed](https://github.com/blog/1241-deploying-at-github) just like the rest of your code, maintaining a clear history and using your existing review & workflow.
The architecture is pluggable and the tooling is flexible to make it applicable to a wide variety of use-cases. Effort has been made to make adding new providers as easy as possible. In the simple case that involves writing of a single `class` and a couple hundred lines of code, most of which is translating between the provider's schema and octoDNS's. More on some of the ways we use it and how to go about extending it below and in the [/docs directory](/docs).
The architecture is pluggable and the tooling is flexible to make it applicable to a wide variety of use-cases. Effort has been made to make adding new providers as easy as possible. In the simple case that involves writing of a single `class` and a couple hundred lines of code, most of which is translating between the provider's schema and octoDNS's. More on some of the ways we use it and how to go about extending it below and in the [the documentation](https://octodns.readthedocs.io/en/latest/).
## Documentation


Loading…
Cancel
Save