Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ data/cpu/<manufacturer>/<year>/<segment>/<slug>.json # data/cpu/intel/2023/con
All paths use singular folder names. Slugs are kebab-case and unique within each category.

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

## Self-Check

Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const endpoints = [
})();
</script>
<title>TechAPI — open data for consumer electronics specs</title>
<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." />
<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." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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" />
Expand Down
Loading