-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
49 lines (44 loc) · 948 Bytes
/
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
site_name: NDN 101
repo_url: https://github.com/named-data/ndn-101
theme:
name: material
icon:
logo: material/network
favicon: img/ndn.png
palette:
primary: deep orange
features:
- content.tabs.link
- navigation.footer
- content.code.copy
plugins:
- search
- bibtex:
bib_file: ndn.bib
bib_by_default: true
csl_file: acm-sig-proceedings.csl
nav:
- 'index.md'
- 'getting-started.md'
- 'packets.md'
- 'communication.md'
- 'ndn-security.md'
- 'sync.md'
- 'storage.md'
- 'forwarding.md'
- 'routing.md'
- 'testbed.md'
- 'debugging.md'
markdown_extensions:
- admonition
- footnotes
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/iframe-message.js