* [dpdk-web] [PATCH] add link for Soft Patch Panel documentation
@ 2018-09-07 10:49 Ferruh Yigit
2018-09-07 11:38 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2018-09-07 10:49 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: web, Ferruh Yigit, Yasufumi Ogawa
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 <ferruh.yigit@intel.com>
---
Cc: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
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/)***.
</center>
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add link for Soft Patch Panel documentation
2018-09-07 10:49 [dpdk-web] [PATCH] add link for Soft Patch Panel documentation Ferruh Yigit
@ 2018-09-07 11:38 ` Thomas Monjalon
2018-09-07 12:31 ` Ferruh Yigit
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-09-07 11:38 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: web, Yasufumi Ogawa
07/09/2018 12:49, Ferruh Yigit:
> 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 <ferruh.yigit@intel.com>
> ---
> --- 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 >}}
No, sorry Ferruh, this part of the website is reserved to the DPDK core project.
The page you want to update is:
https://www.dpdk.org/hosted-projects/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add link for Soft Patch Panel documentation
2018-09-07 11:38 ` Thomas Monjalon
@ 2018-09-07 12:31 ` Ferruh Yigit
2018-09-07 19:35 ` Trishan de Lanerolle
0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2018-09-07 12:31 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: web, Yasufumi Ogawa, Trishan de Lanerolle
On 9/7/2018 12:38 PM, Thomas Monjalon wrote:
> 07/09/2018 12:49, Ferruh Yigit:
>> 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 <ferruh.yigit@intel.com>
>> ---
>> --- 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 >}}
>
> No, sorry Ferruh, this part of the website is reserved to the DPDK core project.
> The page you want to update is:
> https://www.dpdk.org/hosted-projects/
Ahh, ok. Agreed that looks more proper place.
Trishan,
Can you please help adding a "Docs" link to "SPP" which will point to
"doc.dpdk.org/spp/"
Thanks,
ferruh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add link for Soft Patch Panel documentation
2018-09-07 12:31 ` Ferruh Yigit
@ 2018-09-07 19:35 ` Trishan de Lanerolle
2018-09-08 10:01 ` Yasufumi Ogawa
0 siblings, 1 reply; 5+ messages in thread
From: Trishan de Lanerolle @ 2018-09-07 19:35 UTC (permalink / raw)
To: Yigit, Ferruh; +Cc: Thomas Monjalon, web, Yasufumi Ogawa
Done.
Trishan
On Fri, Sep 7, 2018 at 8:31 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> On 9/7/2018 12:38 PM, Thomas Monjalon wrote:
> > 07/09/2018 12:49, Ferruh Yigit:
> >> 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 <ferruh.yigit@intel.com>
> >> ---
> >> --- 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 >}}
> >
> > No, sorry Ferruh, this part of the website is reserved to the DPDK core
> project.
> > The page you want to update is:
> > https://www.dpdk.org/hosted-projects/
>
> Ahh, ok. Agreed that looks more proper place.
>
> Trishan,
>
> Can you please help adding a "Docs" link to "SPP" which will point to
> "doc.dpdk.org/spp/"
>
> Thanks,
> ferruh
>
--
Trishan R. de Lanerolle
Program Manager, Networking
Linux Foundation
voice: +1.203.699.6401
skype: tdelanerolle
email: tdelanerolle@linuxfoundation.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add link for Soft Patch Panel documentation
2018-09-07 19:35 ` Trishan de Lanerolle
@ 2018-09-08 10:01 ` Yasufumi Ogawa
0 siblings, 0 replies; 5+ messages in thread
From: Yasufumi Ogawa @ 2018-09-08 10:01 UTC (permalink / raw)
To: Trishan de Lanerolle, Yigit, Ferruh; +Cc: Thomas Monjalon, web
> Done.
> Trishan
Hi Trishan, Ferruh,
It is great. Thanks!
Yasufumi
>
>
> On Fri, Sep 7, 2018 at 8:31 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>
>> On 9/7/2018 12:38 PM, Thomas Monjalon wrote:
>>> 07/09/2018 12:49, Ferruh Yigit:
>>>> 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 <ferruh.yigit@intel.com>
>>>> ---
>>>> --- 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 >}}
>>>
>>> No, sorry Ferruh, this part of the website is reserved to the DPDK core
>> project.
>>> The page you want to update is:
>>> https://www.dpdk.org/hosted-projects/
>>
>> Ahh, ok. Agreed that looks more proper place.
>>
>> Trishan,
>>
>> Can you please help adding a "Docs" link to "SPP" which will point to
>> "doc.dpdk.org/spp/"
>>
>> Thanks,
>> ferruh
>>
>
>
--
Yasufumi Ogawa
NTT Network Service Systems Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-09-08 10:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07 10:49 [dpdk-web] [PATCH] add link for Soft Patch Panel documentation Ferruh Yigit
2018-09-07 11:38 ` Thomas Monjalon
2018-09-07 12:31 ` Ferruh Yigit
2018-09-07 19:35 ` Trishan de Lanerolle
2018-09-08 10:01 ` Yasufumi Ogawa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).