-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·152 lines (142 loc) · 3.66 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Copyright (c) 2016-2022 Solar Network <[email protected]>
#
# This work is licensed under a Creative Commons Attribution-NoDerivatives
# 4.0 International License.
#
# 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: Dokdo Documentation
site_url: https://docs.dokdo.sh
site_author: Nayiem Willems
site_description: >-
Documentation for Dokdo Related Products
# Repository
repo_name: dokdo-sh/docs
repo_url: https://github.com/dokdo.sh/docs
# Copyright
copyright: Copyright © 2023 - 2024 dokdo.sh
# Configuration
theme:
name: material
custom_dir: overrides
extra_css:
- stylesheets/extra.css
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Defaults
language: en
features:
- content.code.annotate
- header.autohide
- navigation.expand
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/favicon.ico
logo: assets/images/logo.svg
# Plugins
plugins:
- minify:
minify_html: true
- search
- swagger-ui-tag:
supportedSubmitMethods: ["get", "post"]
validatorUrl: "https://validator.swagger.io/validator"
# Customization
extra:
# analytics:
# provider: google
# property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/dokdo-sh
- icon: fontawesome/brands/twitter
link: https://twitter.dokdo.sh
# Extensions
markdown_extensions:
- admonition
- attr_list
- def_list
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.superfences
# Page tree
nav:
- Home: index.md
- Dokdo:
- dokdo/intro.md
- dokdo/roadmap.md
- dokdo/brand.md
- About:
- dokdo/entity.md
- dokdo/whitepaper.md
- Legal:
- dokdo/privacy-policy.md
- dokdo/terms-and-conditions.md
- tymt:
- Introduction:
- tymt/intro.md
- tymt/roadmap.md
- tymt/changelog.md
- tymtLauncher:
- tymt/tymtlauncher/introduction.md
- tymt Developer Console:
- tymt/dev-console/introduction.md
- Solar Wallet:
- solarwallet/intro.md
- solarwallet/roadmap.md
- solarwallet/changelog.md
- District 53:
- d53/intro.md
- d53/roadmap.md
- d53/changelog.md
- Solar Card:
- solarcard/intro.md
- solarcard/roadmap.md
- solarcard/changelog.md
- Support:
- support/intro.md