# octodns documentation ```{include} ../README.md --- end-before: '## Table of Contents' --- ``` ______________________________________________________________________ ## User documentation ```{toctree} :caption: Getting Started: :maxdepth: 1 examples/README.md examples/basic/README.md examples/migrating-to-octodns/README.md records.md ``` ```{toctree} :caption: Guides: :maxdepth: 1 :glob: [a-q]* ``` ______________________________________________________________________ ## Module documentation ```{toctree} :caption: Providers: :maxdepth: 2 :glob: modules/provider/* ``` ```{toctree} :caption: Sources: :maxdepth: 2 :glob: modules/source/* ``` ```{toctree} :caption: Records: :maxdepth: 2 :glob: modules/record/* ``` ```{toctree} :caption: Processors: :maxdepth: 2 :glob: modules/processor/* ``` ```{toctree} :caption: Other modules: :titlesonly: :glob: modules/* modules/cmds/* modules/secret/* ``` ______________________________________________________________________ ## Indices and tables - {ref}`genindex` - {ref}`modindex` ```{toctree} :caption: Project info: :titlesonly: info/changelog.md info/license.md ```