-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.37 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
site_name: Zap
site_description: A library for building multi-device applications
site_url: https://zap-lib.github.io/
plugins:
- social
- search
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Architectures:
- architectures/index.md
- architectures/project-structures.md
- architectures/zap-protocol.md
- Specifications:
- specifications/index.md
- specifications/client-and-server.md
- specifications/models.md
- specifications/resources.md
- Implementations: implementations.md
- GitHub ↗: https://github.com/zap-lib
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
scheme: zap
features:
- navigation.tabs
- search.highlight
- content.action.edit
- optimize
- navigation.instant
- navigation.top
- content.code.copy
- navigation.footer
- navigation.indexes
- content.code.select
icon:
repo: fontawesome/brands/github
edit: material/pencil
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra:
homepage: https://zap-lib.github.io/
social:
- icon: fontawesome/brands/github
name: GitHub
link: https://github.com/zap-lib