From fc8d8f31d170e5efb702316f20eaa875d85fd5b4 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Mon, 29 Apr 2024 14:40:36 +0100 Subject: [PATCH] doc: add footer Signed-off-by: Brian McGee --- docs/.vitepress/config.mts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index b31d0ae..409720b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -25,6 +25,11 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://git.numtide.com/numtide/treefmt' } - ] + ], + + footer: { + message: 'Released under the MIT License.', + copyright: "Copyright © 2024-present Treefmt Contributors" + } } })