diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33e783363..3c47596b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Thanks from the heart 💚 for taking the time to help out. This guide will help ## Setup -All the packages in the ecosystem use [pnpm workspaces](https://pnpm.io/workspaces). PnPM is a package manager that is faster than npm and yarn. It also uses symlinks to avoid code duplication. +All the packages in the ecosystem use [pnpm workspaces](https://pnpm.io/workspaces). Pnpm is a package manager that is faster than npm and yarn. It also uses symlinks to avoid code duplication. The `workspace` has the following structure: diff --git a/docs/.vitepress/config/de.ts b/docs/.vitepress/config/de.ts index 580730a9a..0fb2ad65d 100644 --- a/docs/.vitepress/config/de.ts +++ b/docs/.vitepress/config/de.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const deConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: 'Änderungen an dieser Seite vorschlagen', }, sidebar: [ @@ -77,6 +77,7 @@ export const deConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/de/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/de/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/de/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index f8e341736..4f33da8c2 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const enConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: 'Suggest changes to this page', }, sidebar: [ @@ -78,6 +78,7 @@ export const enConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/config/es.ts b/docs/.vitepress/config/es.ts index d180c7f79..7abb2cc65 100644 --- a/docs/.vitepress/config/es.ts +++ b/docs/.vitepress/config/es.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const esConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: 'Sugerir cambios a esta página', }, sidebar: [ @@ -78,6 +78,7 @@ export const esConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/es/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/es/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/es/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/config/fr.ts b/docs/.vitepress/config/fr.ts index 042b6c017..71e6105f3 100644 --- a/docs/.vitepress/config/fr.ts +++ b/docs/.vitepress/config/fr.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const frConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: 'Suggérer un changement à cette page.', }, sidebar: [ @@ -79,6 +79,7 @@ export const frConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/fr/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/fr/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/fr/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/config/nl.ts b/docs/.vitepress/config/nl.ts index d7d4ca45d..0310f854b 100644 --- a/docs/.vitepress/config/nl.ts +++ b/docs/.vitepress/config/nl.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const nlConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: 'Stel wijzigingen op deze pagina voor', }, sidebar: [ @@ -78,6 +78,7 @@ export const nlConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/nl/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/nl/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/nl/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/config/zh.ts b/docs/.vitepress/config/zh.ts index ec75f9cf8..69eb6b5ae 100644 --- a/docs/.vitepress/config/zh.ts +++ b/docs/.vitepress/config/zh.ts @@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const zhConfig: LocaleSpecificConfig = { themeConfig: { editLink: { - pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path', + pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path', text: '对本页内容给出建议', }, sidebar: [ @@ -77,6 +77,7 @@ export const zhConfig: LocaleSpecificConfig = { { text: 'v-light-helper', link: '/zh/directives/v-light-helper' }, { text: 'v-always-look-at', link: '/zh/directives/v-always-look-at' }, { text: 'v-distance-to', link: '/zh/directives/v-distance-to' }, + { text: 'v-rotate', link: '/directives/v-rotate' }, ], }, { diff --git a/docs/.vitepress/theme/components/HomeSponsors.vue b/docs/.vitepress/theme/components/HomeSponsors.vue index 8c07685f6..eae285609 100644 --- a/docs/.vitepress/theme/components/HomeSponsors.vue +++ b/docs/.vitepress/theme/components/HomeSponsors.vue @@ -1,15 +1,13 @@