sigs.k8s.io/external-dns@v0.14.1/mkdocs.yml (about) 1 site_name: external-dns 2 site_author: external-dns maintainers 3 4 repo_name: kubernetes-sigs/external-dns 5 repo_url: https://github.com/kubernetes-sigs/external-dns/ 6 7 nav: 8 - index.md 9 - About: 10 - FAQ: faq.md 11 - Out of Incubator: 20190708-external-dns-incubator.md 12 - Code of Conduct: code-of-conduct.md 13 - License: LICENSE.md 14 - Tutorials: tutorials/ 15 - Annotations: 16 - About: annotations/annotations.md 17 - Sources: 18 - About: sources/sources.md 19 - Gateway: sources/gateway.md 20 - Ingress: sources/ingress.md 21 - Service: sources/service.md 22 - Registries: 23 - About: registry/registry.md 24 - TXT: registry/txt.md 25 - DynamoDB: registry/dynamodb.md 26 - Advanced Topics: 27 - Initial Design: initial-design.md 28 - TTL: ttl.md 29 - Contributing: 30 - Kubernetes Contributions: CONTRIBUTING.md 31 - Release: release.md 32 - contributing/* 33 34 theme: 35 name: material 36 features: 37 - content.code.annotate 38 - navigation.top 39 - navigation.tracking 40 - navigation.indexes 41 - navigation.instant 42 - navigation.tabs 43 - navigation.tabs.sticky 44 45 extra: 46 version: 47 provider: mike 48 49 markdown_extensions: 50 - meta 51 - tables 52 - toc: 53 permalink: true 54 - abbr 55 - extra 56 - admonition 57 - smarty 58 - sane_lists 59 - nl2br 60 - attr_list 61 - def_list 62 - footnotes 63 - md_in_html 64 - pymdownx.arithmatex: 65 generic: true 66 - pymdownx.betterem: 67 smart_enable: all 68 - pymdownx.caret 69 - pymdownx.details 70 - pymdownx.emoji: 71 emoji_index: !!python/name:materialx.emoji.twemoji 72 emoji_generator: !!python/name:materialx.emoji.to_svg 73 - pymdownx.highlight: 74 use_pygments: true 75 anchor_linenums: true 76 - pymdownx.inlinehilite 77 - pymdownx.keys 78 - pymdownx.mark 79 - pymdownx.smartsymbols 80 - pymdownx.snippets 81 - pymdownx.superfences: 82 custom_fences: 83 - name: mermaid 84 class: mermaid 85 format: !!python/name:pymdownx.superfences.fence_code_format 86 - pymdownx.tabbed: 87 alternate_style: true 88 - pymdownx.tilde 89 - pymdownx.tasklist: 90 custom_checkbox: true 91 92 plugins: 93 - search 94 - literate-nav 95 - git-revision-date-localized: 96 type: date 97 fallback_to_build_date: true