Skip to content

Commit

Permalink
docs: reduce docs filenames and update mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco authored and Rafael David Tinoco committed Jan 20, 2022
1 parent 664d157 commit 7211091
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> containers images, instead of just downloading them from the
> [Docker Hub](https://hub.docker.com/r/aquasec/tracee). If you would like to
> have a local building building and execution environment,
> [read this](./building-environment.md) instead.
> [read this](./environment.md) instead.
## Generating Tracee containers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> These instructions are meant to describe how to create a local building and
> execution environment. If you would like to build tracee container(s)
> image(s), [read this](./building-containers.md) instead.
> image(s), [read this](./containers.md) instead.
## Quick steps (**impatient readers**)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ TIME UID COMM PID TID RET EVENT
...
```

## Use the [building environment](./building-environment.md)
## Use the [building environment](./environment.md)

If you're willing to generate the non CO-RE eBPF object using the `tracee-make`
building environment container, you're able to by doing:
Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ edit_uri: ""

nav:
- Getting Started: index.md
- Building:
- Building Environment: building/environment.md
- Building Containers: building/containers.md
- Building non CO-RE: building/nocore-ebpf.md
- Installation:
- Prerequisites: install/prerequisites.md
- eBPF Compilation: install/ebpf-compilation.md
- Linux Headers: install/headers.md
- Kubernetes: install/kubernetes.md
- Docker for Mac: install/docker-mac.md
Expand Down

0 comments on commit 7211091

Please sign in to comment.