-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
133 lines (124 loc) · 3.69 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
site_name: Trustlines Docs
site_url: https://docs.trustlines.network/
repo_name: tl-docs
repo_url: https://github.com/trustlines-protocol/tl-docs
site_description: Documentation related to the Trustlines Network.
theme:
name: material
logo: assets/images/brand/General/SVG/trustlines-mark-logo-white.svg
favicon: assets/images/favicon.png
custom_dir: 'theme'
features:
- navigation.instant
- navigation.top
- navigation.sections
palette:
# Light mode
- media: "(prefers-color-scheme: tl-light)"
scheme: tl-light
toggle:
icon: material/weather-night
name: Light
# Dark mode
- media: "(prefers-color-scheme: tl-dark)"
scheme: tl-dark
toggle:
icon: material/weather-sunny
name: Dark
icon:
repo: fontawesome/brands/github
font: false
language: en
copyright: Copyright © 2020-2021 Trustlines Foundation
extra_css:
- assets/css/styles.css
extra_javascript:
- assets/js/stats.js
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/TrustlinesFound
name: Trustlines Foundation on Twitter
- icon: fontawesome/brands/twitter-square
link: https://twitter.com/trustlines_app
name: Trustlines App on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/trustlinesnetwork/
name: Trustlines Network on LinkedIn
homepage: https://trustlines.network/
alternate:
- name: English
link: /docs/
lang: en
- name: Español
link: /docs/index.es
lang: es
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed
- footnotes
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.tabbed
- lightgallery
- meta
- toc:
permalink: true
toc_depth: 3
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
lang:
- en
- es
- i18n:
languages:
es: "Español"
en: "English"
default_language: 'en'
no_translation:
en: ""
es: ""
nav:
- Trustlines Docs:
- Welcome: index.md
- Whitepaper:
- Abstract: resources/wp_content/abstract.md
- How Trustlines works: resources/wp_content/how_trustlines_works.md
- Use in the real world: resources/wp_content/use_in_the_real_world.md
- Use Cases:
- Bill splitting:
- Bill splitting on Trustlines: use_cases/bill_splitting/bill_splitting_on_trustlines.md
- Time Credits / Time Banking:
- Time Credits on Trustlines: use_cases/time_credits/time_credits_on_trustlines.md
- Time Credits - User Stories: use_cases/time_credits/time_credits_user_stories.md
- Guides:
- Trustlines App User Guide: guides/tl_app_user_guide.md
- How to claim TLN from the Merkle Drop: guides/how_to_claim_tln.md
- How to withdraw your validator deposit: guides/how_to_withdraw_validator_deposit.md
- Converting TLN to TLC: guides/converting_tln_to_tlc.md
- Communications Guide: resources/community_communications_guide.md
- Brand:
- Brand Guidelines: brand/brand_guidelines.md
- Brand Resources: brand/brand_resources.md
- FAQ:
- FAQ: resources/FAQ.md
- Community:
- Glossary: resources/glossary.md
- Code of Conduct: resources/code_of_conduct.md
- Presentations: resources/presentations/presentation_slides.md
- Legal:
- Trustlines Trademark Guidelines: foundation/trademarks.md