-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
57 lines (53 loc) · 1.35 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
site_name: rbxcloud
site_url: https://sleitnick.github.io/rbxcloud/
repo_name: rbxcloud
repo_url: https://github.com/Sleitnick/rbxcloud
nav:
- Home: index.md
- CLI:
- Install: cli/cli-install.md
- API Key: cli/cli-api-key.md
- Experience: cli/cli-experience.md
- Messaging: cli/cli-messaging.md
- DataStore: cli/cli-datastore.md
- OrderedDataStore: cli/cli-ordered-datastore.md
- Group: cli/cli-group.md
- Subscription: cli/cli-subscription.md
- Notification: cli/cli-notification.md
- Place: cli/cli-place.md
- Universe: cli/cli-universe.md
- User: cli/cli-user.md
- Rust Lib:
- Install: lib/lib-install.md
theme:
name: material
include_search_page: false
search_index_only: true
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to Dark Mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to Light Mode
# icon:
# logo: material/cloud-tags
favicon: img/logo_64.png
logo: img/logo_64.png
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
permalink: true