๐Ÿ“ฆ ionic-team / capacitor-docs

๐Ÿ“„ version-v3-sidebars.json ยท 231 lines
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231{
  "docs": [
    {
      "type": "category",
      "label": "Getting Started",
      "collapsed": false,
      "items": [
        "index",
        "main/getting-started/environment-setup",
        "main/getting-started/installation",
        "main/getting-started/with-ionic",
        "main/getting-started/vscode-extension",
        "main/getting-started/templates"
      ]
    },
    {
      "type": "category",
      "label": "Basics",
      "collapsed": false,
      "items": [
        "main/basics/workflow",
        "main/basics/using-plugins",
        "main/basics/configuring-your-app",
        "main/basics/utilities"
      ]
    },
    {
      "type": "category",
      "label": "Upgrade Guides",
      "collapsed": false,
      "items": [
        "main/updating/3-0",
        "main/updating/2-0",
        "main/updating/1-1",
        "main/updating/plugins/3-0"
      ]
    },
    {
      "type": "category",
      "label": "Cordova/PhoneGap",
      "collapsed": false,
      "items": [
        "main/cordova/index",
        "main/cordova/migration-strategy",
        "main/cordova/migrating-from-cordova-to-capacitor"
      ]
    },
    {
      "type": "category",
      "label": "Concepts",
      "collapsed": false,
      "items": [
        "main/guides/ads",
        "main/guides/angular",
        "main/guides/automated-configuration",
        "main/guides/ci-cd",
        "main/guides/deep-links",
        "main/guides/deploying-updates",
        "main/guides/environment-specific-configurations",
        "main/guides/in-app-purchases",
        "main/guides/live-reload",
        "main/guides/mocking-plugins",
        "main/guides/push-notifications-firebase",
        "main/guides/react-hooks",
        "main/guides/screen-orientation",
        "main/guides/security",
        "main/guides/splash-screens-and-icons",
        "main/guides/storage",
        "main/guides/community"
      ]
    },
    {
      "type": "category",
      "label": "iOS",
      "collapsed": false,
      "items": [
        "main/ios/index",
        "main/ios/configuration",
        "main/ios/custom-code",
        "main/ios/deploying-to-app-store",
        "main/ios/viewcontroller",
        "main/ios/troubleshooting"
      ]
    },
    {
      "type": "category",
      "label": "Android",
      "collapsed": false,
      "items": [
        "main/android/index",
        "main/android/configuration",
        "main/android/custom-code",
        "main/android/deploying-to-google-play",
        "main/android/troubleshooting"
      ]
    },
    {
      "type": "category",
      "label": "Web/PWA",
      "collapsed": false,
      "items": [
        "main/web/index",
        "main/web/progressive-web-apps",
        "main/web/pwa-elements"
      ]
    },
    {
      "type": "category",
      "label": "Reference",
      "collapsed": false,
      "items": [
        "main/reference/config",
        "main/reference/core-apis/ios",
        "main/reference/core-apis/android",
        "main/reference/core-apis/web",
        "main/reference/core-apis/data-types",
        "main/reference/core-apis/saving-calls",
        {
          "type": "link",
          "label": "Plugin APIs",
          "href": "/docs/apis"
        },
        {
          "type": "link",
          "label": "CLI",
          "href": "/docs/cli"
        }
      ]
    }
  ],

  "api": [
    {
      "type": "category",
      "label": "Overview",
      "collapsed": false,
      "items": [
        "plugins",
        "plugins/official",
        "plugins/community",
        "plugins/cordova",
        "plugins/enterprise"
      ]
    },
    {
      "type": "category",
      "label": "APIs",
      "collapsed": false,
      "items": [
        "apis/action-sheet",
        "apis/app-launcher",
        "apis/app",
        "apis/browser",
        "apis/camera",
        "apis/clipboard",
        "apis/device",
        "apis/dialog",
        "apis/filesystem",
        "apis/geolocation",
        "apis/google-maps",
        "apis/haptics",
        "apis/keyboard",
        "apis/local-notifications",
        "apis/motion",
        "apis/network",
        "apis/push-notifications",
        "apis/screen-reader",
        "apis/share",
        "apis/splash-screen",
        "apis/status-bar",
        "apis/storage",
        "apis/text-zoom",
        "apis/toast"
      ]
    },
    {
      "type": "category",
      "label": "Creating Plugins",
      "collapsed": false,
      "items": [
        "plugins/creating-plugins/overview",
        "plugins/creating-plugins/development-workflow",
        "plugins/creating-plugins/ios-guide",
        "plugins/creating-plugins/android-guide",
        "plugins/creating-plugins/web-guide",
        "plugins/creating-plugins/method-types",
        "plugins/creating-plugins/configuration-values"
      ]
    },
    {
      "type": "category",
      "label": "Plugin Tutorial",
      "collapsed": false,
      "items": [
        "plugins/tutorial/getting-started",
        "plugins/tutorial/designing-api",
        "plugins/tutorial/using-api",
        "plugins/tutorial/implementing-for-web",
        "plugins/tutorial/code-abstraction",
        "plugins/tutorial/implementing-for-ios",
        "plugins/tutorial/implementing-for-android",
        "plugins/tutorial/packaging"
      ]
    }
  ],

  "cli": [
    {
      "type": "category",
      "label": "CLI Documentation",
      "collapsed": false,
      "items": ["cli/index", "cli/hooks"]
    },
    {
      "type": "category",
      "label": "Command Reference",
      "collapsed": false,
      "items": [
        "cli/commands/add",
        "cli/commands/copy",
        "cli/commands/init",
        "cli/commands/ls",
        "cli/commands/open",
        "cli/commands/run",
        "cli/commands/sync",
        "cli/commands/update"
      ]
    }
  ]
}