Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit b7ed8d7

Browse files
authored
Deprecate invader sample (#1338)
1 parent 173eb71 commit b7ed8d7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

sidebars.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ module.exports = {
556556
"type": "doc",
557557
"id": "learn/bitesize/bitesize-introduction"
558558
},
559-
{
560-
"type": "doc",
561-
"id": "learn/bitesize/bitesize-invaders"
562-
},
563559
{
564560
"type": "doc",
565561
"id": "learn/bitesize/bitesize-spaceshooter"
@@ -574,6 +570,17 @@ module.exports = {
574570
},
575571
]
576572
},
573+
{
574+
"collapsed": true,
575+
"type": "category",
576+
"label": "Deprecated samples",
577+
"items": [
578+
{
579+
"type": "doc",
580+
"id": "learn/bitesize/bitesize-invaders"
581+
},
582+
]
583+
},
577584
],
578585
},
579586
{

0 commit comments

Comments
 (0)