Skip to content

Commit

Permalink
R7 Docs Updates (Velocidex#711)
Browse files Browse the repository at this point in the history
Added references to Rapid7 documentation for Velociraptor hosted in the
Insight Platform. Also corrected Hugo website builder URL in the readme

---------

Co-authored-by: Mike Cohen <[email protected]>
  • Loading branch information
SBattaglia-R7 and scudette authored Oct 24, 2023
1 parent adb5bb5 commit 1d48b77
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
public/
.wordlist.dict
.hugo_build.lock
.idea
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1410,3 +1410,6 @@ extensibility
masse
transformative
Uncompress

# content/docs/_index.md
InsightIDR
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ This is the documentation site for Velociraptor - digging deeper!

## Building this site

The site uses the static website generator [Hugo](https://hugo.io).
The site uses the static website generator [Hugo](https://gohugo.io).

To develop on the site:
1. clone this repository by running the following git clone command
```
git clone --recurse-submodules https://github.com/Velocidex/velociraptor-docs.git
```
**Note** normal cloning will not work. You must recurse the submodules or hugo will not understand shortcodes and you will see errors such as:
**Note** normal cloning will not work. You must recurse the submodules or hugo will not understand shortcodes and you will see errors such as:
`failed to extract shortcode: template for shortcode "children" not found`

2. Run Hugo:
Expand All @@ -24,9 +24,9 @@ To develop on the site:
```
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:alpine server
```

3. Open your browser to http://localhost:1313.

This will bring up a local web server where you can see your changes.


Expand Down
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ menu:
identifier: "rss"
url: "/rss/"
weight: 40
- name: "<i class='fa fa-question-circle'></i>Rapid7 Docs"
url: "https://docs.rapid7.com/"
weight: 50

googleAnalytics: G-QYH72LMYCS

Expand Down
6 changes: 6 additions & 0 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ used in many different situations, visit our
Finally check out the Velociraptor [Blog]({{< ref "/blog" >}}) for articles about
using Velociraptor in different scenarios and to learn more about
Velociraptor's features.

{{% notice note "Using Velociraptor integrated with Rapid7 InsightIDR?"%}}

Read the [InsightIDR documentation](https://docs.rapid7.com/insightidr/velociraptor-alerts) to learn more about how Velociraptor and InsightIDR work together.

{{% /notice %}}
6 changes: 6 additions & 0 deletions content/docs/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Signed]({{< relref "self-signed" >}}) or [Cloud Deployment]({{< relref
local machine for testing environment. For more information, see
[Instant Velociraptor](#instant-velociraptor).

{{% notice note "Using Velociraptor integrated with Rapid7 InsightIDR?"%}}

These deployment steps apply to open source Velociraptor only. Read the [InsightIDR documentation](https://docs.rapid7.com/insightidr/velociraptor-integration) to learn more about how Velociraptor is deployed with the Insight Platform.

{{% /notice %}}

## Deployment Overview

Below is a typical Velociraptor deployment
Expand Down

0 comments on commit 1d48b77

Please sign in to comment.