A bot used for https://code-your-snake.codingmaster398.repl.co/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
869 B
18 lines
869 B
2 years ago
|
site_name: PathFinding.js
|
||
|
repo_url: https://github.com/qiao/PathFinding.js
|
||
|
site_description: PathFinding.js is a javascript library to find paths on a 2D square grid
|
||
|
site_favicon: favicon.ico
|
||
|
site_author: Raminder Singh
|
||
|
|
||
|
pages:
|
||
|
- [index.md, Home]
|
||
|
- ['user-guide/introduction.md', 'User Guide', 'Introduction']
|
||
|
- ['user-guide/installation.md', 'User Guide', 'Installation']
|
||
|
- ['user-guide/getting-started.md', 'User Guide', 'Getting Started']
|
||
|
- ['user-guide/obstacles.md', 'User Guide', 'Obstacles']
|
||
|
- ['user-guide/diagonal-movement.md', 'User Guide', 'Diagonal Movement']
|
||
|
- ['user-guide/faq.md', 'User Guide', 'FAQ']
|
||
|
- ['contributor-guide/contributing.md', 'Contributor Guide', 'Contributing']
|
||
|
- ['contributor-guide/developing.md', 'Contributor Guide', 'Developing']
|
||
|
- ['contributor-guide/authors.md', 'Contributor Guide', 'Authors']
|
||
|
theme: readthedocs
|