forked from grayzcale/simplepath
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 975 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (34 loc) · 975 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
29
30
31
32
33
34
35
36
37
38
39
site_name: "SimplePath"
site_url: https://v3n0m-z.github.io/RBLX-SimplePath/
repo_url: https://github.com/V3N0M-Z/RBLX-SimplePath
repo_name: V3N0M-Z/RBLX-SimplePath
site_description: SimplePath is an open-source pathfinding module that gives you the ability to quickly create a pathfinding script for humanoids and non-humanoids with just a few lines of code.
# Local
# site_url:
# use_directory_urls: false
theme:
name: material
favicon: assets/logo.png
logo: assets/logo.png
features:
- content.code.annotate
palette:
- scheme: slate
accent: deep orange
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- API Reference: api-reference.md
- Guides:
- Getting Started: guides/getting-started.md
- Examples:
- Humanoid: examples/humanoid.md
- Non-Humanoid: examples/non-humanoid.md
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences
- tables
- admonition
- pymdownx.inlinehilite