File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff 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} )
You can’t perform that action at this time.
0 commit comments