forked from MadStudioRoblox/ProfileService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (25 loc) · 698 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (25 loc) · 698 Bytes
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
site_name: ProfileService
site_url: https://madstudioroblox.github.io/ProfileService
repo_name: MadStudioRoblox/ProfileService
repo_url: https://github.com/MadStudioRoblox/ProfileService
theme:
icon:
logo: material/database
repo: fontawesome/brands/git-alt
name: material
favicon: images/favicon.png
palette:
primary: "Deep Purple"
accent: "Deep Purple"
nav:
- Home: index.md
- Tutorial:
- Setting up: tutorial/settingup.md
- Basic Usage: tutorial/basic_usage.md
- Developer Products: tutorial/developer_products.md
- Troubleshooting: troubleshooting.md
- API: api.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences