-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
58 lines (57 loc) · 1.24 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
site_name: DIDComm Book
site_url: https://book.didcomm.org/
repo_url: https://github.com/decentralized-identity/didcomm-book
theme:
name: material
palette:
primary: blue grey
features:
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
icon:
repo: fontawesome/brands/github
nav:
- Overview:
- index.md
- general_concepts.md
- business_applications.md
- 'applications/index.md'
- FAQ: faq.md
- OpenID4VC: oid4vc.md
- scrapbook.md
- Quick Start:
- quickstart.md
- basics.md
- 'Hello World':
- hellolibstools.md
- helloencrypt.md
- helloworldpy.md
- startConnection.md
- libraries.md
- Protocols:
- applications/vc_tech_vertical.md
- applications/human_communication_tech_vertical.md
- developing_protocols.md
- Advanced Topics:
- threading.md
- Routing: routing.md
- Extensions: extensions.md
- timeouts.md
- mobileagents.md
- problemcodes.md
- privacy.md
- didrotation.md
- pfs.md
- mitm.md
- authentication.md
- problems.md
- whatsnew.md
- migratorscript.md
- Join:
- workinggroups.md
- repos.md
markdown_extensions:
- toc:
permalink: true