This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
126 lines (125 loc) · 3.08 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
site_name: Relay
use_directory_urls: false
nav:
- index.md
- packages.md
- actions.md
- API:
- api/index.md
- api/packages.md
- Actions:
- api/actions/index.md
- api/actions/entities.md
- api/actions/events.md
- api/actions/discord.md
- Dictionary: https://pyconduit.ysfchn.com/blocks/dictionary
- Lists: https://pyconduit.ysfchn.com/blocks/lists
- Logic: https://pyconduit.ysfchn.com/blocks/logic
- Math: https://pyconduit.ysfchn.com/blocks/math
- Text: https://pyconduit.ysfchn.com/blocks/text
- Variable: https://pyconduit.ysfchn.com/blocks/variable
- changelog/index.md
- About:
- about/index.md
- about/faq.md
- about/libraries.md
theme:
name: material
logo: assets/relay_logo.png
custom_dir: docs/overrides
font:
text: Inter
code: JetBrains Mono
language: en
favicon: assets/icon-32x32.png
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.tabs
- toc.integrate
- header.autohide
- search.suggest
- navigation.top
palette:
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: octicons/sun-16
name: Switch to Light Mode
- scheme: default
primary: white
accent: deep purple
toggle:
icon: octicons/moon-16
name: Switch to Dark Mode
extra_css:
- assets/extra/styles.css
extra_javascript:
- assets/extra/adaptive_cards.js
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
inherited_members: true
filters:
- "!__json_encoder__"
- "!^_[^_]"
# - "!__init__"
rendering:
show_root_heading: true
heading_level: 1
show_root_toc_entry: true
show_root_full_path: false
show_source: false
show_bases: false
- autorefs
- search
- i18n:
default_language: en
languages:
tr: Türkçe
nav_translations:
tr:
Home: Ana Sayfa
API: API
About: Hakkında
Changelog: Yenilikler
Packages: Paketler
markdown_extensions:
- admonition
- footnotes
- attr_list
- abbr
- pymdownx.inlinehilite
- pymdownx.highlight
- meta
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
base_path: docs/misc
- pymdownx.tabbed:
alternate_style: true
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra:
alternate:
- name: English (EN)
link: ./
lang: en
- name: Türkçe (TR)
link: tr
lang: tr
social:
- icon: fontawesome/brands/github
link: https://github.com/fluxteam
# That's because footer is replaced with overrides/main.html, "Made with Mkdocs" text is included with override.
# So enabling this will make the "Made with Mkdocs" text appear twice.
generator: false