-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (70 loc) · 1.98 KB
/
mkdocs.yml
File metadata and controls
70 lines (70 loc) · 1.98 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
site_name: BalatroLLM
site_description: Play Balatro with LLMs
site_author: "S1M0N38"
repo_name: "coder/balatrollm"
repo_url: https://github.com/coder/balatrollm
site_url: https://coder.github.io/balatrollm/
docs_dir: docs/
theme:
name: material
favicon: assets/balatrollm.svg
logo: assets/balatrollm-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: |
BalatroLLM is a bot that uses Large Language Models (LLMs) to play [Balatro](https://www.playbalatro.com/), the popular roguelike poker deck-building game. The bot analyzes game states, makes strategic decisions, and executes actions through the [BalatroBot](https://github.com/coder/balatrobot) API.
sections:
Documentation:
- installation.md
- cli.md
- strategies.md
- contributing.md
full_output: llms-full.txt
autoclean: true
nav:
- BalatroLLM: index.md
- Installation: installation.md
- CLI Reference: cli.md
- Strategies: strategies.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