-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
116 lines (107 loc) · 3 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
site_name: Satchel Documentation
site_url: https://satchel.ryanluu.dev
site_author: Ryan Luu
site_description: Documentation for the Satchel, a modern open-source alternative to Roblox's default backpack.
repo_name: RyanLua/Satchel
repo_url: https://github.com/RyanLua/Satchel
copyright: Copyright © Ryan Luu
theme:
name: material
custom_dir: docs/overrides
features:
- content.action.edit
- content.code.copy
- content.tooltips
- content.code.annotate
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.tabs
- search.highlight
- search.suggest
- navigation.footer
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
favicon: favicon.svg
logo: logo.svg
icon:
repo: fontawesome/brands/github
edit: material/pencil
language: en
plugins:
- search
extra:
# generator: false
# version:
# provider: mike
social:
- icon: simple/github
link: https://github.com/RyanLua/Satchel
name: GitHub
- icon: simple/robloxstudio
link: https://devforum.roblox.com/t/2451549
name: DevForum
- icon: simple/discord
link: https://discord.gg/N2KEnHzrsW
name: Discord
analytics:
provider: google
property: PPVP56SBQQ
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://docs.google.com/forms/d/e/1FAIpQLSfU1DGaWTcS0bernMtC-gbOuQzCudUyKmwSjullThV2jIiTZQ/viewform?usp=pp_url&entry.2143998705={url}" target="_blank" rel="noopener">feedback form</a>.
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- attr_list
- pymdownx.snippets
- md_in_html
- toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
nav:
- Home:
- Home: index.md
- Introduction: introduction.md
- Installation: installation.md
- Usage: usage.md
- Platforms: platforms.md
- Benchmarks: benchmarks.md
- Alternatives: alternatives.md
- API Reference: api-reference.md
- Support: support.md
- Contributing: contributing.md