Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Fetch HTML
title: /content - Fetch HTML
sidebar:
order: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Capture structured data
title: /json - Capture structured data
sidebar:
order: 9
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Retrieve links from a webpage
title: /links - Retrieve links from a webpage
sidebar:
order: 10
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Extract Markdown from a webpage
title: /markdown - Extract Markdown from a webpage
sidebar:
order: 10
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Render PDF
title: /pdf - Render PDF
sidebar:
order: 5
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Scrape HTML elements
title: /scrape endpoint - Scrape HTML elements
sidebar:
order: 7
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Capture screenshot
title: /screenshot - Capture screenshot
sidebar:
order: 3
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/browser-rendering/rest-api/snapshot.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Take a webpage snapshot
title: /snapshot - Take a webpage snapshot
sidebar:
order: 6
---
Expand Down
Loading