Skip to content

Commit

Permalink
docs: fix main section frontmatter and weight
Browse files Browse the repository at this point in the history
The icon frontmatter is messing up with the CSS for some reasons.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Dec 4, 2023
1 parent 35a7ebe commit e680ad3
Show file tree
Hide file tree
Showing 45 changed files with 10 additions and 58 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/concepts/_index.md
@@ -1,6 +1,6 @@
---
title: "Concepts"
weight: 3
weight: 4
description: >
The concepts section helps you understand various Tetragon abstractions and
mechanisms.
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/enforcement/_index.md
@@ -1,6 +1,5 @@
---
title: "Enforcement"
icon: "overview"
weight: 4
description: "Documentation for Tetragon enforcement system"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/events.md
@@ -1,6 +1,5 @@
---
title: "Events"
icon: "overview"
weight: 1
description: "Documentation for Tetragon Events"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/metrics.md
@@ -1,6 +1,5 @@
---
title: "Metrics"
icon: "overview"
weight: 2
description: "Documentation for Tetragon metrics"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/_index.md
@@ -1,6 +1,5 @@
---
title: "Tracing Policy"
icon: "overview"
weight: 3
description: "Documentation for the TracingPolicy custom resource"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/example.md
@@ -1,6 +1,5 @@
---
title: "Example"
icon: "tutorials"
weight: 1
description: "Learn the basics of Tracing Policy via an example"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/hooks.md
@@ -1,6 +1,5 @@
---
title: "Hook points"
icon: "features"
weight: 2
description: "Hook points for Tracing Policies and arguments description"
---
Expand Down
@@ -1,6 +1,5 @@
---
title: "K8s namespace and pod label filtering"
icon: "overview"
weight: 4
description: "Tetragon in-kernel filtering based on Kubernetes namespaces and pod label filters"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/options.md
@@ -1,6 +1,5 @@
---
title: "Options"
icon: "overview"
weight: 3
description: "Pass options to hook"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/concepts/tracing-policy/selectors.md
@@ -1,6 +1,5 @@
---
title: "Selectors"
icon: "overview"
weight: 3
description: "Perform in-kernel BPF filtering and actions on events"
---
Expand Down
4 changes: 1 addition & 3 deletions docs/content/en/docs/contribution-guide/_index.md
@@ -1,8 +1,6 @@
---
title: "Contribution Guide"
linkTitle: "Contribution Guide"
weight: 6
icon: "contribution"
weight: 8
description: >
How to contribute to the project
---
Expand Down
@@ -1,7 +1,6 @@
---
title: "Developer's certificate of origin"
weight: 5
icon: "tutorials"
description: "Learn about the \"sign-off\" procedure"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Development setup"
weight: 1
icon: "overview"
description: "This will help you getting started with your development setup to build Tetragon"
---

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/contribution-guide/making-changes.md
@@ -1,7 +1,6 @@
---
title: "Making changes"
weight: 2
icon: "reference"
description: "Learn how to make your first changes to the project"
---

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/contribution-guide/running-tests.md
@@ -1,7 +1,6 @@
---
title: "Running tests"
weight: 3
icon: "observability"
manualLink: "https://github.com/cilium/tetragon/tree/main/tests/vmtests"
manualLinkTarget: "_blank"
description: "Learn how to run the tests of the project"
Expand Down
@@ -1,7 +1,6 @@
---
title: "Submitting a pull request"
weight: 4
icon: "features"
description: "Learn how to submit a pull request to the project"
---

Expand Down
3 changes: 1 addition & 2 deletions docs/content/en/docs/faq/_index.md
@@ -1,7 +1,6 @@
---
title: "FAQ"
weight: 8
icon: "faq"
weight: 10
description: "List of frequently asked questions"
---

Expand Down
2 changes: 0 additions & 2 deletions docs/content/en/docs/getting-started/_index.md
@@ -1,7 +1,5 @@
---
title: "Getting Started"
linkTitle: "Getting Started"
isShownInList: false
weight: 2
description: >
How to quickly get started with Tetragon and learn how to install, deploy and configure it
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/installation/_index.md
@@ -1,5 +1,5 @@
---
title: "Installation"
weight: 2
weight: 3
description: "Tetragon installation and deployment configuration options"
---
1 change: 0 additions & 1 deletion docs/content/en/docs/installation/container.md
@@ -1,7 +1,6 @@
---
title: "Deploy as a container"
linkTitle: "Container"
icon: "tutorials"
weight: 2
description: "Install and manage Tetragon as a container without a Kubernetes cluster"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/installation/kubernetes.md
@@ -1,7 +1,6 @@
---
title: "Deploy on Kubernetes"
linkTitle: "Kubernetes"
icon: "tutorials"
weight: 1
description: "Deploy and manage Tetragon on Kubernetes"
---
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/installation/package.md
@@ -1,7 +1,6 @@
---
title: "Deploy with a package"
linkTitle: "Package"
icon: "tutorials"
weight: 3
description: "Install and manage Tetragon via released packages."
---
Expand Down
2 changes: 0 additions & 2 deletions docs/content/en/docs/overview/_index.md
@@ -1,8 +1,6 @@
---
title: "Overview"
linkTitle: "Overview"
weight: 1
icon: "overview"
description: >
Discover Cilium Tetragon and its capabilities
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/policy-library/_index.md
@@ -1,6 +1,6 @@
---
title: "Policy Library"
weight: 3
weight: 5
description: >
Library of Tetragon Policies
---
4 changes: 1 addition & 3 deletions docs/content/en/docs/reference/_index.md
@@ -1,8 +1,6 @@
---
title: "Reference"
linkTitle: "Reference"
weight: 7
icon: "reference"
weight: 9
description: >
Low level reference documentation for Tetragon
---
3 changes: 1 addition & 2 deletions docs/content/en/docs/resources/_index.md
@@ -1,7 +1,6 @@
---
title: "Resources"
weight: 9
icon: "resources"
weight: 13
description: "Additional resources to learn about Tetragon"
---

Expand Down
3 changes: 1 addition & 2 deletions docs/content/en/docs/troubleshooting/_index.md
@@ -1,7 +1,6 @@
---
title: "Troubleshooting"
weight: 8
icon: "faq"
weight: 11
description: Troubleshooting Tetragon
---

Expand Down
5 changes: 1 addition & 4 deletions docs/content/en/docs/tutorials/_index.md
@@ -1,8 +1,5 @@
---
title: "Tutorials"
linkTitle: "Tutorials"
weight: 5
icon: "tutorials"
date: 2017-01-04
weight: 7
description: "Tutorials for various tasks related to Tetragon"
---
1 change: 0 additions & 1 deletion docs/content/en/docs/tutorials/debugging-tetragon.md
@@ -1,7 +1,6 @@
---
title: "Debugging Tetragon"
weight: 1
icon: "overview"
description: "Diagnosing Tetragon problems"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Software bill of materials"
weight: 4
icon: "reference"
description: "Download and verify the signature of the software bill of materials"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Verify Tetragon image signatures"
weight: 3
icon: "overview"
description: "Learn how to verify Tetragon container images signatures."
---

Expand Down
3 changes: 1 addition & 2 deletions docs/content/en/docs/use-cases/_index.md
@@ -1,7 +1,6 @@
---
title: "Use Cases"
icon: "resources"
weight: 4
weight: 6
description: >
This section presents various use cases on process, files, network and
security monitoring and enforcement.
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/use-cases/filename-access.md
@@ -1,7 +1,6 @@
---
title: "Filename access"
weight: 2
icon: "overview"
description: "Monitor filename access using kprobe hooks"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Host System Changes"
weight: 5
icon: "overview"
description: "Monitor Host System changes"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Monitor Linux Kernel Modules"
weight: 1
icon: "overview"
description: "Monitor Linux Kernel Modules operations"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Linux process credentials"
weight: 4
icon: "overview"
description: "Monitor Linux process credentials"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Monitor Process Credentials changes at the Kernel layer"
weight: 2
icon: "overview"
description: "Monitor Process Credentials changes at the kernel layer"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Monitor Process Credentials changes at the System Call layer"
weight: 1
icon: "overview"
description: "Monitor system calls that change Process Credentials"
---

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/use-cases/network-observability.md
@@ -1,7 +1,6 @@
---
title: "Network observability"
weight: 3
icon: "overview"
description: "Monitor TCP connect using kprobe hooks"
---

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/use-cases/process-lifecycle/_index.md
Expand Up @@ -2,7 +2,6 @@
title: "Process lifecycle"
linkTitle: "Process lifecyle"
weight: 1
icon: "overview"
description: "Tetragon observes by default the process lifecycle via exec and exit"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Advanced Process execution"
weight: 2
icon: "overview"
description: "Advanced Process Execution monitoring using Tracing Policies"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Privileged execution"
weight: 3
icon: "overview"
description: "Monitor process capabilities and kernel namespace access"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Process execution"
weight: 1
icon: "overview"
description: "Monitor process lifecycle with `process_exec` and `process_exit`"
---

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/use-cases/security-profiles/_index.md
@@ -1,7 +1,6 @@
---
title: "Security Profiles"
weight: 6
icon: "overview"
description: "Observe and record security events"
---

Expand Down
@@ -1,7 +1,6 @@
---
title: "Record Linux Capabilities Usage"
weight: 2
icon: "overview"
description: "Record a capability profile of pods and containers"
---

Expand Down

0 comments on commit e680ad3

Please sign in to comment.