-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml.bak
More file actions
276 lines (267 loc) · 13.1 KB
/
mkdocs.yml.bak
File metadata and controls
276 lines (267 loc) · 13.1 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
site_name: EUDI Wallet Dev Hub
site_url: https://eu-digital-identity-wallet.github.io/
remote_branch: devhub
theme:
name: material
font:
text: Roboto
logo: assets/logo_eudi_white.svg
favicon: assets/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- search.highlight
- search.suggest
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- navigation.instant
- navigation.indexes
extra_css:
- css/extra.css
markdown_extensions:
- footnotes
- tables
- abbr
- admonition
- def_list
- attr_list
- md_in_html
- pymdownx.arithmatex
- pymdownx.b64
- pymdownx.betterem
- pymdownx.blocks.admonition
- pymdownx.blocks.definition
- pymdownx.blocks.details
- pymdownx.blocks.html
- pymdownx.blocks.tab
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.escapeall
- pymdownx.extra
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.pathconverter
- pymdownx.progressbar
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.striphtml
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
generator: false
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
plugins:
- search
- mkdocs-breadcrumbs-plugin:
delimiter: " / " # separator between sections
log_level: "WARNING" # "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"
exclude_paths:
- "docs/mkdocs/**"
- "docs/mkdocs"
- "docs"
additional_index_folders:
- temp_dir
generate_home_index: false
use_page_titles: true
home_text: "Home"
- multirepo:
cleanup: true
keep_docs_dir: false
# nav_repos:
# - name: eudi-doc-architecture-and-reference-framework
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-web-booking-service-demo
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-web-booking-service-demo?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-lib-android-wallet-core
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-lib-android-wallet-core?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
#
# - '**/*.png'
# - name: eudi-app-android-wallet-ui
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-app-android-wallet-ui?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-lib-ios-wallet-kit
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-kit?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-app-ios-wallet-ui
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-app-ios-wallet-ui?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-srv-web-issuing-eudiw-py
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-srv-web-issuing-eudiw-py?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
# - name: eudi-web-verifier
# import_url: 'https://github.com/eu-digital-identity-wallet/eudi-web-verifier?multi_docs=True&branch=main'
# imports:
# - '**/*.md'
# - '**/*.png'
nav:
- Home: index.md
# - Getting Started:
# - Introduction: Getting Started.md
# - Build Wallet: Build Wallet.md
# - Build Issuer: Build Issuer.md
# - Build Verifier: Build Verifier.md
# - Demos:
# - Introduction: Demos.md
# - Travel Scenario: Travel Scenario.md
# - Regulation: Resources/Regulation.md
# - Architecture and Reference Framework: Resources/Architecture and Reference Implementation.md
# - Standards: Resources/Standards.md
# - Large-Scale Pilots: Resources/Large-Scale Pilots.md
# - Reference Implementation:
# - Reference Implementation: Reference Implementation/index.md
# - Feature Map: Reference Implementation/Feature Map.md
# - Repositories List: Reference Implementation/Repositories List.md
# - Quality Assurance: Reference Implementation/Quality Assurance.md
# - Code Contributions: Reference Implementation/Code Contributions.md
# - Code of Conduct: Reference Implementation/Code of Conduct.md
# - Licensing: Reference Implementation/Licensing.md
# - Disclaimer: Reference Implementation/Disclaimer.md
# - Demos:
# - Demos: Reference Implementation/Demos/index.md
# - Travel Scenario: Reference Implementation/Demos/Travel Scenario.md
- Build:
- Build: Build/index.md
- Build your Wallet:
- Build your Wallet: Build/Build your Wallet/index.md
- Android:
- Wallet Application Level:
- Build the App: Build/Build your Wallet/Android/Wallet Application Level/index.md
- Run with Remote Services: Build/Build your Wallet/Android/Wallet Application Level/Running with Remote Services.md
- Run with Local Services: Build/Build your Wallet/Android/Wallet Application Level/Running with Local Services.md
- Self-signed Certificates: Build/Build your Wallet/Android/Wallet Application Level/Self-signed Certificates.md
- Library Level:
- Library Level: Build/Build your Wallet/Android/Library Level/index.md
- Build the Core: Build/Build your Wallet/Android/Library Level/Build the Core.md
- Manage Documents: Build/Build your Wallet/Android/Library Level/Manage Documents.md
- iOS:
- Wallet Application Level:
- Build the App: Build/Build your Wallet/iOS/Wallet Application Level/index.md
- Run with Remote Services: Build/Build your Wallet/iOS/Wallet Application Level/Running with Remote Services.md
- Run with Local Services: Build/Build your Wallet/iOS/Wallet Application Level/Running with Local Services.md
- Self-signed Certificates: Build/Build your Wallet/iOS/Wallet Application Level/Self-signed Certificates.md
- Library Level:
- Library Level: Build/Build your Wallet/iOS/Library Level/index.md
- Build the Kit: Build/Build your Wallet/iOS/Library Level/Build the Kit.md
- Manage Documents: Build/Build your Wallet/iOS/Library Level/Manage Documents.md
- Build your Issuer:
- Build your Issuer: Build/Build your Issuer/index.md
- Steps to Build: Build/Build your Issuer/Steps to Build.md
- Configure your Issuer: Build/Build your Issuer/Configure.md
- Add Attestations: Build/Build your Issuer/New Attestation.md
- Build your Remote Verifier:
- Build your Remote Verifier: Build/Build your Remote Verifier/index.md
- Steps to Build: Build/Build your Remote Verifier/Steps to Build.md
- Configure your Verifier: Build/Build your Remote Verifier/Configure.md
- Build your Proximity Verifier:
- Build your Proximity Verifier App: Build/Build your Proximity Verifier/index.md
- Build your Proximity Verifier App for Android: Build/Build your Proximity Verifier/Build your Proximity Verifier App for Android.md
- Build your Proximity Verifier Core for Android: Build/Build your Proximity Verifier/Build your Proximity Verifier Core for Android.md
- Build your rQES:
- Build your rQES: Build/Build your rQES/index.md
- Build your rQES SDK UI for Android: Build/Build your rQES/Build your rQES SDK UI for Android.md
- Build your rQES Core for Android: Build/Build your rQES/Build your rQES Core for Android.md
- Build your rQES SDK UI for iOS: Build/Build your rQES/Build your rQES SDK UI for iOS.md
- Build your rQES Kit for iOS: Build/Build your rQES/Build your rQES Kit for iOS.md
- Supporting Ecosystem Services:
- Supporting Ecosystem Services: Build/Supporting Ecosystem Services/index.md
- Trust List Service: Build/Supporting Ecosystem Services/Trust List Service.md
- RSSP: Build/Supporting Ecosystem Services/RSSP.md
- Revocation Service: Build/Supporting Ecosystem Services/Revocation Service.md
- RP Registration Service: Build/Supporting Ecosystem Services/RP Registration Service.md
- Test:
- Test: Test/index.md
- Wallet Application:
- Wallet Application: Test/Wallet Application/index.md
- Android: Test/Wallet Application/Android.md
# - Issue (Wallet Initiated): Test/Wallet Application/Android/Issue (Wallet Initiated).md
# - Issue (Credential Offer): Test/Wallet Application/Android/Issue (Credential Offer).md
# - Present (Same Device): Test/Wallet Application/Android/Present (Same Device).md
# - Present (Proximity): Test/Wallet Application/Android/Present (Proximity).md
- iOS: Test/Wallet Application/iOS.md
# - Issue (Wallet Initiated): Test/Wallet Application/iOS/Issue (Wallet Initiated).md
# - Issue (Credential Offer): Test/Wallet Application/iOS/Issue (Credential Offer).md
# - Present (Same Device): Test/Wallet Application/iOS/Present (Same Device).md
# - Present (Proximity): Test/Wallet Application/iOS/Present (Proximity).md
- Issuer: Test/Issuer.md
- Online Verifier: Test/Online Verifier.md
- Proximity Verifier: Test/Proximity Verifier.md
- Resources:
- Resources: Resources/index.md
- Use Cases:
- Mobile Driving License:
- Mobile Driving License: use-cases/mobile-driving-license/index.md
- mDL Overview:
- mDL Overview: use-cases/mobile-driving-license/mdl-overview/index.md
- Legal Basis: use-cases/mobile-driving-license/mdl-overview/legal-basis.md
- Standards and Protocols: use-cases/mobile-driving-license/mdl-overview/standards-and-protocols.md
- mDL Architecture:
- mDL Architecture: use-cases/mobile-driving-license/mdl-architecture/index.md
- EUDI Wallet: use-cases/mobile-driving-license/mdl-architecture/eudi-wallet.md
- Proximity Verifier: use-cases/mobile-driving-license/mdl-architecture/proximity-verifier.md
- Remote Verifier Web: use-cases/mobile-driving-license/mdl-architecture/remote-verifier-web.md
- mDL Issuing Authority: use-cases/mobile-driving-license/mdl-architecture/mdl-issuing-authority.md
- mDL Guides:
- Wallet Provider:
- Getting Started: use-cases/mobile-driving-license/mdl-guides/wallet-provider/getting-started.md
- Wallet Developers Workflow: use-cases/mobile-driving-license/mdl-guides/wallet-provider/wallet-developers-workflow.md
- Wallet Provider Specs: use-cases/mobile-driving-license/mdl-guides/wallet-provider/wallet-provider-specs.md
- mDL Issuer:
- Getting Started: use-cases/mobile-driving-license/mdl-guides/mdl-issuer/getting-started.md
- mDL Issuance Workflow: use-cases/mobile-driving-license/mdl-guides/mdl-issuer/mdl-issuance-workflow.md
- mDL Issuer Specs: use-cases/mobile-driving-license/mdl-guides/mdl-issuer/mdl-issuer-specs.md
- mDL Revocation Specs: use-cases/mobile-driving-license/mdl-guides/mdl-issuer/mdl-revocation-specs.md
- mDL Verifier:
- Getting Started: use-cases/mobile-driving-license/mdl-guides/mdl-verifier/getting-started.md
- mDL Verifier Workflow: use-cases/mobile-driving-license/mdl-guides/mdl-verifier/mdl-verifier-workflow.md
- mDL Reader Specs: use-cases/mobile-driving-license/mdl-guides/mdl-verifier/mdl-reader-specs.md
- mDL Remote Verifier Specs: use-cases/mobile-driving-license/mdl-guides/mdl-verifier/mdl-remote-verifier-specs.md