Skip to content

Commit d161985

Browse files
updated docs
1 parent 6b9b4f6 commit d161985

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,13 @@ export default defineConfig({
66
title: "Typeforge Docs",
77
description: "A Type Function utility library for Luau.",
88
themeConfig: {
9-
// https://vitepress.dev/reference/default-theme-config
109
nav: [
1110
{ text: 'Home', link: '/' },
12-
{ text: 'Examples', link: '/markdown-examples' }
13-
],
14-
15-
sidebar: [
16-
{
17-
text: 'Examples',
18-
items: [
19-
{ text: 'Markdown Examples', link: '/markdown-examples' },
20-
{ text: 'Runtime API Examples', link: '/api-examples' }
21-
]
22-
}
11+
{ text: 'Docs', link: '/docs' }
2312
],
2413

2514
socialLinks: [
26-
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
15+
{ icon: 'github', link: 'https://github.com/typeforge-luau/typeforge' }
2716
]
2817
}
2918
})

0 commit comments

Comments
 (0)