This commit is contained in:
bd_ 2022-09-07 20:46:35 -07:00
parent bb8eb3152d
commit 413303528a
3 changed files with 10 additions and 15 deletions

View File

@ -9,13 +9,13 @@
}, },
"locked": { "locked": {
"com.vrchat.avatars": { "com.vrchat.avatars": {
"version": "3.1.5", "version": "3.1.6",
"dependencies": { "dependencies": {
"com.vrchat.base": "3.1.x" "com.vrchat.base": "3.1.x"
} }
}, },
"com.vrchat.base": { "com.vrchat.base": {
"version": "3.1.5" "version": "3.1.6"
}, },
"com.vrchat.core.vpm-resolver": { "com.vrchat.core.vpm-resolver": {
"version": "0.1.13" "version": "0.1.13"

View File

@ -619,7 +619,7 @@ PlayerSettings:
webGLThreadsSupport: 0 webGLThreadsSupport: 0
webGLWasmStreaming: 0 webGLWasmStreaming: 0
scriptingDefineSymbols: scriptingDefineSymbols:
1: VRC_SDK_VRCSDK3;MODULAR_AVATAR_DEBUG 1: VRC_SDK_VRCSDK3
platformArchitecture: {} platformArchitecture: {}
scriptingBackend: {} scriptingBackend: {}
il2cppCompilerConfiguration: {} il2cppCompilerConfiguration: {}

View File

@ -16,8 +16,8 @@ const config = {
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name. organizationName: 'bdunderscore', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name. projectName: 'modular-avatar', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful // 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 // 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} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
navbar: { navbar: {
title: 'My Site', title: 'Modular Avatar documentation',
logo: { logo: {
alt: 'My Site Logo', alt: 'My Site Logo',
src: 'img/logo.svg', src: 'img/logo.svg',
@ -61,13 +61,12 @@ const config = {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
label: 'Tutorial', label: 'Docs',
}, },
{ {
type: 'localeDropdown', type: 'localeDropdown',
position: 'left', position: 'left',
}, },
//{to: '/blog', label: 'Blog', position: 'left'},
{ {
href: 'https://github.com/bdunderscore/modular-avatar', href: 'https://github.com/bdunderscore/modular-avatar',
label: 'GitHub', label: 'GitHub',
@ -82,7 +81,7 @@ const config = {
title: 'Docs', title: 'Docs',
items: [ items: [
{ {
label: 'Tutorial', label: 'Documentation',
to: '/docs/intro', to: '/docs/intro',
}, },
], ],
@ -107,18 +106,14 @@ const config = {
{ {
title: 'More', title: 'More',
items: [ items: [
{
label: 'Blog',
to: '/blog',
},
{ {
label: 'GitHub', 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: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,