chore: Update header navigation with Discord server link and GitHub repository link

This commit is contained in:
Hichem Fantar 2024-06-17 16:38:50 +01:00
parent e060ca26f9
commit e219b080a1

View File

@ -84,18 +84,18 @@ const config: Config = {
// label: "Blog",
// position: "left",
// },
{
href: "https://discord.com/invite/5rJgQTnV4s",
position: "right",
className: "header-discord-link",
"aria-label": "Discord server",
},
{
href: "https://github.com/open-webui/open-webui",
position: "right",
className: "header-github-link",
"aria-label": "GitHub repository",
},
{
href: "https://discord.com/invite/5rJgQTnV4s",
position: "right",
className: "header-discord-link",
"aria-label": "Discord server",
},
],
},
footer: {