Skip to content

Commit d32109d

Browse files
committed
fix(site): expose published playground resources
1 parent b276081 commit d32109d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

site/src/pages/index.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const endpoints = [
1111
{ label: "/v1/smartphones/{slug}", desc: "Phone detail + scores", href: `${base}v1/smartphones/galaxy-s26-ultra/index.json` },
1212
{ label: "/v1/smartphones/{slug}/score", desc: "Computed scores", href: `${base}v1/smartphones/galaxy-s26-ultra/score/index.json` },
1313
{ label: "/v1/tablets", desc: "List all tablets", href: `${base}v1/tablets/index.json` },
14+
{ label: "/v1/laptops", desc: "List all laptops", href: `${base}v1/laptops/index.json` },
15+
{ label: "/v1/monitors", desc: "List all monitors", href: `${base}v1/monitors/index.json` },
1416
{ label: "/v1/watches", desc: "List all watches", href: `${base}v1/watches/index.json` },
1517
{ label: "/v1/pdas", desc: "List all PDAs", href: `${base}v1/pdas/index.json` },
1618
{ label: "/v1/socs/{slug}", desc: "System-on-chip detail", href: `${base}v1/socs/snapdragon-8-elite-gen-5/index.json` },
@@ -161,8 +163,11 @@ const endpoints = [
161163
<select id="pg-resource">
162164
<option value="smartphones">smartphones</option>
163165
<option value="tablets">tablets</option>
166+
<option value="laptops">laptops</option>
167+
<option value="monitors">monitors</option>
164168
<option value="watches">watches</option>
165169
<option value="pdas">pdas</option>
170+
<option value="software">software</option>
166171
<option value="socs">socs</option>
167172
<option value="gpus">gpus</option>
168173
<option value="cpus">cpus</option>

0 commit comments

Comments
 (0)