Skip to content

Commit

Permalink
Typos (#120)
Browse files Browse the repository at this point in the history
* Will finish within the next couple of days.

* Ready for review.

* Optimised images with calibre/image-actions

* Delete stuff

* Fix colors in workflow node doc

* Add back used image

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emile Fugulin <[email protected]>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent 04612ad commit bd05720
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file removed src/_images/custom_css.png
Binary file not shown.
Binary file removed src/_images/store_release.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/concepts/essentials/workflows/nodes/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ These Nodes are color categorized together by their green marked tabs and allow

### Code Nodes

These Nodes are color categorized together by their green marked tabs and provide a way to integrate Shell commands and Javascript.
These Nodes are color categorized together by their red marked tabs and provide a way to integrate Shell commands and Javascript.

### Miscellaneous Nodes (Blue)

These Nodes are color categorized together by their green marked tabs. The actions they perform include encoding/decoding, hashing/dehashing and filtering.
These Nodes are color categorized together by their blue marked tabs. The actions they perform include encoding/decoding, hashing/dehashing and filtering.

<img alt="List of nodes." src="/_images/nodes_all_types.png" center/>

Expand Down
2 changes: 1 addition & 1 deletion src/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
- **[Files: _Caido Generated_](./internals/files.md)** - inspecting the files that Caido generates.
- **[GraphQL](./internals/graphql.md)** - information about Caido GraphQL API.
- **[Download](./internals/download.md)** - download links information.
- **[Cloud](./internals/cloud.md)** - Cloud service information.
- **[Cloud](./internals/cloud.md)** - cloud service information.
- **[Authentication](./internals/authentication.md)** - authentication information.
10 changes: 5 additions & 5 deletions src/reference/features/workspace/backups.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backups

`Backups` are self-contained files that contain all the data within a Project. Creating backups is a **Caido Pro** feature, but **all** plans can restore Backups. You can create Backups of your Projects at anytime inside Caido.
`Backups` are self-contained files that contain all the data within a Project. Creating backups is a **Caido Pro** feature, but **all** plans can restore backups. You can create backups of your Projects at anytime inside Caido.

::: tip
Backups allow you to share your security audits with others - making sure you are on the same page when it comes to collaborative testing.
Expand All @@ -9,7 +9,7 @@ Backups allow you to share your security audits with others - making sure you ar
## Creating a Backup

<ProContainer>
You create Backups directly from the Projects tab of your Workspace by clicking ⋮ located to the far-right of the desired Project row.
You create backups directly from the Projects tab of your Workspace by clicking ⋮ located to the far-right of the desired Project row.
</ProContainer>

::: tip
Expand All @@ -20,19 +20,19 @@ It is possible to backup any Project including the currently selected one.

## Downloading a Backup

Once the Backup file creation is complete, it will be available in the `Backups` tab. If your Instance is remote, you can `Download` the Backup to your local machine. Otherwise, you can click on the `` to get the path on disk if you wish to copy it directly.
Once the backup file creation is complete, it will be available in the `Backups` tab. If your Instance is remote, you can `Download` the backup to your local machine. Otherwise, you can click on the `` to get the path on disk if you wish to copy it directly.

<img alt="Backup import." src="/_images/backup_download.png" center/>

## Restoring a Backup

Restoring a Backup can be done in one of two ways:
Restoring a backup can be done in one of two ways:

1. Importing a `.caidobak` file by clicking the `Import` button and selecting the file.

<img alt="Backup import." src="/_images/backup_import.png" center/>

2. Restoring an existing backup from the Backups tab within the Projects interface by clicking the `Restore` button.
2. Restoring an existing backup from the backups tab within the Projects interface by clicking the `Restore` button.

<img alt="Import project." src="/_images/backup_restore.png"/>

Expand Down
2 changes: 1 addition & 1 deletion src/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- **[Files: _User Uploads_](./features/workspace/files.md)** - uploading files to Caido for use/reuse.
- **[Plugins](./features/workspace/plugins.md)** - installing and managing plugin packages.
- **[Projects](./features/workspace/projects.md)** - organizing your assessments.
- **[Backups](./features/workspace/backups.md)** - creating Backup files of your Projects/recovering Projects from Backup files.
- **[Backups](./features/workspace/backups.md)** - creating backup files of your Projects/recovering Projects from backup files.

## Workflows

Expand Down

0 comments on commit bd05720

Please sign in to comment.