Skip to content

Commit f4beffc

Browse files
committed
feat: platform docs
1 parent 6d70365 commit f4beffc

18 files changed

Lines changed: 8815 additions & 11 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
.mintlify/

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,29 @@ We welcome contributions from the community to improve our documentation, e.g. f
1616

1717
### Prerequisites
1818

19-
* Node.js 18 or higher
19+
* Node.js 24
2020

2121
* Git
2222

2323
* A code editor (we recommend VS Code with MDX extension)
2424

2525
### Local Development
2626

27-
1. Start the development server:
27+
1. Install dependencies:
2828

2929
```bash
30-
mintlify dev
30+
pnpm install
3131
```
3232

33-
1. Visit `http://localhost:3000` to preview changes
33+
2. Start the development server:
3434

35-
2. Make changes to `.mdx` files and see them live-reload
35+
```bash
36+
pnpm dev
37+
```
38+
39+
3. Visit `http://localhost:3000` to preview changes
40+
41+
4. Make changes to `.mdx` files and see them live-reload
3642

3743
### Environment Setup
3844

docs.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"banner": {
19-
"content": "🚀 Hacktron Workbench is now in beta. Start for free [here](https://app.hacktron.ai).",
19+
"content": "New: Explore the [Hacktron Platform](/platform/overview) for org-wide setup, reviews, billing, and pentests.",
2020
"dismissible": true
2121
},
2222
"favicon": "/favicon.png",
@@ -35,6 +35,20 @@
3535
}
3636
]
3737
},
38+
{
39+
"tab": "Platform",
40+
"groups": [
41+
{
42+
"group": "Overview",
43+
"pages": [
44+
"platform/overview",
45+
"platform/code-reviews",
46+
"platform/billing-access",
47+
"platform/pentests"
48+
]
49+
}
50+
]
51+
},
3852
{
3953
"tab": "Workbench",
4054
"groups": [
@@ -82,7 +96,7 @@
8296
{
8397
"anchor": "Trust Center",
8498
"href": "https://trust.hacktron.ai",
85-
"icon": "shield"
99+
"icon": "shield-halved"
86100
}
87101
]
88102
}

images/organizations_feb2026.mp4

17 MB
Binary file not shown.

images/platform-billing-dark.png

150 KB
Loading
181 KB
Loading

images/platform-pentests-dark.png

230 KB
Loading

images/platform-people-dark.png

161 KB
Loading

0 commit comments

Comments
 (0)