Skip to content

Commit b9a3ab5

Browse files
authored
Small reorg of the menu (#21)
* Small reorg of the menu - Remove "Timeline" (I didn't keep it updated) - Merge "authors" into "about" - (and add my own bio) - New Getting Started page, linking to operator and CLI readmes - Changed Documentation (upstream) to OpenShift doc (downstream) (the upstream link is now in the Getting Started page) * Remove 'bio coming soon' * H24 -> 24/7
1 parent e27f153 commit b9a3ab5

File tree

5 files changed

+43
-38
lines changed

5 files changed

+43
-38
lines changed

content/about.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,18 @@ It is known and distributed in Red Hat OpenShift as the [Network Observability o
2222
## Overview dashboard
2323

2424
![Overview charts]({page.image('about/overview-dashboard.png')})
25+
26+
# Blog authors
27+
28+
<div class="authors">
29+
<!-- authors.yml is in the data/ -->
30+
{#for id in lists:shuffle(cdi:authors.fields)}
31+
{#let author=cdi:authors.get(id)}
32+
<!-- the author-card tag is defined in the default Roq theme -->
33+
{#author-card name=author.name avatar=author.avatar nickname=author.nickname profile=author.profile}
34+
{#if author.bio}
35+
{author.bio}
36+
{/if}
37+
{/author-card}
38+
{/for}
39+
</div>

content/authors.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

content/start.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Getting Started
3+
description: How to get started with NetObserv operator and CLI
4+
layout: :theme/page
5+
---
6+
7+
# Getting Started
8+
9+
There are two independent starting points for using NetObserv:
10+
11+
- By [installing the operator](https://github.com/netobserv/network-observability-operator/blob/main/README.md), allowing 24/7 network flows monitoring.
12+
- By [using the CLI](https://github.com/netobserv/network-observability-cli/blob/main/README.md), for on-demand monitoring and troubleshooting.

data/authors.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,42 @@ Amoghrd:
33
avatar: "https://github.com/Amoghrd.png"
44
profile: "https://github.com/Amoghrd"
55
nickname: "Amoghrd"
6-
bio: "Bio coming soon..."
6+
bio: ""
77
dushyantbehl:
88
name: "Dushyant Behl"
99
avatar: "https://github.com/dushyantbehl.png"
1010
profile: "https://github.com/dushyantbehl"
1111
nickname: "dushyantbehl"
12-
bio: "Bio coming soon..."
12+
bio: ""
1313
jotak:
1414
name: "Joël Takvorian"
1515
avatar: "https://github.com/jotak.png"
1616
profile: "https://framapiaf.org/@jotak"
1717
nickname: "jotak"
18-
bio: "Bio coming soon..."
18+
bio: |
19+
I'm a software engineer working at Red Hat since 2016, based in Provence, France.
20+
I've been in observability for many years (APM, Hawkular, Kiali...), before we started NetObserv.
1921
jpinsonneau:
2022
name: "Julien Pinsonneau"
2123
avatar: "https://github.com/jpinsonneau.png"
2224
profile: "https://github.com/jpinsonneau"
2325
nickname: "jpinsonneau"
24-
bio: "Bio coming soon..."
26+
bio: ""
2527
memodi:
2628
name: "Mehul Modi"
2729
avatar: "https://github.com/memodi.png"
2830
profile: "https://github.com/memodi"
2931
nickname: "memodi"
30-
bio: "Bio coming soon..."
32+
bio: ""
3133
msherif1234:
3234
name: "Mohamed S. Mahmoud"
3335
avatar: "https://github.com/msherif1234.png"
3436
profile: "https://github.com/msherif1234"
3537
nickname: "msherif1234"
36-
bio: "Bio coming soon..."
38+
bio: ""
3739
stleerh:
3840
name: "Steven Lee"
3941
avatar: "https://github.com/stleerh.png"
4042
profile: "https://github.com/stleerh"
4143
nickname: "stleerh"
42-
bio: "Bio coming soon..."
44+
bio: ""

data/menu.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ items:
22
- title: "Blog"
33
path: "/"
44
icon: "fa-regular fa-newspaper"
5-
- title: "Timeline"
6-
path: "/events"
7-
icon: "fa fa-timeline"
8-
- title: "Documentation"
9-
path: "https://github.com/netobserv/network-observability-operator/blob/main/README.md"
10-
icon: "fa-solid fa-book"
11-
target: "_blank"
125
- title: "About NetObserv"
136
path: "/about"
147
icon: "fa fa-info"
15-
- title: "Authors"
16-
path: "/authors"
17-
icon: "fa fa-user"
8+
- title: "Getting Started"
9+
path: "/start"
10+
icon: "fa fa-bolt"
11+
- title: "OpenShift doc"
12+
path: "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/network_observability/network-observability-overview"
13+
icon: "fa-solid fa-book"
14+
target: "_blank"

0 commit comments

Comments
 (0)