@@ -18,22 +18,22 @@ uniform scheme.
1818
1919## Two branches, two artefacts
2020
21- | Branch | Holds |
22- | ---| ---|
23- | ` main ` | Markdown builds, the scraper, documentation |
24- | ` gh-pages ` | The generated website |
21+ | Branch | Holds |
22+ | ---------- | ------------------------------------------- |
23+ | ` main ` | Markdown builds, the scraper, documentation |
24+ | ` gh-pages ` | The generated website |
2525
2626The website is a ** derived artefact** . The Markdown files are the source of truth, and the
2727published pages are one rendering of them — which is why the currency can differ between the
2828two without either being wrong.
2929
3030## Three representations, deliberately
3131
32- | Form | Currency | Printed price | Current price |
33- | ---| ---| ---| ---|
34- | PCPartPicker | Any supported | No | Yes, live |
35- | Markdown | CAD | Yes | Yes, from the last scrape |
36- | Website | USD | Yes | Yes, from the last scrape |
32+ | Form | Currency | Printed price | Current price |
33+ | ------------ | ------------- | ------------- | ------------------------- |
34+ | PCPartPicker | Any supported | No | Yes, live |
35+ | Markdown | CAD | Yes | Yes, from the last scrape |
36+ | Website | USD | Yes | Yes, from the last scrape |
3737
3838PCPartPicker is a live service and cannot carry a historical figure, which is why the archive
3939keeps its own copies. Losing the printed price would leave nothing to compare against, and the
0 commit comments