Update docs logo

This commit is contained in:
Lucio Franco
2019-10-01 17:10:00 -04:00
parent 08d8795d17
commit 8aa4e2a790
3 changed files with 1 additions and 23 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

-22
View File
@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<g>
<path d="M38.3,38c5.5,0,10,4.5,10,10s-4.5,10-10,10c-5.5,0-10-4.5-10-10S32.8,38,38.3,38 M38.3,27.4C27,27.4,17.8,36.6,17.8,48
c0,11.3,9.2,20.5,20.5,20.5c11.3,0,20.5-9.2,20.5-20.5C58.8,36.6,49.7,27.4,38.3,27.4L38.3,27.4z"/>
<path d="M69.8,21.4c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S66.4,21.4,69.8,21.4 M69.8,16.5c-6,0-10.9,4.9-10.9,10.9
c0,6,4.9,10.9,10.9,10.9s10.9-4.9,10.9-10.9C80.7,21.4,75.8,16.5,69.8,16.5L69.8,16.5z"/>
<path d="M48.3,7.7c2.1,0,3.8,1.7,3.8,3.8s-1.7,3.8-3.8,3.8s-3.8-1.7-3.8-3.8S46.2,7.7,48.3,7.7 M48.3,3.7c-4.3,0-7.9,3.5-7.9,7.9
s3.5,7.9,7.9,7.9s7.9-3.5,7.9-7.9S52.6,3.7,48.3,3.7L48.3,3.7z"/>
</g>
<g>
<path d="M12.3,81.8h-4v-3.2H20v3.2h-4v11h-3.7V81.8z"/>
<path d="M32.9,78.4c4.4,0,7.6,3,7.6,7.4s-3.2,7.4-7.6,7.4c-4.4,0-7.6-3-7.6-7.4S28.5,78.4,32.9,78.4z M32.9,81.6
c-2.4,0-3.9,1.8-3.9,4.1c0,2.3,1.5,4.1,3.9,4.1c2.3,0,3.9-1.8,3.9-4.1C36.7,83.4,35.2,81.6,32.9,81.6z"/>
<path d="M50.7,84.2v8.6H47V78.6h3.8l5.8,8.2v-8.2h3.7v14.2h-3.5L50.7,84.2z"/>
<path d="M67.5,78.6h3.7v14.2h-3.7V78.6z"/>
<path d="M77.7,85.7c0-4.4,3.3-7.4,7.6-7.4c3.5,0,5.4,1.9,6.3,3.8l-3.2,1.5c-0.5-1.1-1.7-2.1-3.2-2.1c-2.2,0-3.9,1.8-3.9,4.1
c0,2.3,1.6,4.1,3.9,4.1c1.5,0,2.7-0.9,3.2-2.1l3.2,1.5c-0.9,1.8-2.8,3.8-6.3,3.8C81.1,93.1,77.7,90.1,77.7,85.7z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

+1 -1
View File
@@ -66,7 +66,7 @@
unreachable_pub
)]
#![doc(
html_logo_url = "https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic-docs.svg?sanitize=true"
html_logo_url = "https://github.com/LucioFranco/tonic/raw/master/.github/assets/tonic-docs.png"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.1")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]