forked from trustoverip/TIP0028-saturn-v
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
135 lines (124 loc) · 3.71 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
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
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SOFTWARE
# DISTRIBUTED UNDER THE LICENSE IS DISTRIBUTED ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
# SEE THE LICENSE FOR THE SPECIFIC LANGUAGE GOVERNING PERMISSIONS AND
# LIMITATIONS UNDER THE LICENSE.
# Project information
site_name: Saturn-V TIP Recommendation
site_url: https://trustoverip.github.io/TIP0028-saturn-v/
site_author: Trust over IP Foundation
site_description: >-
ToIP Interoperability Profile for the Saturn-V solution architecture.
# Repository information
repo_name: trustoverip/TIP0028-saturn-v
repo_url: https://github.com/trustoverip/TIP0028-saturn-v
# Content Generator Settings
docs_dir: 'docs'
site_dir: 'html'
# Copyright information
copyright: >-
Copyright © 2020 Joint Development Foundation Projects, LLC, Trust over
IP Foundation Series <a href="https://jdfprojects.org/toip/">Terms of Use,
Privacy Policy and Cookie Policy</a>. The Joint Development Foundation
Projects, LLC is an affiliate of the Linux Foundation.
# Navigation structure
nav:
- 'Introduction': 'index.md'
- 'Use Cases': 'use_cases.md'
- 'Design Principles': 'design_principles.md'
- Features:
- 'Feature 1': 'placeholder.md'
- Best Practices:
- 'BP 1': 'placeholder.md'
- 'Solution Architecture': 'tech_stack.md'
- Stakeholders:
- 'Evernym': './interop/evernym.md'
- Interoperability Testing:
- 'Test Plans': 'test_plans.md'
- 'Certifications': 'certifications.md'
- Marketplace Adoption:
- 'Case studies': 'placeholder.md'
- 'Metrics': 'placeholder.md'
- Help:
- 'FAQ': 'faq.md'
- 'Contact us': 'contact_us.md'
# Theme configuration
theme:
name: material
custom_dir: docs/theme/overrides
features:
- navigation.instant
# - navigation.tabs
favicon: theme/images/favicon.png
logo: theme/images/logo.svg
palette:
primary: white
accent: indigo
# Plugin configuration
plugins:
- search
# Extensions configuration
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: trustoverip
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Additional content
extra:
title: 'TIP0028: Saturn V'
lf_url: https://www.linuxfoundation.org/projects
toip_url: https://trustoverip.org/
social:
- icon: fontawesome/brands/github
link: https://github.com/trustoverip
- icon: fontawesome/brands/twitter
link: https://twitter.com/trustoverip
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/trust-over-ip-foundation
# Additional stylesheets
extra_css:
- theme/stylesheets/main.css
# Additional JavaScript
extra_javascript:
- https://unpkg.com/mermaid@8.6.4/dist/mermaid.min.js
- theme/javascripts/main.js