Skip to content

Commit

Permalink
chore(docs): update doc links (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jun 23, 2024
1 parent 07c0193 commit 79c811f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'API', link: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/sysadminsmedia/homebox/main/docs/docs/api/openapi-2.0.json' }
],

sidebar: [
Expand All @@ -40,7 +41,9 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/sysadminsmedia/homebox' }
{ icon: 'discord', link: 'https://discord.gg/aY4DCkpNA9' },
{ icon: 'github', link: 'https://github.com/sysadminsmedia/homebox' },
{ icon: 'mastodon', link: 'https://noc.social/@sysadminszone' },
]
}
})

0 comments on commit 79c811f

Please sign in to comment.