From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E20545A for ; Fri, 7 Sep 2018 11:50:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 02:50:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,341,1531810800"; d="scan'208";a="71331979" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga008.jf.intel.com with ESMTP; 07 Sep 2018 02:49:55 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: web@dpdk.org, Ferruh Yigit , Yasufumi Ogawa Date: Fri, 7 Sep 2018 11:49:39 +0100 Message-Id: <20180907104939.79749-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-web] [PATCH] add link for Soft Patch Panel documentation 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: Fri, 07 Sep 2018 09:50:06 -0000 SPP documentation is now hosted on dpdk.org Adding link from doc.dpdk.org main page to SPP doc page. Signed-off-by: Ferruh Yigit --- Cc: Yasufumi Ogawa --- content/doc/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/doc/_index.md b/content/doc/_index.md index d226409..c28afcc 100644 --- a/content/doc/_index.md +++ b/content/doc/_index.md @@ -14,6 +14,7 @@ For a first try, you should follow the [quick start instructions](/doc/quick-sta {{< button href="//doc.dpdk.org/guides/linux_gsg/" >}} Linux User Guide {{< /button >}} {{< button href="//doc.dpdk.org/guides/prog_guide/" >}} Programmer's Guide {{< /button >}} {{< button href="//doc.dpdk.org/api/" >}} API Documentation {{< /button >}} + {{< button href="//doc.dpdk.org/spp/" >}} APPS - SPP {{< /button >}} ***Documentation is also available in [PDF format](//fast.dpdk.org/doc/pdf-guides/)***. -- 2.17.1