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": {
"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"

View File

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

View File

@ -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,