forked from Unity-Technologies/com.unity.multiplayer.docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebarsMPPM.js
101 lines (100 loc) · 2.78 KB
/
sidebarsMPPM.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
module.exports = {
'mppm': [
{
type: 'doc',
id: 'about'
},
{
type: 'doc',
id: 'release-notes/mppm-release-notes',
},
{
type: 'doc',
id: 'install'
},
{
collapsed: true,
type: 'category',
label: 'Virtual players',
link: {type: 'doc', id: 'virtual-players/virtual-players'},
items: [
{
type: 'doc',
id: 'virtual-players/virtual-players-enable'
},
{
type: 'doc',
id: 'virtual-players/virtual-players-focus'
},
]
},
{
collapsed: true,
type: 'category',
label: 'Player Tags',
link: {type: 'doc', id: 'player-tags/player-tags'},
items: [
{
type: 'doc',
id: 'player-tags/player-tags-create'
},
{
collapsed: true,
type: 'category',
label: 'Configure Player Tags',
link: {type: 'doc', id: 'player-tags/player-tags-configure'},
items: [
{
type: 'doc',
id: 'player-tags/target-instance'
},
{
type: 'doc',
id: 'player-tags/target-team'
},
{
type: 'doc',
id: 'player-tags/target-network'
},
]
},
{
type: 'doc',
id: 'player-tags/player-tags-attach'
},
]
},
{
collapsed: true,
type: 'category',
label: 'Use Multiplayer Play mode with a Dedicated Server',
link: {type: 'doc', id: 'dedicated-server/play-mode-dedicated-server'},
items: [
{
type: 'doc',
id: 'dedicated-server/multiplayer-role'
},
]
},
{
type: 'doc',
id: 'synchronize'
},
{
type: 'doc',
id: 'mtt-terms'
},
{
collapsed: true,
type: 'category',
label: 'Troubleshooting',
link: {type: 'doc', id: 'troubleshoot/troubleshooting'},
items: [
{
type: 'doc',
id: 'troubleshoot/debug-mppm'
},
]
},
]
}