diff --git a/site/public/techapi-mark.png b/site/public/techapi-mark.png new file mode 100644 index 000000000000..5c38aa892683 Binary files /dev/null and b/site/public/techapi-mark.png differ diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index 0eb89ad8164b..837292cc200b 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -11,6 +11,8 @@ const endpoints = [ { label: "/v1/smartphones/{slug}", desc: "Phone detail + scores", href: `${base}v1/smartphones/galaxy-s26-ultra/index.json` }, { label: "/v1/smartphones/{slug}/score", desc: "Computed scores", href: `${base}v1/smartphones/galaxy-s26-ultra/score/index.json` }, { label: "/v1/tablets", desc: "List all tablets", href: `${base}v1/tablets/index.json` }, + { label: "/v1/laptops", desc: "List all laptops", href: `${base}v1/laptops/index.json` }, + { label: "/v1/monitors", desc: "List all monitors", href: `${base}v1/monitors/index.json` }, { label: "/v1/watches", desc: "List all watches", href: `${base}v1/watches/index.json` }, { label: "/v1/pdas", desc: "List all PDAs", href: `${base}v1/pdas/index.json` }, { label: "/v1/socs/{slug}", desc: "System-on-chip detail", href: `${base}v1/socs/snapdragon-8-elite-gen-5/index.json` }, @@ -49,7 +51,7 @@ const endpoints = [