Skip to content

Commit

Permalink
Creating NetworkObject section in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbacakes committed Aug 27, 2024
1 parent 2632c91 commit da87938
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,19 @@ module.exports = {
"label": "Networking components",
"items": [
{
"type": "doc",
"id": "basics/networkobject"
},
{
"type": "doc",
"id": "advanced-topics/networkobject-parenting"
"collapsed": true,
"type": "category",
"label": "NetworkObject",
"items": [
{
"type": "doc",
"id": "basics/networkobject"
},
{
"type": "doc",
"id": "advanced-topics/networkobject-parenting"
},
]
},
{
"collapsed": true,
Expand All @@ -146,10 +153,6 @@ module.exports = {
},
]
},
{
"type": "doc",
"id": "advanced-topics/physics"
},
{
"type": "doc",
"id": "components/networkmanager"
Expand All @@ -163,6 +166,10 @@ module.exports = {
"label": "NetworkAnimator",
"id": "components/networkanimator"
},
{
"type": "doc",
"id": "advanced-topics/physics"
}
]
},
{
Expand Down

0 comments on commit da87938

Please sign in to comment.