This repository was archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsidebars.js
82 lines (82 loc) · 1.61 KB
/
sidebars.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
module.exports = {
docs: [
{
type: 'doc',
id: 'en/about',
},
{
type: 'doc',
id: 'en/quick-start',
},
{
type: 'doc',
id: 'en/install',
},
{
type: 'category',
label: 'DeviceLink',
items: ['en/devicelink/about-dl', 'en/devicelink/state-of-dl'],
},
{
type: 'category',
label: 'Device Adaptors',
items: ['en/adaptors/adaptor', 'en/adaptors/modbus', 'en/adaptors/opc-ua', 'en/adaptors/mqtt', 'en/adaptors/ble', 'en/adaptors/dummy', 'en/adaptors/mqtt-extension', 'en/adaptors/develop'],
},
{
type: 'doc',
id: 'en/develop',
},
{
type: 'doc',
id: 'en/monitoring',
},
{
type: 'doc',
id: 'en/octopus-ui',
},
{
type: 'doc',
id: 'en/faq',
},
],
"cn-docs": [
{
type: 'doc',
id: 'cn/about',
},
{
type: 'doc',
id: 'cn/quick-start',
},
{
type: 'doc',
id: 'cn/install',
},
{
type: 'category',
label: 'DeviceLink',
items: ['cn/devicelink/about-dl', 'cn/devicelink/state-of-dl'],
},
{
type: 'category',
label: '适配器 (Adaptors)',
items: ['cn/adaptors/adaptor', 'cn/adaptors/modbus', 'cn/adaptors/opc-ua', 'cn/adaptors/mqtt', 'cn/adaptors/ble', 'cn/adaptors/dummy', 'cn/adaptors/mqtt-extension', 'cn/adaptors/develop'],
},
{
type: 'doc',
id: 'cn/develop',
},
{
type: 'doc',
id: 'cn/monitoring',
},
{
type: 'doc',
id: 'cn/octopus-ui',
},
{
type: 'doc',
id: 'cn/faq',
},
],
};