Skip to content

Commit f465d6f

Browse files
committed
Fix highlighted lines
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 4d909be commit f465d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/toolhive/guides-mcp/playwright.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ kubectl apply -f playwright.yaml
170170
For production deployments with network restrictions, add the
171171
`--allowed-origins` argument with a list of trusted domains:
172172

173-
```yaml {16-17} title="playwright-restricted.yaml"
173+
```yaml {18-19} title="playwright-restricted.yaml"
174174
apiVersion: toolhive.stacklok.dev/v1alpha1
175175
kind: MCPServer
176176
metadata:
@@ -195,7 +195,7 @@ spec:
195195
Mount a persistent volume to save browser output files like screenshots and
196196
traces:
197197

198-
```yaml {16-17,22-25,28-31} title="playwright-with-volume.yaml"
198+
```yaml {18-19,24-27,30-33} title="playwright-with-volume.yaml"
199199
apiVersion: toolhive.stacklok.dev/v1alpha1
200200
kind: MCPServer
201201
metadata:

0 commit comments

Comments
 (0)