This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsidebars.json
121 lines (120 loc) · 3.47 KB
/
sidebars.json
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
{
"user-sidebar": {
"User Guide": [
"user",
"user/getting-started",
"user/installing-modules",
"user/faq",
"user/launch-options",
"user/portable-mode",
"user/arcdps-integration"
],
"Troubleshooting": [
"user/troubleshooting",
"user/troubleshooting/recording",
"user/troubleshooting/error-module"
]
},
"dev-sidebar": {
"Developer Docs": [
"dev"
],
"Modules": [
"modules/overview/getting-started",
"modules/overview/update-your-manifest",
"modules/overview/debugging",
"modules/overview/anatomy",
"modules/overview/bhm",
"modules/overview/release"
],
"\"Module Citizen\"": [
"modules/module-citizen/overview",
"modules/module-citizen/friendly-ui-ux",
"modules/module-citizen/ensuring-stability",
"modules/module-citizen/repo-etiquette"
],
"Controls": [
"dev/controls/overview",
"dev/controls/colorpicker",
"dev/controls/detailsbutton",
"dev/controls/image",
"dev/controls/label",
"dev/controls/loadingspinner",
"dev/controls/panel",
"dev/controls/standardbutton",
"dev/controls/standardwindow",
"dev/controls/tabbedwindow2",
"dev/controls/textbox"
],
"Getting Started": [],
"Guides": [
"modules/guides/settings",
"modules/guides/gw2api",
"modules/guides/graphicsdevice"
],
"Advanced Guides": [],
"API Reference": []
},
"marker-sidebar": {
"Pathing Module": [
"markers",
"markers/overview/managingmarkers",
"markers/overview/packformats"
],
"Marker Pack Development": [
"markers/development/attributes"
],
"Attributes": [
"markers/attributes/achievement",
"markers/attributes/alpha",
"markers/attributes/animspeed",
"markers/attributes/autotrigger",
"markers/attributes/behavior",
"markers/attributes/bounce",
"markers/attributes/canfade",
"markers/attributes/color",
"markers/attributes/copy",
"markers/attributes/cull",
"markers/attributes/defaulttoggle",
"markers/attributes/displayname",
"markers/attributes/fade",
"markers/attributes/festival",
"markers/attributes/guid",
"markers/attributes/heightoffset",
"markers/attributes/iconfile",
"markers/attributes/iconsize",
"markers/attributes/info",
"markers/attributes/invertbehavior",
"markers/attributes/isseparator",
"markers/attributes/iswall",
"markers/attributes/mapdisplaysize",
"markers/attributes/mapid",
"markers/attributes/maptype",
"markers/attributes/mount",
"markers/attributes/position",
"markers/attributes/profession",
"markers/attributes/race",
"markers/attributes/resetlength",
"markers/attributes/rotate",
"markers/attributes/scaleonmapwithzoom",
"markers/attributes/schedule",
"markers/attributes/showhide",
"markers/attributes/size",
"markers/attributes/specialization",
"markers/attributes/texture",
"markers/attributes/tip",
"markers/attributes/toggle",
"markers/attributes/trailscale",
"markers/attributes/triggerrange",
"markers/attributes/type",
"markers/attributes/visibility"
],
"Attribute Data Types": [
"markers/datatypes/bool",
"markers/datatypes/color",
"markers/datatypes/file",
"markers/datatypes/float",
"markers/datatypes/integer"
]
}
}