Skip to content

Commit dc3da11

Browse files
authored
Update docusaurus.config.js
1 parent f0a63f7 commit dc3da11

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

docusaurus.config.js

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ const config = {
8484
title: 'BasisVR',
8585
logo: {
8686
alt: 'BasisVR Logo',
87-
src: 'img/logo.svg',
87+
src: 'img/BasisLogoSmall.png',
8888
},
8989
items: [
9090
{
9191
type: 'docSidebar',
9292
sidebarId: 'tutorialSidebar',
9393
position: 'left',
94-
label: 'Tutorial',
94+
label: 'Pages',
9595
},
96-
{to: '/blog', label: 'Blog', position: 'left'},
96+
//{to: '/blog', label: 'Blog', position: 'left'},
9797
{
98-
href: 'https://github.com/facebook/docusaurus',
98+
href: 'https://github.com/BasisVR/Basis',
9999
label: 'GitHub',
100100
position: 'right',
101101
},
@@ -108,9 +108,17 @@ const config = {
108108
title: 'Docs',
109109
items: [
110110
{
111-
label: 'Tutorial',
112-
to: '/docs/intro',
111+
label: 'Getting Started',
112+
to: '/docs/getting-started',
113113
},
114+
{
115+
label: 'Avatars',
116+
to: '/docs/avatars',
117+
},
118+
{
119+
label: 'Worlds',
120+
to: '/docs/worlds',
121+
},
114122
],
115123
},
116124
{

0 commit comments

Comments
 (0)