-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.16 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
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
- navigation.expand
- 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'
- Connectivity:
- 'connectivity/packet-format.md'
- 'connectivity/building-networks.md'
- 'connectivity/communication-model.md'
- 'connectivity/forwarding.md'
- 'connectivity/routing.md'
- 'connectivity/testbed.md'
- Security:
- 'security/introduction.md'
- 'security/trust-model.md'
- 'security/signatures.md'
- 'sync.md'
- 'storage.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