forked from kubernetes-sigs/network-policy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (64 loc) · 1.75 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
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
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: "#$"
markdown_extensions:
- admonition
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.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: enhancements.md
# (TODO)
# - Implementation Guidelines: concepts/guidelines.md
# - Versioning: concepts/versioning.md
# - Implementations: implementations.md
# - FAQ: faq.md
# - Guides:
# - Getting started: guides/getting-started.md
# - Contributing:
# - Developer guide: contributing/devguide.md
# - Enhancement Tracking and Backlog: contributing/enhancement-requests.md
# - Community: contributing/community.md
# - Blog:
# - Index: blog/index.md