mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 07:56:35 +01:00
chore: Remove aside from configure page. It doesn't make sense there.
This commit is contained in:
@@ -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 <a href="https://github.com/sysadminsmedia/homebox/blob/main/LICENSE">MIT license</a>',
|
||||
copyright: '© <a href="https://sysadminsmedia.com/">Sysadmins Media</a>, 2025',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
outline: false
|
||||
aside: false
|
||||
---
|
||||
|
||||
# Configure Homebox
|
||||
|
||||
## Env Variables & Configuration
|
||||
|
||||
Reference in New Issue
Block a user