Skip to content

Commit 6d70365

Browse files
committed
feat: docs for ide extensions
1 parent 6ad08e3 commit 6d70365

17 files changed

Lines changed: 292 additions & 37 deletions

docs.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"banner": {
19-
"content": "🚀 The Hacktron CLI is now in beta. Start for free [here](https://app.hacktron.ai).",
19+
"content": "🚀 Hacktron Workbench is now in beta. Start for free [here](https://app.hacktron.ai).",
2020
"dismissible": true
2121
},
2222
"favicon": "/favicon.png",
@@ -36,19 +36,33 @@
3636
]
3737
},
3838
{
39-
"tab": "CLI Documentation",
39+
"tab": "Workbench",
4040
"groups": [
4141
{
42-
"group": "Getting started",
43-
"pages": ["cli/overview", "cli/quickstart"]
42+
"group": "Overview",
43+
"pages": ["workbench/overview", "workbench/skills"]
44+
},
45+
{
46+
"group": "CLI",
47+
"pages": [
48+
"workbench/cli/quickstart",
49+
"workbench/cli/agents",
50+
"workbench/cli/sessions",
51+
"workbench/cli/shell"
52+
]
4453
},
4554
{
46-
"group": "Reference",
47-
"pages": ["cli/agents", "cli/sessions", "cli/shell"]
55+
"group": "IDE Extensions",
56+
"pages": [
57+
"workbench/ide-extensions/quickstart",
58+
"workbench/ide-extensions/background-sessions",
59+
"workbench/ide-extensions/byok",
60+
"workbench/ide-extensions/personal-agents"
61+
]
4862
},
4963
{
5064
"group": "Resources",
51-
"pages": ["cli/changelog"]
65+
"pages": ["workbench/changelog"]
5266
}
5367
]
5468
}

images/add_model.png

69 KB
Loading
338 KB
Loading

images/model_config.png

66.7 KB
Loading

index.mdx

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,27 @@ Meet the next generation of AI-native tools built for developers, security engin
88

99
![Hacktron Logo](/logo/hero.png)
1010

11-
## Command-Line Interface
11+
## Hacktron Workbench
1212

13-
<Columns cols={3}>
13+
<Columns cols={2}>
1414
<Card
1515
title="CLI Quickstart"
1616
icon="terminal"
17-
href="/cli/quickstart"
17+
href="/workbench/cli/quickstart"
1818
horizontal
1919
>
2020
Get started with the Hacktron CLI in under 5 minutes.
21-
</Card>
22-
<Card
23-
title="Features overview"
24-
icon="star"
25-
href="/cli/overview"
26-
horizontal
27-
>
28-
Explore advanced features and capabilities of the Hacktron CLI.
2921
</Card>
3022
<Card
31-
title="Changelog"
32-
icon="list"
33-
href="https://github.com/HacktronAI/hacktron-cli/releases"
23+
title="IDE Extensions"
24+
icon="code"
25+
href="/workbench/ide-extensions/quickstart"
3426
horizontal
3527
>
36-
Learn about changes and new features in the Hacktron CLI.
28+
Install Hacktron in VS Code, Cursor, and Windsurf.
3729
</Card>
3830
</Columns>
3931

4032
## Hacktron Platform
4133

42-
Coming soon...
34+
Coming soon...

privacy.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ description: Learn about how Hacktron protects your data and respects your priva
55

66
## Compliance
77

8-
We are **SOC 2** compliant, and are currently in the process of getting certified. Our auditor is [Insight Assurance](https://insightassurance.com/) and the certification is expected to be completed by 12/10/2025.
8+
We are **SOC 2 compliant** and have a **SOC 2 Type 1** report. Our auditor is [Insight Assurance](https://insightassurance.com/).
99

10-
You can view our engagement letter and continuous, real-time evidence of our active controls from Vanta in our [Trust Center](https://trust.hacktron.ai).
10+
You can access our report and continuous, real-time evidence of our active controls in our [Trust Center](https://trust.hacktron.ai).
11+
12+
For more details, see our blog post on [Hacktron's SOC 2 Type 1 report](https://www.hacktron.ai/blog/soc-2-type-1).
1113

1214
## AI Providers
1315

@@ -24,4 +26,4 @@ More information is available upon request.
2426

2527
<Card title="View our privacy policy" icon="file" href="https://notion.hacktron.ai/Hacktron-AI-Inc-Privacy-Policy-252da84ebefe8088b6a0e5985f1e6985" horizontal>
2628

27-
</Card>
29+
</Card>
File renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
---
22
title: "Quickstart"
3-
description: "Get started with the Hacktron CLI in under 5 minutes"
3+
description: "Get started with the CLI side of Hacktron Workbench in under 5 minutes"
44
---
55

6+
Hacktron Workbench includes both the Hacktron CLI and the Hacktron IDE extensions. This page covers the CLI setup.
7+
8+
<Card title="IDE Extensions" icon="code" href="/workbench/ide-extensions/quickstart" horizontal>
9+
Prefer working in your editor? Install Hacktron for VS Code, Cursor, or Windsurf.
10+
</Card>
11+
612
## Before you begin
713

814
Make sure you have:
@@ -89,13 +95,16 @@ hacktron findings list
8995
Explore more advanced features:
9096

9197
<Columns cols={2}>
92-
<Card title="Agents" icon="robot" href="/cli/agents">
98+
<Card title="Agents" icon="robot" href="/workbench/cli/agents">
9399
Learn how to use agents in the CLI.
94100
</Card>
95-
<Card title="Sessions" icon="file" href="/cli/sessions">
101+
<Card title="Skills" icon="wrench" href="/workbench/skills">
102+
Build and use local skills across the CLI and IDE extension.
103+
</Card>
104+
<Card title="Sessions" icon="file" href="/workbench/cli/sessions">
96105
Learn how to use sessions to continue where you left off.
97106
</Card>
98-
<Card title="Shell commands" icon="terminal" href="/cli/shell">
107+
<Card title="Shell commands" icon="terminal" href="/workbench/cli/shell">
99108
Learn how to use shell commands in the CLI.
100109
</Card>
101110
</Columns>
File renamed without changes.

0 commit comments

Comments
 (0)