Skip to content

Commit

Permalink
Added Apple to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
intenscia committed Jul 6, 2024
1 parent 65bdbd1 commit 46d3f6e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions public/menu/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ const sidebars = {
},
],
},
// Console Platforms
// Platforms
{
type: 'html',
value: `${startStylePush}CONSOLE PLATFORMS${endStyle}`,
value: `${startStylePush}PLATFORMS${endStyle}`,
defaultStyle: true,
},
{
Expand All @@ -121,7 +121,7 @@ const sidebars = {
{
type: 'doc',
id: 'console-platforms/platforms-playstation',
label: 'PlayStation\u00ae4 & PlayStation\u00ae5',
label: 'PlayStation®4 & PlayStation®5',
},
{
type: 'doc',
Expand All @@ -138,6 +138,11 @@ const sidebars = {
id: 'console-platforms/platforms-console-sdks',
label: 'Console SDKs',
},
{
type: 'doc',
id: 'console-platforms/apple',
label: 'Apple',
},
// Game Management
{
type: 'html',
Expand Down

0 comments on commit 46d3f6e

Please sign in to comment.