From eaa5de6f1b63315801c2c3b342927d48efa7d1bc Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 30 Oct 2023 10:42:30 +0100 Subject: [PATCH 1/3] docs: delete unused or duplicate images Signed-off-by: Mahe Tardy --- docs/content/en/_index.html | 2 +- docs/static/svgs/hero-illustration.svg | 74 -------------------------- docs/static/svgs/logo.inline.svg | 1 - 3 files changed, 1 insertion(+), 76 deletions(-) delete mode 100644 docs/static/svgs/hero-illustration.svg delete mode 100644 docs/static/svgs/logo.inline.svg diff --git a/docs/content/en/_index.html b/docs/content/en/_index.html index f5a63a7499c..58d09a281e7 100644 --- a/docs/content/en/_index.html +++ b/docs/content/en/_index.html @@ -23,7 +23,7 @@

diff --git a/docs/static/svgs/hero-illustration.svg b/docs/static/svgs/hero-illustration.svg deleted file mode 100644 index b0035d37461..00000000000 --- a/docs/static/svgs/hero-illustration.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/svgs/logo.inline.svg b/docs/static/svgs/logo.inline.svg deleted file mode 100644 index da1057f1076..00000000000 --- a/docs/static/svgs/logo.inline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 9ed404d8b28060f805f805b2994bf30549e539ff Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 30 Oct 2023 10:43:27 +0100 Subject: [PATCH 2/3] docs: reframe logo, add dark version and update logo in README Signed-off-by: Mahe Tardy --- README.md | 4 ++-- docs/assets/icons/logo-dark.svg | 1 + docs/assets/icons/logo.svg | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/assets/icons/logo-dark.svg diff --git a/README.md b/README.md index 730d59cb457..33ae85cb9f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - - + + diff --git a/docs/assets/icons/logo-dark.svg b/docs/assets/icons/logo-dark.svg new file mode 100644 index 00000000000..3b744409122 --- /dev/null +++ b/docs/assets/icons/logo-dark.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/icons/logo.svg b/docs/assets/icons/logo.svg index da1057f1076..198fc17ad11 100644 --- a/docs/assets/icons/logo.svg +++ b/docs/assets/icons/logo.svg @@ -1 +1 @@ - \ No newline at end of file + From e985e6398f1e53ea7f63b79021ec83e44d090f62 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 30 Oct 2023 10:45:01 +0100 Subject: [PATCH 3/3] README: update links to docs to use new tetragon.io domain Signed-off-by: Mahe Tardy --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 33ae85cb9f5..c1aebc5e957 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ --- -Cilium’s new [Tetragon](https://tetragon.cilium.io) component enables powerful +Cilium’s new [Tetragon](https://tetragon.io) component enables powerful real-time, eBPF-based Security Observability and Runtime Enforcement. Tetragon detects and is able to react to security-significant events, such as @@ -23,16 +23,16 @@ it understands Kubernetes identities such as namespaces, pods and so on - so that security event detection can be configured in relation to individual workloads. -[![Tetragon Overview Diagram](https://github.com/cilium/tetragon/blob/main/docs/static/images/smart_observability.png)](https://tetragon.cilium.io/docs/overview/) +[![Tetragon Overview Diagram](https://github.com/cilium/tetragon/blob/main/docs/static/images/smart_observability.png)](https://tetragon.io/docs/overview/) -See more about [how Tetragon is using eBPF](https://tetragon.cilium.io/docs/overview#functionality-overview). +See more about [how Tetragon is using eBPF](https://tetragon.io/docs/overview#functionality-overview). ## Getting started -Refer to the [official documentation of Tetragon](https://tetragon.cilium.io/docs/). +Refer to the [official documentation of Tetragon](https://tetragon.io/docs/). To get started with Tetragon, take a look at the [getting started -guides](https://tetragon.cilium.io/docs/getting-started/) to: +guides](https://tetragon.io/docs/getting-started/) to: - [Try Tetragon on Kubernetes](https://tetragon.io/docs/getting-started/install-k8s/) - [Try Tetragon on Linux](https://tetragon.io/docs/getting-started/install-docker/) - [Deploy Tetragon](https://tetragon.io/docs/installation/) @@ -42,21 +42,21 @@ Tetragon is able to observe critical hooks in the kernel through its sensors and generates events enriched with Linux and Kubernetes metadata: 1. **Process lifecycle**: generating `process_exec` and `process_exit` events by default, enabling full process lifecycle observability. Learn more about - these events on the [process lifecycle use case page](https://tetragon.cilium.io/docs/use-cases/process-lifecycle/). + these events on the [process lifecycle use case page](https://tetragon.io/docs/use-cases/process-lifecycle/). 1. **Generic tracing**: generating `process_kprobe`, `process_tracepoint` and `process_uprobe` events for more advanced and custom use cases. Learn more - about these events on the [TracingPolicy concept page](https://tetragon.cilium.io/docs/concepts/tracing-policy/) - and discover [multiple use cases](https://tetragon.cilium.io/docs/use-cases/) like: - - [🌏 network observability](https://tetragon.cilium.io/docs/use-cases/network-observability/) - - [πŸ“‚ filename access](https://tetragon.cilium.io/docs/use-cases/filename-access/) - - [πŸ”‘ credentials monitoring](https://tetragon.cilium.io/docs/use-cases/linux-process-credentials/) - - [πŸ”“ privileged execution](https://tetragon.cilium.io/docs/use-cases/process-lifecycle/privileged-execution/) + about these events on the [TracingPolicy concept page](https://tetragon.io/docs/concepts/tracing-policy/) + and discover [multiple use cases](https://tetragon.io/docs/use-cases/) like: + - [🌏 network observability](https://tetragon.io/docs/use-cases/network-observability/) + - [πŸ“‚ filename access](https://tetragon.io/docs/use-cases/filename-access/) + - [πŸ”‘ credentials monitoring](https://tetragon.io/docs/use-cases/linux-process-credentials/) + - [πŸ”“ privileged execution](https://tetragon.io/docs/use-cases/process-lifecycle/privileged-execution/) See further resources: -- [Conference Talks, Books, Blog Posts, and Labs](https://tetragon.cilium.io/docs/resources/) -- [Frequently Asked Question](https://tetragon.cilium.io/docs/faq/) -- [Step by steps tutorials](https://tetragon.cilium.io/docs/tutorials/) -- [References](https://tetragon.cilium.io/docs/reference/) +- [Conference Talks, Books, Blog Posts, and Labs](https://tetragon.io/docs/resources/) +- [Frequently Asked Question](https://tetragon.io/docs/faq/) +- [Step by steps tutorials](https://tetragon.io/docs/tutorials/) +- [References](https://tetragon.io/docs/reference/) ## Join the community @@ -67,7 +67,7 @@ questions and share your experiences. ## How to Contribute For getting started with local development, you can refer to the -[Contribution Guide](https://tetragon.cilium.io/docs/contribution-guide/). If -you plan to submit a PR, please ["sign-off"](https://tetragon.cilium.io/docs/contribution-guide/developer-certificate-of-origin/) +[Contribution Guide](https://tetragon.io/docs/contribution-guide/). If +you plan to submit a PR, please ["sign-off"](https://tetragon.io/docs/contribution-guide/developer-certificate-of-origin/) your commits.