mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
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:
parent
578815c620
commit
850c3a1deb
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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>`,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue