diff --git a/browsers/playwright-execution.mdx b/browsers/playwright-execution.mdx index df6567f..9b28602 100644 --- a/browsers/playwright-execution.mdx +++ b/browsers/playwright-execution.mdx @@ -1,6 +1,6 @@ --- title: "Playwright Execution" -description: "Execute Playwright code directly against your browser" +description: "Execute Playwright code in the same VM as your browser" --- Execute arbitrary Playwright/TypeScript code in a fresh execution context against your browser. The code runs in the same VM as the browser, minimizing latency and maximizing throughput. diff --git a/docs.json b/docs.json index dedd1b8..dd820b9 100644 --- a/docs.json +++ b/docs.json @@ -56,50 +56,67 @@ "icon": "book-open", "groups": [ { - "group": "Get Started", + "group": "Getting started", "pages": [ "introduction", "quickstart" ] }, { - "group": "Browsers", + "group": "Working with your browser", "pages": [ - "browsers/create-a-browser", - "browsers/headless", - "browsers/viewport", - "browsers/live-view", - "browsers/standby", - "browsers/profiles", - "browsers/termination", { - "group": "Bot Anti-Detection", + "group": "Basics", + "expanded": true, + "pages": [ + "browsers/create-a-browser", + "browsers/live-view", + "browsers/termination", + "browsers/standby", + "browsers/headless" + ] + }, + { + "group": "Intermediate", + "expanded": true, + "pages": [ + "browsers/replays", + "browsers/viewport", + "browsers/profiles", + "browsers/pools", + "browsers/file-io" + ] + }, + { + "group": "Advanced", + "expanded": true, "pages": [ - "browsers/bot-detection/overview", - "browsers/bot-detection/stealth", { - "group": "Proxies", + "group": "Bot Anti-Detection", "pages": [ - "proxies/overview", - "proxies/custom", - "proxies/residential", - "proxies/isp", - "proxies/datacenter" + "browsers/bot-detection/overview", + "browsers/bot-detection/stealth", + { + "group": "Proxies", + "pages": [ + "proxies/overview", + "proxies/custom", + "proxies/residential", + "proxies/isp", + "proxies/datacenter" + ] + } ] - } + }, + "browsers/playwright-execution", + "browsers/computer-controls", + "browsers/extensions" ] - }, - "browsers/file-io", - "browsers/replays", - "browsers/pools", - "browsers/extensions", - "browsers/computer-controls", - "browsers/playwright-execution", - "browsers/faq" + } ] }, { - "group": "App Platform", + "group": "Building your app", "pages": [ "apps/develop", "apps/deploy", @@ -155,6 +172,7 @@ { "group": "Info", "pages": [ + "browsers/faq", "info/concepts", "info/pricing", "info/unikernels"