Browse Source

Add Netlify deploy badge

xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
2d99e69eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      docs/docusaurus.config.js

7
docs/docusaurus.config.js

@ -73,6 +73,13 @@ module.exports = { @@ -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>
`,
},
],
},
],

Loading…
Cancel
Save