diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index a7799b5cf..e3802da47 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -1,7 +1,7 @@ --- title: The Falco Project description: Cloud Native Runtime Security -weight: 1 +weight: 10 --- ## What is Falco? diff --git a/content/en/docs/alerts/_index.md b/content/en/docs/alerts/_index.md index 76e385029..44819baaa 100644 --- a/content/en/docs/alerts/_index.md +++ b/content/en/docs/alerts/_index.md @@ -1,6 +1,6 @@ --- title: Falco Alerts -weight: 8 +weight: 80 --- Falco can send alerts to one or more channels: diff --git a/content/en/docs/changelog.md b/content/en/docs/changelog/_index.md similarity index 90% rename from content/en/docs/changelog.md rename to content/en/docs/changelog/_index.md index 50fc2db7a..a85dc14ff 100644 --- a/content/en/docs/changelog.md +++ b/content/en/docs/changelog/_index.md @@ -1,7 +1,7 @@ --- title: Changelog notoc: true -weight: 10 +weight: 100 --- {{< changelog "https://api.github.com/repos/falcosecurity/falco/releases" >}} diff --git a/content/en/docs/configuration/_index.md b/content/en/docs/configuration/_index.md index 8c9526d46..e33ada85a 100644 --- a/content/en/docs/configuration/_index.md +++ b/content/en/docs/configuration/_index.md @@ -1,7 +1,7 @@ --- title: Configuration description: Configuration for the Falco daemon -weight: 4 +weight: 40 notoc: true --- diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index 15777de67..384e61fd5 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -1,7 +1,7 @@ --- title: Contribute description: Contribution recognitions -weight: 11 +weight: 110 notoc: true --- diff --git a/content/en/docs/event-sources/_index.md b/content/en/docs/event-sources/_index.md index 02bae8667..66dee202c 100644 --- a/content/en/docs/event-sources/_index.md +++ b/content/en/docs/event-sources/_index.md @@ -1,6 +1,6 @@ --- title: Event Sources -weight: 5 +weight: 50 --- Falco can consume events from a variety of different sources and apply rules to these events to detect abnormal behavior. diff --git a/content/en/docs/examples.md b/content/en/docs/examples/_index.md similarity index 99% rename from content/en/docs/examples.md rename to content/en/docs/examples/_index.md index eebda7862..3d4b8cb88 100644 --- a/content/en/docs/examples.md +++ b/content/en/docs/examples/_index.md @@ -1,6 +1,6 @@ --- title: Falco Examples -weight: 9 +weight: 90 --- Here are some examples of the types of behavior falco can detect. diff --git a/content/en/docs/getting-started/_index.md b/content/en/docs/getting-started/_index.md index b061e7bfa..4c44577e8 100644 --- a/content/en/docs/getting-started/_index.md +++ b/content/en/docs/getting-started/_index.md @@ -1,7 +1,7 @@ --- title: Getting Started description: Getting started with Falco -weight: 2 +weight: 20 --- You can deploy Falco on a local machine, cloud, a managed Kubernetes cluster, or a Kubernetes cluster such as K3s running on IoT & Edge computing. diff --git a/content/en/docs/grpc/_index.md b/content/en/docs/grpc/_index.md index 3f8e03684..5d65a63e8 100644 --- a/content/en/docs/grpc/_index.md +++ b/content/en/docs/grpc/_index.md @@ -1,6 +1,6 @@ --- title: gRPC API -weight: 7 +weight: 70 --- Starting from version [0.18.0](https://github.com/falcosecurity/falco/releases/tag/0.18.0), Falco has its own gRPC server which provides a set of gRPC APIs. diff --git a/content/en/docs/plugins/_index.md b/content/en/docs/plugins/_index.md index ef101336c..623b92c64 100644 --- a/content/en/docs/plugins/_index.md +++ b/content/en/docs/plugins/_index.md @@ -1,7 +1,7 @@ --- title: Plugins description: Plugins for Falco libraries/Falco daemon -weight: 4 +weight: 40 notoc: true --- diff --git a/content/en/docs/rules/_index.md b/content/en/docs/rules/_index.md index c94fde496..6c1e29d94 100644 --- a/content/en/docs/rules/_index.md +++ b/content/en/docs/rules/_index.md @@ -1,6 +1,6 @@ --- title: Rules -weight: 3 +weight: 30 --- A Falco *rules file* is a [YAML](https://www.yaml.org/) file containing three types of elements: