Skip to content

Commit 2ae414b

Browse files
authored
added structure (#156)
* added structure * remove extra * small nit * Make headers sentence case * Brought back missing files * Reorder * Move FAQ down * Move playwright execution to advance * Prioritize bot anti-detection * Add header consistency * Tweak * Don't use imperative
1 parent 1953a00 commit 2ae414b

File tree

2 files changed

+47
-29
lines changed

2 files changed

+47
-29
lines changed

browsers/playwright-execution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Playwright Execution"
3-
description: "Execute Playwright code directly against your browser"
3+
description: "Execute Playwright code in the same VM as your browser"
44
---
55

66
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.

docs.json

Lines changed: 46 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,50 +56,67 @@
5656
"icon": "book-open",
5757
"groups": [
5858
{
59-
"group": "Get Started",
59+
"group": "Getting started",
6060
"pages": [
6161
"introduction",
6262
"quickstart"
6363
]
6464
},
6565
{
66-
"group": "Browsers",
66+
"group": "Working with your browser",
6767
"pages": [
68-
"browsers/create-a-browser",
69-
"browsers/headless",
70-
"browsers/viewport",
71-
"browsers/live-view",
72-
"browsers/standby",
73-
"browsers/profiles",
74-
"browsers/termination",
7568
{
76-
"group": "Bot Anti-Detection",
69+
"group": "Basics",
70+
"expanded": true,
71+
"pages": [
72+
"browsers/create-a-browser",
73+
"browsers/live-view",
74+
"browsers/termination",
75+
"browsers/standby",
76+
"browsers/headless"
77+
]
78+
},
79+
{
80+
"group": "Intermediate",
81+
"expanded": true,
82+
"pages": [
83+
"browsers/replays",
84+
"browsers/viewport",
85+
"browsers/profiles",
86+
"browsers/pools",
87+
"browsers/file-io"
88+
]
89+
},
90+
{
91+
"group": "Advanced",
92+
"expanded": true,
7793
"pages": [
78-
"browsers/bot-detection/overview",
79-
"browsers/bot-detection/stealth",
8094
{
81-
"group": "Proxies",
95+
"group": "Bot Anti-Detection",
8296
"pages": [
83-
"proxies/overview",
84-
"proxies/custom",
85-
"proxies/residential",
86-
"proxies/isp",
87-
"proxies/datacenter"
97+
"browsers/bot-detection/overview",
98+
"browsers/bot-detection/stealth",
99+
{
100+
"group": "Proxies",
101+
"pages": [
102+
"proxies/overview",
103+
"proxies/custom",
104+
"proxies/residential",
105+
"proxies/isp",
106+
"proxies/datacenter"
107+
]
108+
}
88109
]
89-
}
110+
},
111+
"browsers/playwright-execution",
112+
"browsers/computer-controls",
113+
"browsers/extensions"
90114
]
91-
},
92-
"browsers/file-io",
93-
"browsers/replays",
94-
"browsers/pools",
95-
"browsers/extensions",
96-
"browsers/computer-controls",
97-
"browsers/playwright-execution",
98-
"browsers/faq"
115+
}
99116
]
100117
},
101118
{
102-
"group": "App Platform",
119+
"group": "Building your app",
103120
"pages": [
104121
"apps/develop",
105122
"apps/deploy",
@@ -155,6 +172,7 @@
155172
{
156173
"group": "Info",
157174
"pages": [
175+
"browsers/faq",
158176
"info/concepts",
159177
"info/pricing",
160178
"info/unikernels"

0 commit comments

Comments
 (0)