mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 09:06:58 +02:00
102 lines
2.3 KiB
YAML
102 lines
2.3 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/
|
|
|
|
trademark: https://www.linuxfoundation.org/legal/trademark-usage
|
|
|
|
nav:
|
|
- index.md
|
|
- About:
|
|
- FAQ: faq.md
|
|
- Out of Incubator: 20190708-external-dns-incubator.md
|
|
- Code of Conduct: code-of-conduct.md
|
|
- License: LICENSE.md
|
|
- Tutorials: tutorials/
|
|
- Annotations:
|
|
- About: annotations/annotations.md
|
|
- Sources:
|
|
- About: sources/sources.md
|
|
- Gateway: sources/gateway.md
|
|
- Ingress: sources/ingress.md
|
|
- Service: sources/service.md
|
|
- Registries:
|
|
- About: registry/registry.md
|
|
- TXT: registry/txt.md
|
|
- DynamoDB: registry/dynamodb.md
|
|
- Advanced Topics:
|
|
- Initial Design: initial-design.md
|
|
- TTL: ttl.md
|
|
- MultiTarget: proposal/multi-target.md
|
|
- Contributing:
|
|
- Kubernetes Contributions: CONTRIBUTING.md
|
|
- Release: release.md
|
|
- 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:
|
|
- search
|
|
- literate-nav
|
|
- git-revision-date-localized:
|
|
type: date
|
|
fallback_to_build_date: true
|