Skip to content

Commit

Permalink
doc: add footer
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed May 2, 2024
1 parent 07989c7 commit fc8d8f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
})

0 comments on commit fc8d8f3

Please sign in to comment.