Skip to content

Commit 0beb81e

Browse files
Add info on deleting a project to Manage Projects page (#2456)
* Add info on deleting a project Fortunately we already have this componentized (🙌🏻). It makes sense to include it directly on the Manage Projects page as well, since deletion is part of management. * hmm yes importing the component is also required
1 parent a2f1d42 commit 0beb81e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/deployment/manage-projects.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags:
88
- Semgrep AppSec Platform
99
---
1010

11+
import DeleteAProject from "/src/components/procedure/_delete-a-project.md"
12+
1113
# Manage projects
1214

1315
View, sort, and tag your projects through the **Projects** page. Refer to this page to manage and troubleshoot thousands of repositories by identifying scan issues or scans with a high number of findings.
@@ -91,3 +93,9 @@ See the following pages for more information:
9193
- For Semgrep Managed Scans users: [configure your scans](/deployment/managed-scanning/overview).
9294
- [Set a primary branch](/deployment/primary-branch).
9395
- [Set tags](/semgrep-appsec-platform/tags).
96+
97+
## Delete a project
98+
99+
Deleting a project removes all of its findings, metadata, and other records from Semgrep AppSec Platform.
100+
101+
<DeleteAProject />

0 commit comments

Comments
 (0)