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
|
|
@ -190,7 +190,10 @@ _EXCEPTION_STATUS_MAP: list[tuple[str, int]] = [
|
|||
# Price
|
||||
("PriceLimitError", 400),
|
||||
("PriceValidationError", 400),
|
||||
("PriceConfigurationError", 400),
|
||||
("BudgetHardCapExceeded", 400),
|
||||
("PriceAPIError", 503),
|
||||
("PriceTimeoutError", 503),
|
||||
("PriceError", 400),
|
||||
# CSV / setup data unavailable
|
||||
("CSVFileNotFoundError", 503),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue