Skip to content

Commit

Permalink
Change node requirement and fix broken footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Jan 31, 2024
1 parent f97ced1 commit 987de9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
27 changes: 5 additions & 22 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,41 +78,24 @@ const config: Config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
label: 'Get Started',
to: '/docs/get-started',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
href: 'https://discord.gg/YjHAQD2XT8',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/realitycollective/com.realitytoolkit.core',
},
],
},
}
],
copyright: `Copyright © ${new Date().getFullYear()} Reality Collective. Built with Docusaurus.`,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": "16.x"
}
}

0 comments on commit 987de9d

Please sign in to comment.