Skip to content

Commit

Permalink
update team
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Nov 25, 2024
1 parent f441660 commit d97f3ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 4 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ const config = {
label: 'v8.x',
path: '8.x',
banner: 'none',
badge: true,
badge: false,
},
},
breadcrumbs: false,
},
blog: {
blogTitle: 'PixiJS News',
Expand Down Expand Up @@ -171,7 +172,7 @@ const config = {
{
type: 'doc',
docId: 'playground/index',
label: 'playground',
label: 'Playground',
position: 'left',
},
{
Expand All @@ -190,7 +191,7 @@ const config = {
},
{
label: 'Spine',
href: 'https://github.com/pixijs/spine',
href: 'https://esotericsoftware.com/spine-pixi',
},
{
label: 'Filters',
Expand All @@ -200,14 +201,6 @@ const config = {
label: 'Sound',
href: 'https://github.com/pixijs/sound',
},
{
label: 'Animate',
href: 'https://github.com/pixijs/animate',
},
{
label: 'Lights',
href: 'https://github.com/pixijs/lights',
},
{
label: 'UI',
href: 'https://github.com/pixijs/ui',
Expand Down
6 changes: 3 additions & 3 deletions src/pages/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"social": {
"github": "https://github.com/andrewstart"
},
"active": true
"active": false
},
{
"name": "Yevhenii Huselietov",
Expand Down Expand Up @@ -106,7 +106,7 @@
"github": "https://github.com/SuperSodaSea",
"twitter": "https://twitter.com/super_soda"
},
"active": true
"active": false
},
{
"name": "Viktor Persson",
Expand All @@ -115,7 +115,7 @@
"social": {
"github": "https://github.com/vikpe"
},
"active": true
"active": false
},
{
"name": "Dmytro Soldatov",
Expand Down

0 comments on commit d97f3ad

Please sign in to comment.