-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
68 lines (61 loc) · 1.43 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
site_name: eBPF Docs
repo_url: https://github.com/isovalent/ebpf-docs
edit_uri: blob/master/docs/
theme:
name: material
logo: assets/image/logo.png
favicon: assets/image/favicon-32x32.png
features:
- navigation.indexes
- navigation.top
- content.action.view
- content.action.edit
font:
text: Inter
code: Inter
palette:
scheme: slate
primary: yellow
accent: amber
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
custom_dir: overwrites
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- attr_list
- pymdownx.inlinehilite
- abbr
- pymdownx.snippets
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
plugins:
- search:
lang: en
separator: '[\s\-\_\.]+'
- literate-nav:
nav_file: SUMMARY.md
tab_length: 2
- git-revision-date-localized:
enabled: !ENV [PROD, false]
enable_creation_date: true
- git-committers:
enabled: !ENV [PROD, false]
token: !ENV ["GH_TOKEN"]
repository: isovalent/ebpf-docs
branch: master
- social:
enabled: !ENV [PROD, false]
cards_layout_options:
logo: docs/assets/image/logo.png
extra_css:
- stylesheets/extra.css