-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.78 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
site_name: RoAPI Wiki
site_url: https://staging.robloxapi.wiki
repo_name: jmkd3v/robloxapi-wiki
repo_url: https://github.com/jmkd3v/robloxapi-wiki
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.svg
favicon: assets/logo.svg
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: black
accent: blue
features:
- content.code.annotate
extra_css:
- assets/theme.css
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- meta
- pymdownx.betterem
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.highlight:
guess_lang: false
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/N8yUdkSJwA
name: RoAPI Discord
- icon: fontawesome/brands/twitter
link: https://twitter.com/jmkdev
name: jmkdev on Twitter
nav:
- Home: index.md
- Tutorial:
- tutorial/index.md
- Understanding documentation: tutorial/understanding-documentation.md
- Your first request: tutorial/your-first-request.md
- Handling errors: tutorial/handling-errors.md
- Authentication: tutorial/authentication.md
- X-CSRF-TOKEN: tutorial/x-csrf-token.md
- List of libraries: list-of-libraries.md
- CDN hashes: cdn-hashes.md
- List of game templates: list-of-game-templates.md
- List of asset types: list-of-asset-types.md