mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-05 12:47:17 +02:00
docs: documentation overhaul - archive, user guides, env parity (#62)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
* docs: archive CLI runner scripts and Windows Docker guide, update web runner scripts * docs: overhaul README and DOCKER.md, add 10 user guides - README: Budget Mode section, corrected Further Reading links, theme badge descriptions, diagnostics expansion - DOCKER.md: Windows path note, Budget Mode + Include/Exclude sections, env table additions - docs/user_guides/: 10 new feature guides covering budget mode, include/exclude, locks/replace/permalinks, batch build, theme browser, random build, owned cards, partner mechanics, bracket compliance, quick build & skip controls * fix: map PriceTimeoutError→503, add budget exceptions to status map; update error_handling.md * docs: env var parity — add missing vars to .env.example and README table
This commit is contained in:
parent
537f5d3834
commit
ac6c9f4daa
21 changed files with 1074 additions and 23 deletions
|
|
@ -44,6 +44,8 @@ THEME=system # system|light|dark (initial default; user p
|
|||
SHOW_SETUP=1 # dockerhub: SHOW_SETUP="1"
|
||||
SHOW_LOGS=1 # dockerhub: SHOW_LOGS="1"
|
||||
SHOW_DIAGNOSTICS=1 # dockerhub: SHOW_DIAGNOSTICS="1"
|
||||
SHOW_COMMANDERS=1 # 1=show the commander browser tile and pages; 0=hide
|
||||
# SHOW_MISC_POOL=0 # 1=expose the misc pool debug view (developer/diagnostics)
|
||||
ENABLE_THEMES=1 # dockerhub: ENABLE_THEMES="1"
|
||||
ENABLE_CUSTOM_THEMES=1 # dockerhub: ENABLE_CUSTOM_THEMES="1"
|
||||
USER_THEME_LIMIT=8 # dockerhub: USER_THEME_LIMIT="8"
|
||||
|
|
@ -132,6 +134,8 @@ TAG_METADATA_SPLIT=1 # dockerhub: TAG_METADATA_SPLIT="1" #
|
|||
|
||||
# Theme Catalog Settings
|
||||
# THEME_MIN_CARDS=5 # Minimum cards required for a theme to be kept in the system (default: 5). Themes with fewer cards are stripped during setup/tagging. Set to 1 to keep all themes, 0 to only strip orphaned themes.
|
||||
# THEME_CATALOG_MODE=merge # merge|legacy|build|phaseb. Controls catalog builder strategy; 'merge' (default) uses Phase B merged YAML builder.
|
||||
# THEME_YAML_FAST_SKIP=0 # 1=allow skipping per-theme YAML export on fast code path (development only; default is always export)
|
||||
|
||||
# DFC_COMPAT_SNAPSHOT=0 # 1=write legacy unmerged MDFC snapshots alongside merged catalogs (deprecated compatibility workflow)
|
||||
# WEB_CUSTOM_EXPORT_BASE= # Custom basename for exports (optional).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue