generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (49 loc) · 1.19 KB
/
mkdocs.yml
File metadata and controls
49 lines (49 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Kubernetes Agentic Networking
repo_url: https://github.com/kubernetes-sigs/kube-agentic-networking
repo_name: kubernetes-sigs/kube-agentic-networking
site_dir: site
docs_dir: site-src
extra_css:
- stylesheets/extra.css
hooks:
- hack/docs/generate-proposal-landing-pages.py
- hack/docs/mkdocs-copy-proposals.py
watch:
- docs/proposals
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
logo: images/logo/kubernetes-logo.png
favicon: images/k8s-favicon.png
features:
- search.highlight
- navigation.tabs
- navigation.top
- navigation.expand
palette:
primary: custom
edit_uri: edit/main/site-src/
plugins:
- search
- awesome-pages
- mermaid2
markdown_extensions:
- admonition
- md_in_html
- meta
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets
- toc:
permalink: true
- tables