lightpanda (#646)

* lightpanda

* lightpanda benchmarks

* improvements

* fixes

* improvements
This commit is contained in:
Chris Tate
2026-03-06 11:16:37 -06:00
committed by GitHub
parent 36c2e06f89
commit 0da54c7038
25 changed files with 2190 additions and 74 deletions
+7
View File
@@ -40,6 +40,13 @@ export const navigation: NavSection[] = [
{ name: "Native Mode (Experimental)", href: "/native-mode" },
],
},
{
title: "Engines",
items: [
{ name: "Chrome", href: "/engines/chrome" },
{ name: "Lightpanda", href: "/engines/lightpanda" },
],
},
{
title: null,
items: [{ name: "Changelog", href: "/changelog" }],
+2
View File
@@ -14,6 +14,8 @@ export const PAGE_TITLES: Record<string, string> = {
profiler: "Profiler",
ios: "iOS Simulator",
security: "Security",
"engines/chrome": "Chrome",
"engines/lightpanda": "Lightpanda",
"native-mode": "Native Mode (Experimental)",
changelog: "Changelog",
};