Skip to content

Commit 59ec447

Browse files
committed
Fix typos and update metadata in documentation
Corrected several typos in the Linux guest and distributed usage documentation, and updated the SKILLS.md file with front matter metadata for improved clarity and structure.
1 parent 611607d commit 59ec447

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

SKILLS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: cape-sandbox-developer
3+
description: Comprehensive guide for architecture, development patterns, and advanced troubleshooting in CAPE Sandbox (v2).
4+
---
5+
16
# CAPE Sandbox Developer Skills & Architecture Guide
27

38
This document outlines the architectural structure, core concepts, and development patterns for the CAPE Sandbox (v2). It serves as a guide for extending functionality, debugging, and maintaining the codebase.
@@ -205,4 +210,4 @@ CAPE stores unstructured analysis results in the `analysis` collection.
205210
```bash
206211
mongo cuckoo
207212
db.analysis.find({"info.id": 123}, {"behavior.summary": 1}).pretty()
208-
```
213+
```

docs/book/src/installation/guest/linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing the Linux guest
33
==========================
44

5-
Linux guests doesn't have official CAPAE support!
5+
Linux guests don't have official CAPE support!
66
First, prepare the networking for your machinery platform on the host side.
77

88
.. This has not been tested recently:

docs/book/src/usage/dist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ or::
164164
Submit a new analysis task
165165
The method of submission is always the same: by REST API or via web GUI, both only pointing to the "master node".
166166

167-
Get the report of a task should be requested throw master node integrated /api/
167+
Get the report of a task should be requested through the master node integrated /api/
168168

169169
Proposed setup
170170
==============

docs/book/src/usage/monitor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ What make CAPE's debugger unique among Windows debuggers is the fact that it has
88

99
The debugger is not interactive, its actions are pre-determined upon submission and the results can be found in the debugger log which is presented in a dedicated tab in the UI.
1010

11-
Th following is a quick guide on getting started with the debugger.
11+
The following is a quick guide on getting started with the debugger.
1212

1313
Breakpoints: bp0, bp1, bp2, bp3
1414
===============================

0 commit comments

Comments
 (0)