-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (56 loc) · 1.61 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
site_name: EUDI (Q)EAA Provider Technical Documentation
repo_url: https://github.com/nortal-lab/eudi-qeaa-doc
nav:
- Summary: index.md
- Versions: versions.md
- Keywords: keywords.md
- 1. Requirements and Scope: requirements.md
- 2. Components: components.md
- 3. Attestations:
- 3.1. mDL: attestations/mdl.md
- 3.2. PID: attestations/pid.md
- 3.3. WIA: attestations/wia.md
- 4. Flows:
- 4.1. (Q)EAA Issuing: flows/qeaa-issuing.md
- 4.2. (Q)EAA Presentation: flows/qeaa-presentation.md
- 5. Endpoints:
- 5.1. PAR Endpoint: endpoints/par.md
- 5.2. Authorization Endpoint: endpoints/authorization.md
- 5.3. Token Endpoint: endpoints/token.md
- 5.4. Credential Endpoint: endpoints/credential.md
- 5.5. Credential Nonce Endpoint: endpoints/credential-nonce.md
- 5.6. Metadata Endpoints:
- 5.6.1. Authorization Server: endpoints/metadata/as.md
- 5.6.2. Credential Issuer: endpoints/metadata/credential-issuer.md
- 6. Security Considerations: security-considerations.md
markdown_extensions:
- codehilite
- admonition
- def_list
- toc:
permalink: "#"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
plugins:
- search
- mermaid2
hooks:
- hooks/merge-content.py
- hooks/append-reflinks.py
theme:
name: material
include_sidebar: false
features:
- navigation.expand
- navigation.top
extra_css:
- override.css
extra:
font:
code: 'Roboto Mono'
palette:
primary: 'Cyan'
accent: 'Light Blue'