mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add link to client SDKs
This commit is contained in:
		
							parent
							
								
									8df8ee8bcd
								
							
						
					
					
						commit
						d059706299
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user