chore(v2): add netlify logo for open source plan (#2147)

* chore(v2): add netlify logo for open source plan

* change logo

* Update website/docusaurus.config.js

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
Endi 2019-12-25 16:36:42 +07:00 committed by GitHub
parent 578815c620
commit 850c3a1deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -42,4 +42,5 @@ Array of rehype plugins to manipulate the MDXHAST
Array of remark plugins to manipulate the MDXAST
### `metadataPath`
A function to provide the metadataPath depending on current loaded MDX path that will be exported as the MDX metadata.

View file

@ -159,6 +159,9 @@ module.exports = {
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
{
html: `<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener"><img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/></a>`,
},
],
},
],