1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: add link to client SDKs

This commit is contained in:
Ivar Conradi Østhus 2020-08-11 11:02:29 +02:00
parent 8df8ee8bcd
commit d059706299
2 changed files with 14 additions and 3 deletions

View File

@ -59,7 +59,7 @@ exports[`should render DrawerMenu 1`] = `
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
<react-mdl-FooterDropDownSection
title="Clients"
title="Client SDKs"
>
<react-mdl-FooterLinkList>
<a
@ -92,6 +92,11 @@ exports[`should render DrawerMenu 1`] = `
>
.Net Core
</a>
<a
href="https://unleash.github.io/docs/client_sdk"
>
All client SDKs
</a>
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
</react-mdl-FooterSection>
@ -158,7 +163,7 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
<react-mdl-FooterDropDownSection
title="Clients"
title="Client SDKs"
>
<react-mdl-FooterLinkList>
<a
@ -191,6 +196,11 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
>
.Net Core
</a>
<a
href="https://unleash.github.io/docs/client_sdk"
>
All client SDKs
</a>
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
</react-mdl-FooterSection>

View File

@ -18,7 +18,7 @@ export const FooterMenu = () => (
</a>
</FooterLinkList>
</FooterDropDownSection>
<FooterDropDownSection title="Clients">
<FooterDropDownSection title="Client SDKs">
<FooterLinkList>
<a href="https://github.com/Unleash/unleash-client-node/">Node.js</a>
<a href="https://github.com/Unleash/unleash-client-java/">Java</a>
@ -26,6 +26,7 @@ export const FooterMenu = () => (
<a href="https://github.com/unleash/unleash-client-ruby">Ruby</a>
<a href="https://github.com/Unleash/unleash-client-python">Python</a>
<a href="https://github.com/Unleash/unleash-client-core">.Net Core</a>
<a href="https://unleash.github.io/docs/client_sdk">All client SDKs</a>
</FooterLinkList>
</FooterDropDownSection>
</FooterSection>