forked from kubernetes-sigs/network-policy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (85 loc) · 2.23 KB
/
mkdocs.yml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: Network Policy API
repo_url: https://github.com/kubernetes-sigs/network-policy-api
repo_name: kubernetes-sigs/network-policy-api
site_dir: site
docs_dir: site-src
hooks:
- hack/mkdocs-copy-npeps.py
watch:
- npeps
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
logo: images/k8s-favicon.png
favicon: images/k8s-favicon.png
features:
- search.highlight
- navigation.tabs
- navigation.top
edit_uri: edit/master/site-src/
plugins:
- search
- awesome-pages
- macros:
#include_dir: examples
j2_line_comment_prefix: "#$"
- blog:
# NOTE: configuration options can be found at
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
blog_dir: blog
blog_toc: true
#post_excerpt: required
post_excerpt_max_authors: 2
markdown_extensions:
- admonition
- meta
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
base_path: site-src
check_paths: true
- toc:
permalink: true
nav:
- Introduction: index.md
- Overview:
- User Stories: user-stories.md
- Resources: api-overview.md
- Versioning: versioning.md
- Conformance: conformance.md
- Implementations: implementations.md
- Guides:
- Getting started: getting-started.md
- Reference:
- Examples: reference/examples.md
- API Reference: reference/spec.md
- Enhancement Proposals:
- Overview: enhancements.md
- Template: npeps/npep-95.md
- Provisional:
- npeps/npep-122.md
# - Implementable:
- Experimental:
- npeps/npep-126-egress-traffic-control.md
- npeps/npep-133-fqdn-egress-selector.md
- Standard:
- npeps/npep-137-conformance-profiles.md
# - Declined:
- Blog:
- blog/index.md
plugins:
- blog:
# NOTE: configuration options can be found at
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
blog_dir: blog
blog_toc: true
post_excerpt: required
post_excerpt_max_authors: 2
- search
- mike