Skip to content

Commit da87938

Browse files
committed
Creating NetworkObject section in TOC
1 parent 2632c91 commit da87938

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

sidebars.js

+17-10
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,19 @@ module.exports = {
124124
"label": "Networking components",
125125
"items": [
126126
{
127-
"type": "doc",
128-
"id": "basics/networkobject"
129-
},
130-
{
131-
"type": "doc",
132-
"id": "advanced-topics/networkobject-parenting"
127+
"collapsed": true,
128+
"type": "category",
129+
"label": "NetworkObject",
130+
"items": [
131+
{
132+
"type": "doc",
133+
"id": "basics/networkobject"
134+
},
135+
{
136+
"type": "doc",
137+
"id": "advanced-topics/networkobject-parenting"
138+
},
139+
]
133140
},
134141
{
135142
"collapsed": true,
@@ -146,10 +153,6 @@ module.exports = {
146153
},
147154
]
148155
},
149-
{
150-
"type": "doc",
151-
"id": "advanced-topics/physics"
152-
},
153156
{
154157
"type": "doc",
155158
"id": "components/networkmanager"
@@ -163,6 +166,10 @@ module.exports = {
163166
"label": "NetworkAnimator",
164167
"id": "components/networkanimator"
165168
},
169+
{
170+
"type": "doc",
171+
"id": "advanced-topics/physics"
172+
}
166173
]
167174
},
168175
{

0 commit comments

Comments
 (0)