Skip to content

Commit c46c64f

Browse files
committed
fix docs: dead links, alt attributes, seo meta, https, sidebar order, h1 headings
1 parent 37b7fba commit c46c64f

95 files changed

Lines changed: 283 additions & 211 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/content/docs/api/basic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: API Basics Overview
33
description: Essential API information including authentication, base URL, and request formatting.
44
sidebar:
55
order: 0

src/content/docs/api/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: API Overview
33
description: Complete API documentation for CoreClaw
44
sidebar:
55
order: 0
@@ -9,7 +9,7 @@ Welcome to the CoreClaw API documentation. Our RESTful API allows you to integra
99

1010
## Getting Started
1111

12-
All API requests require authentication using your API key. You can find your API key in your [account settings](/api/account/).
12+
All API requests require authentication using your API key. You can find your API key in your [account settings](/api/account/info/).
1313

1414
<div class="hero-cards">
1515
<a href="/api/basic/" class="hero-card">
@@ -52,7 +52,7 @@ All API requests require authentication using your API key. You can find your AP
5252
</div>
5353
<svg class="quick-link-arrow" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
5454
</a>
55-
<a href="/api/account/" class="quick-link">
55+
<a href="/api/account/info/" class="quick-link">
5656
<div class="quick-link-content">
5757
<span class="quick-link-title">Account API</span>
5858
<span class="quick-link-desc">Manage your account and API keys</span>

src/content/docs/api/run/detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run Detail
33
description: Get the details of a Worker run.
44
sidebar:
5-
order: 8
5+
order: 2
66
---
77

88
**Method:** `POST`

src/content/docs/api/run/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Export Run Result
33
description: Export the results of a Worker run.
44
sidebar:
5-
order: 10
5+
order: 5
66
---
77

88
**Method:** `POST`

src/content/docs/api/run/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run History
33
description: Get the history of Worker runs.
44
sidebar:
5-
order: 7
5+
order: 1
66
---
77

88
**Method:** `POST`

src/content/docs/api/run/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Runs API
33
description: API endpoints for managing scraping run results and history.
4+
sidebar:
5+
order: 0
46
---
57

6-
# Runs API
8+
## Runs API
79

810
Access and manage your scraping run results, logs, and exports.
911

src/content/docs/api/run/log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run Log
33
description: Get the logs of a Worker run.
44
sidebar:
5-
order: 11
5+
order: 4
66
---
77

88
**Method:** `POST`

src/content/docs/api/run/result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run Result
33
description: Get the results of a Worker run.
44
sidebar:
5-
order: 9
5+
order: 3
66
---
77

88
**Method:** `POST`

src/content/docs/api/task/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Tasks API
33
description: API endpoints for managing scheduled scraping tasks.
4+
sidebar:
5+
order: 0
46
---
57

6-
# Tasks API
8+
## Tasks API
79

810
Create and manage scheduled scraping tasks for automated data collection.
911

src/content/docs/api/task/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Start Task
33
description: Start a Task.
44
sidebar:
5-
order: 9
5+
order: 1
66
---
77

88
**Method:** `POST`

0 commit comments

Comments
 (0)