adding code of conduct and netlify link in footer of docs

attempting ot meet requirements for open source plan
This commit is contained in:
Blake Blackshear
2026-01-10 14:21:33 +00:00
parent ea39bb3565
commit 17705dcdb1
2 changed files with 92 additions and 0 deletions
+7
View File
@@ -169,6 +169,13 @@ const config: Config = {
},
],
},
{
items: [
{
html: '<div style="display:flex;justify-content:flex-end"><a href="https://www.netlify.com" target="_blank"><img src="https://www.netlify.com/assets/badges/netlify-badge-color-bg.svg" alt="Deploys by Netlify"/></a></div>',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Frigate, Inc.`,
},