-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (73 loc) · 2.09 KB
/
mkdocs.yml
File metadata and controls
77 lines (73 loc) · 2.09 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
site_name: SimpulseID Credentials
site_description: Credential and identity framework for the ENVITED-X Data Space
site_url: https://ascs-ev.github.io/simpulse-id-credentials/
repo_url: https://github.com/ASCS-eV/simpulse-id-credentials
repo_name: ASCS-eV/simpulse-id-credentials
theme:
name: material
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Specifications: specifications.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Credential Types:
- Overview: credentials/index.md
- Participant: credentials/participant.md
- User: credentials/user.md
- Administrator: credentials/administrator.md
- Membership: credentials/membership.md
- Architecture:
- Credential Relationships: credential-relationships.md
- DID Methods: did-methods.md
- Examples:
- Gallery: examples/index.md
- Integration:
- Harbour Credentials: integration/harbour.md
- Validation: integration/validation.md
- Reference:
- LinkML Schemas: reference/linkml.md
- Credential Data Model: reference/credential-model.md
- JSON-LD Contexts: reference/jsonld.md