forked from APTITUDE-Consortium/wp2-trust-specifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (119 loc) · 3.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
129 lines (119 loc) · 3.07 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
# Project information
site_name: APTITUDE | Implementation Profiles for the Trust Framework
site_description: APTITUDE | Implementation Profiles for the Trust Framework
site_author: APTITUDE Consortium
site_url: https://aptitude-consortium.github.io/wp2-trust-specifications/
# Repository
repo_name: APTITUDE-Consortium/wp2-trust-specifications
repo_url: https://github.com/APTITUDE-Consortium/wp2-trust-specifications
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2025 APTITUDE Consortium
# Configuration for MkDocs Material theme
theme:
name: material
custom_dir: docs/overrides
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
logo: https://raw.githubusercontent.com/APTITUDE-Consortium/aptitude-eudi-wallet-specs/refs/heads/main/docs/img/logo.png
extra_css:
- media/extra.css
extra_javascript:
- https://unpkg.com/mermaid@10.9.1/dist/mermaid.min.js
- media/mermaid-init.js
- media/mathjax-init.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- tags
- exclude:
glob:
- 'README.md'
- 'CONTRIBUTING.md'
- 'terminology.md'
- 'references/**'
- 'requirements/**'
- 'topics/**'
- 'docs/topics/**'
- 'docs/glossary-definitions.md'
- 'docs/references.md'
- include-markdown:
comments: true
- search
- ezglossary:
strict: true
ignore_case: true
plurals: en
markdown_links: true
tooltip: full
templates: docs/overrides/ezglossary
sections:
- roles
- components
- artifacts
- credentials
- protocols
- processes
- formats
- data-elements
- git-revision-date-localized:
locale: en
fallback_to_build_date: true
type: datetime
exclude:
- glossary-definitions.md
- overrides/partials/footer/
markdown_extensions:
- footnotes
- sane_lists
- tables
- def_list
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
toc_depth: 3
- admonition
- pymdownx.blocks.admonition
- pymdownx.arithmatex:
generic: true
extra:
version:
provider: mike
nav:
- Home: index.md
- Trust Framework: trust-framework.md