mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
103 lines
2.4 KiB
YAML
103 lines
2.4 KiB
YAML
site_name: external-dns
|
|
site_author: external-dns maintainers
|
|
repo_name: kubernetes-sigs/external-dns
|
|
repo_url: https://github.com/kubernetes-sigs/external-dns/
|
|
|
|
docs_dir: .
|
|
|
|
nav:
|
|
- README.md
|
|
- Chart:
|
|
- About: charts/external-dns/README.md
|
|
- Changelog: charts/external-dns/CHANGELOG.md
|
|
- About:
|
|
- FAQ: docs/faq.md
|
|
- Out of Incubator: docs/20190708-external-dns-incubator.md
|
|
- Code of Conduct: code-of-conduct.md
|
|
- License: LICENSE.md
|
|
- Tutorials: docs/tutorials/*
|
|
- Annotations:
|
|
- About: docs/annotations/annotations.md
|
|
- Sources: docs/sources/*
|
|
- Registries:
|
|
- About: docs/registry/registry.md
|
|
- TXT: docs/registry/txt.md
|
|
- DynamoDB: docs/registry/dynamodb.md
|
|
- Advanced Topics:
|
|
- Initial Design: docs/initial-design.md
|
|
- TTL: docs/ttl.md
|
|
- NAT64: docs/nat64.md
|
|
- MultiTarget: docs/proposal/multi-target.md
|
|
- Rate Limits: docs/rate-limits.md
|
|
- Contributing:
|
|
- Kubernetes Contributions: CONTRIBUTING.md
|
|
- Release: docs/release.md
|
|
- docs/contributing/*
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
features:
|
|
- content.code.annotate
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
|
|
extra:
|
|
version:
|
|
provider: mike
|
|
|
|
markdown_extensions:
|
|
- meta
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
- abbr
|
|
- extra
|
|
- admonition
|
|
- smarty
|
|
- sane_lists
|
|
- nl2br
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- md_in_html
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.caret
|
|
- pymdownx.details
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.highlight:
|
|
use_pygments: true
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tilde
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
|
|
plugins:
|
|
- same-dir
|
|
- search
|
|
- literate-nav
|
|
- git-revision-date-localized:
|
|
type: date
|
|
fallback_to_build_date: true
|