forked from dmrd/exponent-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsections.js
38 lines (35 loc) · 859 Bytes
/
sections.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
const WORKFLOW = [
'configuration',
'create-react-native-app',
'debugging-host.png',
'debugging',
'developer-menu.png',
'development-mode',
'development-mode.png',
'exp-cli',
'expo-refresh.png',
'fetch-app-from-xde.png',
'fetch-app-production.png',
'genymotion-android-sdk-location.png',
'genymotion-android-tools.png',
'genymotion-configure-sdk.png',
'genymotion',
'glossary-of-terms',
'how-expo-works',
'index',
'linking',
'logging',
'publishing',
'toggle-development-mode.png',
'up-and-running',
'upgrading-expo',
'xde-logs-device-picker.png',
'xde-logs.png',
];
const DISTRIBUTION = ['building-standalone-apps', 'app-stores', 'release-channels'];
const EXPOKIT = ['advanced-expokit-topics', 'icloud-entitlement.png', 'expokit', 'detach'];
module.exports = {
WORKFLOW,
DISTRIBUTION,
EXPOKIT,
};