Merge pull request #60 from zmkfirmware/docs/netlify-deploy-badge

Add Netlify deploy badge
This commit is contained in:
Pete Johanson 2020-07-21 20:16:56 -04:00 committed by GitHub
commit 495f983de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,13 @@ module.exports = {
label: "GitHub",
href: "https://github.com/zmkfirmware/zmk",
},
{
html: `
<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" />
</a>
`,
},
],
},
],