-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (71 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
71 lines (71 loc) · 2.06 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: BalatroBot
site_description: API for developing Balatro bots
site_author: "S1M0N38"
repo_name: "coder/balatrobot"
repo_url: https://github.com/coder/balatrobot
site_url: https://coder.github.io/balatrobot/
docs_dir: docs/
theme:
name: material
favicon: assets/balatrobot.svg
logo: assets/balatrobot-white.svg
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- content.tabs.link
palette:
# Palette toggle for light mode
- scheme: default
accent: orange
primary: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
accent: deep orange
primary: red
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
generator: false
plugins:
- search
- llmstxt:
markdown_description: |
BalatroBot is a mod for Balatro that serves a JSON-RPC 2.0 HTTP API, exposing game state and controls for external program interaction. The API provides endpoints for complete game control, including card selection, shop transactions, blind selection, and state management. External clients connect via HTTP POST to execute game actions programmatically.
sections:
Documentation:
- installation.md
- cli.md
- api.md
- contributing.md
full_output: llms-full.txt
autoclean: true
nav:
- BalatroBot: index.md
- Installation: installation.md
- Example Bot: example-bot.md
- CLI Reference: cli.md
- API Reference: api.md
- Contributing: contributing.md
markdown_extensions:
- toc:
toc_depth: 3
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: false
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg