diff --git a/Packages/vpm-manifest.json b/Packages/vpm-manifest.json index b734d772..ae0c33aa 100644 --- a/Packages/vpm-manifest.json +++ b/Packages/vpm-manifest.json @@ -9,13 +9,13 @@ }, "locked": { "com.vrchat.avatars": { - "version": "3.1.5", + "version": "3.1.6", "dependencies": { "com.vrchat.base": "3.1.x" } }, "com.vrchat.base": { - "version": "3.1.5" + "version": "3.1.6" }, "com.vrchat.core.vpm-resolver": { "version": "0.1.13" diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 42897a34..0c17f186 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -619,7 +619,7 @@ PlayerSettings: webGLThreadsSupport: 0 webGLWasmStreaming: 0 scriptingDefineSymbols: - 1: VRC_SDK_VRCSDK3;MODULAR_AVATAR_DEBUG + 1: VRC_SDK_VRCSDK3 platformArchitecture: {} scriptingBackend: {} il2cppCompilerConfiguration: {} diff --git a/docs/ja/docusaurus.config.js b/docs/ja/docusaurus.config.js index d36161e5..8cf5a481 100644 --- a/docs/ja/docusaurus.config.js +++ b/docs/ja/docusaurus.config.js @@ -16,8 +16,8 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'facebook', // Usually your GitHub org/user name. - projectName: 'docusaurus', // Usually your repo name. + organizationName: 'bdunderscore', // Usually your GitHub org/user name. + projectName: 'modular-avatar', // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want @@ -51,7 +51,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: 'My Site', + title: 'Modular Avatar documentation', logo: { alt: 'My Site Logo', src: 'img/logo.svg', @@ -61,13 +61,12 @@ const config = { type: 'doc', docId: 'intro', position: 'left', - label: 'Tutorial', + label: 'Docs', }, { type: 'localeDropdown', position: 'left', }, - //{to: '/blog', label: 'Blog', position: 'left'}, { href: 'https://github.com/bdunderscore/modular-avatar', label: 'GitHub', @@ -82,7 +81,7 @@ const config = { title: 'Docs', items: [ { - label: 'Tutorial', + label: 'Documentation', to: '/docs/intro', }, ], @@ -107,18 +106,14 @@ const config = { { title: 'More', items: [ - { - label: 'Blog', - to: '/blog', - }, { label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/bdunderscore/modular-avatar', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} bd_. Built with Docusaurus.`, }, prism: { theme: lightCodeTheme,