[dpdk-web] [PATCH 5/7] unhide supported NIC category
Thomas Monjalon
thomas at monjalon.net
Mon Dec 16 01:40:20 CET 2019
The supported NICs list appear as an entry in the left menu.
This prepares adding more categories.
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
content/supported/_index.md | 6 ------
content/supported/nics/_index.md | 9 ++++++++-
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/content/supported/_index.md b/content/supported/_index.md
index 8722869..dd67910 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -5,10 +5,4 @@ weight = "6"
## NICs
-{{% notice info %}}
-Features supported by the drivers can be checked in the
-[networking drivers matrix](//doc.dpdk.org/guides/nics/overview.html#id1).
-{{% /notice %}}
-
{{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}}
-{{% children style="card" sort="name" description="true" %}}
diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md
index d9a1bde..e08fb85 100644
--- a/content/supported/nics/_index.md
+++ b/content/supported/nics/_index.md
@@ -1,4 +1,11 @@
+++
title = "NICs"
-hidden = true
+weight = 2
+++
+
+{{% notice info %}}
+Features supported by the drivers can be checked in the
+[networking drivers matrix](//doc.dpdk.org/guides/nics/overview.html#id1).
+{{% /notice %}}
+
+{{% children style="card" showhidden="true" sort="name" description="true" %}}
--
2.24.0
More information about the web
mailing list