diff --git a/content/about.md b/content/about.md index 2a6de9a..6127369 100644 --- a/content/about.md +++ b/content/about.md @@ -22,3 +22,18 @@ It is known and distributed in Red Hat OpenShift as the [Network Observability o ## Overview dashboard }) + +# Blog authors + +
diff --git a/content/authors.md b/content/authors.md deleted file mode 100644 index 57f6521..0000000 --- a/content/authors.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Authors -description: | - Authors on this blog. -layout: :theme/page ---- - -# Authors on this blog - - diff --git a/content/start.md b/content/start.md new file mode 100644 index 0000000..5c4be55 --- /dev/null +++ b/content/start.md @@ -0,0 +1,12 @@ +--- +title: Getting Started +description: How to get started with NetObserv operator and CLI +layout: :theme/page +--- + +# Getting Started + +There are two independent starting points for using NetObserv: + +- By [installing the operator](https://github.com/netobserv/network-observability-operator/blob/main/README.md), allowing 24/7 network flows monitoring. +- By [using the CLI](https://github.com/netobserv/network-observability-cli/blob/main/README.md), for on-demand monitoring and troubleshooting. diff --git a/data/authors.yml b/data/authors.yml index a8f35c3..fe94b27 100644 --- a/data/authors.yml +++ b/data/authors.yml @@ -3,40 +3,42 @@ Amoghrd: avatar: "https://github.com/Amoghrd.png" profile: "https://github.com/Amoghrd" nickname: "Amoghrd" - bio: "Bio coming soon..." + bio: "" dushyantbehl: name: "Dushyant Behl" avatar: "https://github.com/dushyantbehl.png" profile: "https://github.com/dushyantbehl" nickname: "dushyantbehl" - bio: "Bio coming soon..." + bio: "" jotak: name: "Joël Takvorian" avatar: "https://github.com/jotak.png" profile: "https://framapiaf.org/@jotak" nickname: "jotak" - bio: "Bio coming soon..." + bio: | + I'm a software engineer working at Red Hat since 2016, based in Provence, France. + I've been in observability for many years (APM, Hawkular, Kiali...), before we started NetObserv. jpinsonneau: name: "Julien Pinsonneau" avatar: "https://github.com/jpinsonneau.png" profile: "https://github.com/jpinsonneau" nickname: "jpinsonneau" - bio: "Bio coming soon..." + bio: "" memodi: name: "Mehul Modi" avatar: "https://github.com/memodi.png" profile: "https://github.com/memodi" nickname: "memodi" - bio: "Bio coming soon..." + bio: "" msherif1234: name: "Mohamed S. Mahmoud" avatar: "https://github.com/msherif1234.png" profile: "https://github.com/msherif1234" nickname: "msherif1234" - bio: "Bio coming soon..." + bio: "" stleerh: name: "Steven Lee" avatar: "https://github.com/stleerh.png" profile: "https://github.com/stleerh" nickname: "stleerh" - bio: "Bio coming soon..." + bio: "" diff --git a/data/menu.yml b/data/menu.yml index febdec5..2d99b96 100644 --- a/data/menu.yml +++ b/data/menu.yml @@ -2,16 +2,13 @@ items: - title: "Blog" path: "/" icon: "fa-regular fa-newspaper" - - title: "Timeline" - path: "/events" - icon: "fa fa-timeline" - - title: "Documentation" - path: "https://github.com/netobserv/network-observability-operator/blob/main/README.md" - icon: "fa-solid fa-book" - target: "_blank" - title: "About NetObserv" path: "/about" icon: "fa fa-info" - - title: "Authors" - path: "/authors" - icon: "fa fa-user" + - title: "Getting Started" + path: "/start" + icon: "fa fa-bolt" + - title: "OpenShift doc" + path: "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/network_observability/network-observability-overview" + icon: "fa-solid fa-book" + target: "_blank"