Skip to content

Commit 7d5a311

Browse files
committed
docs(site): drop stale games mention from meta description, note dump-refresh workflow
1 parent 873a70f commit 7d5a311

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ data/cpu/<manufacturer>/<year>/<segment>/<slug>.json # data/cpu/intel/2023/con
3232
All paths use singular folder names. Slugs are kebab-case and unique within each category.
3333

3434
The Astro site lives under `site/` and is the deploy target for GitHub Pages. It
35-
consumes the static JSON dump produced by TechEngine's `weekly-refresh` workflow.
35+
consumes the static JSON dump produced by TechEngine's `weekly-refresh` (rescrapes,
36+
then dumps) and `dump-refresh` (re-dumps current data without a rescrape) workflows.
3637

3738
## Self-Check
3839

‎site/src/pages/index.astro‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const endpoints = [
4545
})();
4646
</script>
4747
<title>TechAPI — open data for consumer electronics specs</title>
48-
<meta name="description" content="A free, open, static dataset of smartphone, laptop, SoC, GPU and CPU specs — plus games, software and websites — with computed scores. No key, no server — just fetch JSON." />
48+
<meta name="description" content="A free, open, static dataset of smartphone, tablet, laptop, SoC, GPU and CPU specs — plus software and websites — with computed scores. No key, no server — just fetch JSON." />
4949
<link rel="preconnect" href="https://fonts.googleapis.com" />
5050
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5151
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet" />

0 commit comments

Comments
 (0)