Skip to content

Commit ad44398

Browse files
committed
fix: overview page
1 parent 1a7219b commit ad44398

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{
4242
"group": "Overview",
4343
"pages": [
44-
"platform/overview",
44+
"platform/quickstart",
4545
"platform/code-reviews",
4646
"platform/billing-access",
4747
"platform/pentests"

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Meet the next generation of AI-native tools built for developers, security engin
1414
<Card
1515
title="Platform Overview"
1616
icon="table-columns"
17-
href="/platform/overview"
17+
href="/platform/quickstart"
1818
horizontal
1919
>
2020
Manage integrations, reviews, access, billing, and pentests across your organization.

platform/pentests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use **Code Reviews** when you want ongoing pull request coverage on connected re
6464
Use **Pentests** when you want a broader assessment with shared credits and owner-controlled start permissions.
6565

6666
<Columns cols={2}>
67-
<Card title="Overview" icon="table-columns" href="/platform/overview">
67+
<Card title="Overview" icon="table-columns" href="/platform/quickstart">
6868
See how pentests fit into the broader Platform workflow.
6969
</Card>
7070
<Card title="Billing & Access" icon="users" href="/platform/billing-access">
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Overview"
2+
title: "Quickstart"
33
description: "Use the Hacktron Platform to manage integrations, reviews, access, billing, and pentests across your organization."
44
---
55

@@ -84,7 +84,7 @@ For example, someone might be invited through the Platform, assigned a Sec seat
8484
<Card title="Pentests" icon="shield-halved" href="/platform/pentests">
8585
Run scoped pentests with shared organization credits.
8686
</Card>
87-
<Card title="Workbench" icon="terminal" href="/workbench/overview">
87+
<Card title="Workbench" icon="terminal" href="/workbench/cli/quickstart">
8888
Use the CLI and IDE extension alongside the Platform.
8989
</Card>
9090
</Columns>

0 commit comments

Comments
 (0)