Skip to content

Commit 660c761

Browse files
committed
chore: update mkdocs config
1 parent 9e28925 commit 660c761

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

mkdocs.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
site_name: BalatroBot
22
site_description: A bot framework for Balatro
3-
repo_url: https://github.com/your-username/balatrobot
3+
site_author: 'S1M0N38'
4+
repo_name: 'S1M0N38/balatrobot'
5+
repo_url: https://github.com/S1M0N38/balatrobot
6+
docs_dir: docs/
47

58
theme:
69
name: material
710

811
nav:
912
- Home: README.md
10-
- Installation: docs/installation.md
11-
- Configuration: docs/configuration.md
12-
- Architecture: docs/architecture.md
13-
- Bot Development: docs/bot-development.md
14-
- Python API: docs/python-api.md
15-
- Examples: docs/examples.md
16-
- Troubleshooting: docs/troubleshooting.md
17-
18-
docs_dir: .
13+
- Installation: installation.md
14+
- Configuration: configuration.md
15+
- Architecture: architecture.md
16+
- Bot Development: bot-development.md
17+
- Python API: python-api.md
18+
- Examples: examples.md
19+
- Troubleshooting: troubleshooting.md

0 commit comments

Comments
 (0)