Skip to content

Commit 1130b8f

Browse files
committed
ci: add mkdocs config for docs
1 parent baa1d95 commit 1130b8f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

mkdocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
site_name: BalatroBot
2+
site_description: A bot framework for Balatro
3+
repo_url: https://github.com/your-username/balatrobot
4+
5+
theme:
6+
name: material
7+
8+
nav:
9+
- 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: .

0 commit comments

Comments
 (0)