1
0
Alvaro 2 жил өмнө
parent
commit
640e5a5be1

+ 4 - 3
docs/.vitepress/config.ts

@@ -90,9 +90,10 @@ export default defineConfig({
     ],
     nav: [
       { text: 'Guide', link: '/guide/' },
+      { text: 'API', link: '/api/renderer' },
       /*       { text: 'API', link: '/api/' },
       { text: 'Config', link: '/config/' }, */
-      {
+      /*  {
         text: 'Ecosystem',
         activeMatch: `^/ecosystem/`,
         items: [
@@ -115,10 +116,10 @@ export default defineConfig({
             ],
           },
         ],
-      },
+      }, */
     ],
     socialLinks: [
-      { icon: 'github', link: 'https://github.com/tresjs/tres' },
+      /*  { icon: 'github', link: 'https://github.com/tresjs/tres' }, */
       { icon: 'twitter', link: 'https://twitter.com/alvarosabu' },
     ],
   },