Skip to content

Commit

Permalink
chore: contents of config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 23, 2024
1 parent ec2bfae commit 9748266
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: "/docs",
locales: {
root: {
label: "English",
lang: "en",
link: "/en",
},
nl: {
label: "Nederlands",
lang: "nl",
link: "/nl",
},
},
title: "Ypovoli",
description: "A ugent site",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
// { text: 'Home', link: '/en/' },
// { text: 'Examples', link: '/markdown-examples' }
],

socialLinks: [
{ icon: "github", link: "https://github.com/SELab-2/UGent-7" },
],
},
})

0 comments on commit 9748266

Please sign in to comment.