diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 263b1ceb..9e8d3aa5 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -53,6 +53,11 @@ export default defineConfig({ { icon: 'discord', link: 'https://discord.homebox.software' }, { icon: 'github', link: 'https://git.homebox.software' }, { icon: 'mastodon', link: 'https://noc.social/@sysadminszone' }, - ] + ], + + footer: { + message: 'HomeBox is an open-source project under the MIT license', + copyright: '© Sysadmins Media, 2025', + } } }) diff --git a/docs/en/configure-homebox.md b/docs/en/configure-homebox.md index e360c626..1ede0625 100644 --- a/docs/en/configure-homebox.md +++ b/docs/en/configure-homebox.md @@ -1,3 +1,8 @@ +--- +outline: false +aside: false +--- + # Configure Homebox ## Env Variables & Configuration