You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/get-started/index.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ sidebar:
5
5
order: 2
6
6
---
7
7
8
-
import { DirectoryListing } from"~/components";
8
+
Browser rendering can be used in two ways:
9
9
10
-
Browser rendering can be used in two ways: the [Workers Binding API](/browser-rendering/workers-binding-api) for complex scripts and the Quick Actions REST API for [simple actions](/browser-rendering/quick-actions-rest-api/).
11
-
12
-
<DirectoryListing />
10
+
-[Workers Binding API](/browser-rendering/workers-binding-api) for complex scripts.
11
+
- Quick Actions REST API for [simple actions](/browser-rendering/quick-actions-rest-api/).
0 commit comments