doc: add footer

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-04-29 14:40:36 +01:00
parent 07989c7a04
commit fc8d8f31d1
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -25,6 +25,11 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://git.numtide.com/numtide/treefmt' }
]
],
footer: {
message: 'Released under the <a href="https://git.numtide.com/numtide/treefmt/src/branch/main/LICENSE.md">MIT License</a>.',
copyright: "Copyright © 2024-present Treefmt Contributors"
}
}
})