From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9F2045B30 for ; Wed, 21 Nov 2018 01:11:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 04C0323331; Tue, 20 Nov 2018 19:11:24 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 20 Nov 2018 19:11:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=bX1IFUK1DF 5vpqhnwnEbz8Rj1XlxXva79PhDeBXIVrk=; b=J+DDpIeuFlu9jpmgknq1viOvLw UvzNBWznXyPYpyoHUA5E2ohD9nsWjia+hCwowNEjzpnS4Qh1XzY/nBO5EzuvBAlD 4buy/wYjlNhCoEIjz2qWjoOt4x96pAqrPgs6kaHeQsBk7WJ29T2ToNh+IAsrAM2t 3FYZsbQXwEfDo1IfU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=bX1IFUK1DF5vpqhnwnEbz8Rj1XlxXva79PhDeBXIVrk=; b=Dhf629B5 NKCsxH0OApbfC/pI1VbV7/J8SpMoVxFxeZERg0NQUf56ZbXThzSmkPfAdp2SMzav 3PGO4/VoQkMig5SITZgOYcjzGh+HuodJZCo9hXrVjNtrEj86koxtoREJJ1cFvzMv SjpIEuZm4/HQzDgh5rMDRiTA9VI31uloGlm75QldrQyQrcoT2jM3Im8loGZL58lP NHsFOSl0NI66hRzW3m7QFiMkLeUzYvs0dOrmFyqWGysoTyHEuqjDSir/+koF+tCB gLGOeVbVsNKdHzdbljVDW/z1apwt1yiuySmZMUuPgCYREybi5UrsvgY3PQgmw8Mw D6HWNKoEWbHb0A== X-ME-Sender: X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F0834E4619 for ; Tue, 20 Nov 2018 19:11:22 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Wed, 21 Nov 2018 01:11:13 +0100 Message-Id: <20181121001117.24537-2-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181121001117.24537-1-thomas@monjalon.net> References: <20181121001117.24537-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH v3 1/5] remove useless metadata X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 00:11:39 -0000 --- content/_index.md | 4 ++-- content/supported/NICs/amazon.md | 2 -- content/supported/NICs/atomicrules.md | 2 -- content/supported/NICs/broadcom.md | 2 -- content/supported/NICs/cavium.md | 2 -- content/supported/NICs/chelsio.md | 2 -- content/supported/NICs/cisco.md | 2 -- content/supported/NICs/intel.md | 2 -- content/supported/NICs/marvell.md | 2 -- content/supported/NICs/mellanox.md | 2 -- content/supported/NICs/netcope.md | 2 -- content/supported/NICs/netronome.md | 2 -- content/supported/NICs/nxp.md | 2 -- content/supported/NICs/solarflare.md | 2 -- content/supported/_index.md | 2 +- 15 files changed, 3 insertions(+), 29 deletions(-) diff --git a/content/_index.md b/content/_index.md index b552623..fdf5c51 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ +++ -identifier = "home" -weight="1" +title = "Overview" +weight = "1" +++

diff --git a/content/supported/NICs/amazon.md b/content/supported/NICs/amazon.md index 231d2d2..fe91484 100644 --- a/content/supported/NICs/amazon.md +++ b/content/supported/NICs/amazon.md @@ -1,8 +1,6 @@ +++ title = "Amazon" -categories = ["NICs"] hidden = true -type = "nic" weight = "1" +++ diff --git a/content/supported/NICs/atomicrules.md b/content/supported/NICs/atomicrules.md index 858fd13..b261719 100644 --- a/content/supported/NICs/atomicrules.md +++ b/content/supported/NICs/atomicrules.md @@ -1,8 +1,6 @@ +++ title = "Atomic Rules" -categories = ["NICs"] hidden = true -type = "nic" weight = "2" +++ diff --git a/content/supported/NICs/broadcom.md b/content/supported/NICs/broadcom.md index ab50dd7..dbfae3d 100644 --- a/content/supported/NICs/broadcom.md +++ b/content/supported/NICs/broadcom.md @@ -1,8 +1,6 @@ +++ title = "Broadcom" -categories = ["NICs"] hidden = true -type = "nic" weight = "3" +++ diff --git a/content/supported/NICs/cavium.md b/content/supported/NICs/cavium.md index 0af603c..462f967 100644 --- a/content/supported/NICs/cavium.md +++ b/content/supported/NICs/cavium.md @@ -1,8 +1,6 @@ +++ title = "Cavium" -categories = ["NICs"] hidden = true -type = "nic" weight = "4" +++ diff --git a/content/supported/NICs/chelsio.md b/content/supported/NICs/chelsio.md index 897e210..27f368c 100644 --- a/content/supported/NICs/chelsio.md +++ b/content/supported/NICs/chelsio.md @@ -1,8 +1,6 @@ +++ title = "Chelsio" -categories = ["NICs"] hidden = true -type = "nic" weight = "5" +++ diff --git a/content/supported/NICs/cisco.md b/content/supported/NICs/cisco.md index fb905bb..6b310fd 100644 --- a/content/supported/NICs/cisco.md +++ b/content/supported/NICs/cisco.md @@ -1,8 +1,6 @@ +++ title = "Cisco" -categories = ["NICs"] hidden = true -type = "nic" weight = "6" +++ diff --git a/content/supported/NICs/intel.md b/content/supported/NICs/intel.md index 2981458..111dfa6 100644 --- a/content/supported/NICs/intel.md +++ b/content/supported/NICs/intel.md @@ -1,8 +1,6 @@ +++ title = "Intel" -categories = ["NICs"] hidden = true -type = "nic" weight = "7" +++ diff --git a/content/supported/NICs/marvell.md b/content/supported/NICs/marvell.md index 37bc504..d2605fd 100644 --- a/content/supported/NICs/marvell.md +++ b/content/supported/NICs/marvell.md @@ -1,8 +1,6 @@ +++ title = "Marvell" -categories = ["NICs"] hidden = true -type = "nic" weight = "8" +++ diff --git a/content/supported/NICs/mellanox.md b/content/supported/NICs/mellanox.md index 84b5e62..0d6a9d5 100644 --- a/content/supported/NICs/mellanox.md +++ b/content/supported/NICs/mellanox.md @@ -1,8 +1,6 @@ +++ title = "Mellanox" -categories = ["NICs"] hidden = true -type = "nic" weight = "9" +++ diff --git a/content/supported/NICs/netcope.md b/content/supported/NICs/netcope.md index 0be618c..5beefa8 100644 --- a/content/supported/NICs/netcope.md +++ b/content/supported/NICs/netcope.md @@ -1,8 +1,6 @@ +++ title = "Netcope" -categories = ["NICs"] hidden = true -type = "nic" weight = "10" +++ diff --git a/content/supported/NICs/netronome.md b/content/supported/NICs/netronome.md index 15cb9cf..e12f00d 100644 --- a/content/supported/NICs/netronome.md +++ b/content/supported/NICs/netronome.md @@ -1,8 +1,6 @@ +++ title = "Netronome" -categories = ["NICs"] hidden = true -type = "nic" weight = "11" +++ diff --git a/content/supported/NICs/nxp.md b/content/supported/NICs/nxp.md index 922e112..28bb8aa 100644 --- a/content/supported/NICs/nxp.md +++ b/content/supported/NICs/nxp.md @@ -1,8 +1,6 @@ +++ title = "NXP" -categories = ["NICs"] hidden = true -type = "nic" weight = "12" +++ diff --git a/content/supported/NICs/solarflare.md b/content/supported/NICs/solarflare.md index ca2acae..8e20cf6 100644 --- a/content/supported/NICs/solarflare.md +++ b/content/supported/NICs/solarflare.md @@ -1,8 +1,6 @@ +++ title = "Solarflare" -categories = ["NICs"] hidden = true -type = "nic" weight = "13" +++ diff --git a/content/supported/_index.md b/content/supported/_index.md index f45ee9e..cdc7ff8 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -10,4 +10,4 @@ Features supported by the drivers can be checked in the [networking drivers matrix](http://doc.dpdk.org/guides/nics/overview.html#id1). {{% /notice %}} -{{% children style="card" page="NICs" depth="3" showhidden="true" sort="weight" description="true" %}} +{{% children style="card" showhidden="true" sort="weight" description="true" %}} -- 2.19.0