mirror of https://github.com/vapor/docs.git
add social
This commit is contained in:
parent
2a63a398fa
commit
82dcef8ec6
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg
|
||||
width="50px"
|
||||
height="50px"
|
||||
viewBox="0 0 50 50"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
<title>Vapor</title>
|
||||
<desc>The Vapor droplet logo in white.</desc>
|
||||
<g id="droplet" fill="#FFFFFF">
|
||||
<path
|
||||
d="M17.6186417,50 C17.6186417,50 35.2941176,27.6875238 35.2941176,17.8366268 C35.2941176,7.98572985 27.3932603,0 17.6470588,0 C7.90085736,0 0,7.98572985 0,17.8366268 C0,27.6875238 17.6186417,50 17.6186417,50 Z"
|
||||
transform="translate(17.647059, 25.000000) scale(1, -1) translate(-17.647059, -25.000000)"
|
||||
></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 699 B |
|
|
@ -138,7 +138,7 @@ theme:
|
|||
palette:
|
||||
primary: "blue"
|
||||
accent: "purple"
|
||||
logo: "logo.svg"
|
||||
logo: 'images/droplet-white.svg'
|
||||
repo_url: http://github.com/vapor/vapor
|
||||
edit_uri: https://github.com/vapor/documentation/edit/master/3.0/docs/
|
||||
extra:
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ site_url: https://docs.vapor.codes/4.0/
|
|||
repo_url: http://github.com/vapor/vapor
|
||||
edit_uri: https://github.com/vapor/documentation/edit/master/4.0/docs/
|
||||
theme:
|
||||
name: "material"
|
||||
custom_dir: "theme/"
|
||||
name: material
|
||||
custom_dir: theme/
|
||||
palette:
|
||||
primary: "black"
|
||||
accent: "blue"
|
||||
logo: "logo.png"
|
||||
primary: black
|
||||
accent: blue
|
||||
logo: logo.png
|
||||
extra:
|
||||
font:
|
||||
text: "Roboto Slab"
|
||||
code: "Source Code Pro"
|
||||
text: Roboto Slab
|
||||
code: Source Code Pro
|
||||
google_analytics:
|
||||
- "UA-76177358-4"
|
||||
- "auto"
|
||||
|
|
@ -24,6 +24,14 @@ markdown_extensions:
|
|||
- meta
|
||||
- toc:
|
||||
permalink: true
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/twitter
|
||||
link: https://twitter.com/@codevapor
|
||||
- icon: fontawesome/brands/discord
|
||||
link: http://vapor.team/
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/vapor
|
||||
nav:
|
||||
- "Welcome": "index.md"
|
||||
- "Install":
|
||||
|
|
|
|||
Loading…
Reference in New Issue