We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa1d95 commit 1130b8fCopy full SHA for 1130b8f
mkdocs.yml
@@ -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