Alvaro před 2 roky
rodič
revize
0eea5f8720
2 změnil soubory, kde provedl 3 přidání a 6 odebrání
  1. 2 2
      docs/.vitepress/config.ts
  2. 1 4
      docs/index.md

+ 2 - 2
docs/.vitepress/config.ts

@@ -90,8 +90,8 @@ export default defineConfig({
     ],
     nav: [
       { text: 'Guide', link: '/guide/' },
-      { text: 'API', link: '/api/' },
-      { text: 'Config', link: '/config/' },
+      /*       { text: 'API', link: '/api/' },
+      { text: 'Config', link: '/config/' }, */
       {
         text: 'Ecosystem',
         activeMatch: `^/ecosystem/`,

+ 1 - 4
docs/index.md

@@ -7,7 +7,7 @@ titleTemplate: The solution for 3D on VueJS
 hero:
   name: TresJS
   text: Bring ThreeJS to VueJS ecosystem
-  tagline: Think of it as a R3F or Lunchboxjs but without the need of a custom render.
+  tagline: Create awesome 3D experience with the framework you love.
   image:
     src: /hero.png
     alt: Tresjs
@@ -18,9 +18,6 @@ hero:
     - theme: alt
       text: Why Tres?
       link: /guide/#motivation
-    - theme: alt
-      text: View on GitHub
-      link: https://github.com/tresjs/tres
 
 features:
   - icon: 💡