File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,19 @@ module.exports = {
124
124
"label" : "Networking components" ,
125
125
"items" : [
126
126
{
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
+ ]
133
140
} ,
134
141
{
135
142
"collapsed" : true ,
@@ -146,10 +153,6 @@ module.exports = {
146
153
} ,
147
154
]
148
155
} ,
149
- {
150
- "type" : "doc" ,
151
- "id" : "advanced-topics/physics"
152
- } ,
153
156
{
154
157
"type" : "doc" ,
155
158
"id" : "components/networkmanager"
@@ -163,6 +166,10 @@ module.exports = {
163
166
"label" : "NetworkAnimator" ,
164
167
"id" : "components/networkanimator"
165
168
} ,
169
+ {
170
+ "type" : "doc" ,
171
+ "id" : "advanced-topics/physics"
172
+ }
166
173
]
167
174
} ,
168
175
{
You can’t perform that action at this time.
0 commit comments