-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (51 loc) · 1.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
site_name: Snapdragon
repo_name: rbx-snapdragon
repo_url: https://github.com/roblox-aurora/rbx-snapdragon
nav:
- Home: index.md
- Installation:
- Install for TypeScript: robloxts-install.md
- Install for Lua: lua-install.md
- Basic Usage: basic-usage.md
# - Installation:
# - Install for TypeScript: robloxts-install.md
# - Install for Lua: lua-install.md
# - Guide:
# - Events: events.md
# - API Reference:
# - Net namespace: api-reference.md
# - Server Classes:
# - ServerEvent: class/NetServerEvent.md
# - ServerFunction: class/NetServerFunction.md
# - ServerThrottledFunction: class/NetServerThrottledFunction.md
# - ServerThrottledEvent: class/NetServerThrottledEvent.md
# - GlobalEvent: class/NetGlobalClientEvent.md
# - GlobalServerEvent: class/NetGlobalClientEvent.md
# - ServerAsyncFunction: class/NetServerAsyncFunction.md
# - Client Classes:
# - ClientEvent: class/NetClientEvent.md
# - ClientFunction: class/NetClientFunction.md
# - GlobalClientEvent: class/NetGlobalClientEvent.md
# - ClientAsyncFunction: class/NetClientAsyncFunction.md
theme:
# feature:
# tabs: true
name: material
palette:
primary: 'Grey'
accent: 'Red'
logo: 'https://assets.vorlias.com/i1/snapdragon.png'
markdown_extensions:
- admonition
- attr_list
- pymdownx.details:
- pymdownx.inlinehilite:
- pymdownx.tasklist:
- pymdownx.superfences:
preserve_tabs: true
- codehilite:
guess_lang: false
- toc:
permalink: true
#extra_css:
# - 'styles/extra.css'