This repository was archived by the owner on Jul 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathsidebarsMPPM.js
More file actions
158 lines (156 loc) · 4.6 KB
/
sidebarsMPPM.js
File metadata and controls
158 lines (156 loc) · 4.6 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
module.exports = {
'mppm': [
{
type: 'doc',
id: 'release-notes/mppm-release-notes',
},
{
type: 'doc',
id: 'about'
},
{
type: 'doc',
id: 'sys-req'
},
{
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'
},
{
type: 'doc',
id: 'virtual-players/virtual-players-layout'
},
]
},
{
collapsed: true,
type: 'category',
label: 'Test live instances locally and remotely',
link: {type: 'doc', id: 'play-mode-scenario/play-mode-scenario-about'},
items: [
{
type: 'doc',
id: 'play-mode-scenario/play-mode-scenario-req'
},
{
type: 'doc',
id: 'play-mode-scenario/play-mode-scenario-create'
},
{
type: 'doc',
id: 'play-mode-scenario/play-mode-scenario-configure-build'
},
]
},
{
collapsed: true,
type: 'category',
label: 'Information about tags',
link: {type: 'doc', id: 'player-tags/player-tags'},
items: [
{
type: 'doc',
id: 'player-tags/player-tags-create'
},
{
collapsed: true,
type: 'category',
label: 'Configure 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'
},
{
type: 'doc',
id: 'troubleshoot/play-mode-scenario-troubleshoot'
},
]
},
{
collapsed: true,
type: 'category',
label: 'Reference',
link: {type: 'doc', id: 'mppm-reference/mppm-reference-lp'},
items: [
{
type: 'doc',
id: 'mppm-reference/play-mode-scenario-dropdown-reference'
},
{
type: 'doc',
id: 'mppm-reference/play-mode-scenario-instances-status-reference'
},
{
type: 'doc',
id: 'mppm-reference/play-mode-scenario-window-reference'
},
{
type: 'doc',
id: 'mppm-reference/play-mode-status-window-reference'
},
]
},
]
}