forked from particle-iot/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
61 lines (61 loc) · 2.77 KB
/
redirects.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
{
"/photon" : "/",
"/photon/start" : "/guide/getting-started/start",
"/photon/connect" : "/guide/getting-started/connect",
"/photon/modes" : "/guide/getting-started/modes",
"/photon/tinker" : "/guide/getting-started/tinker",
"/photon/examples" : "/guide/getting-started/examples",
"/photon/dev" : "/guide/tools-and-features/dev",
"/photon/dashboard" : "/guide/tools-and-features/dashboard",
"/photon/firmware" : "/reference/firmware",
"/photon/api" : "/reference/api",
"/photon/javascript" : "/reference/javascript",
"/photon/ios" : "/reference/ios",
"/photon/photon-datasheet" : "/datasheets/photon-datasheet",
"/photon/p1-datasheet" : "/datasheets/p1-datasheet",
"/photon/shields" : "/reference/shields",
"/photon/cli" : "/reference/cli",
"/photon/ifttt" : "/guide/tools-and-features/ifttt",
"/photon/webhooks" : "/guide/tools-and-features/webhooks",
"/photon/hackathon" : "/guide/tools-and-features/hackathon",
"/core" : "/guide/getting-started/intro/core",
"/core/start" : "/guide/getting-started/start/core",
"/core/connect" : "/guide/getting-started/connect/core",
"/core/modes" : "/guide/getting-started/modes/core",
"/core/tinker" : "/guide/getting-started/tinker/core",
"/core/examples" : "/guide/getting-started/examples/core",
"/core/dev" : "/guide/tools-and-features/dev/core",
"/core/dashboard" : "/guide/tools-and-features/dashboard/core",
"/core/firmware" : "/reference/firmware",
"/core/api" : "/reference/api",
"/core/javascript" : "/reference/javascript",
"/core/ios" : "/reference/ios",
"/core/hardware" : "/datasheets/core-datasheet",
"/core/shields" : "/reference/shields",
"/core/cli" : "/reference/cli",
"/core/ifttt" : "/guide/tools-and-features/ifttt/core",
"/core/webhooks" : "/guide/tools-and-features/webhooks/core",
"/core/hackathon" : "/guide/tools-and-features/hackathon/core",
"/electron" : "/guide/getting-started/intro/electron",
"/firmware" : "/reference/firmware",
"/api" : "/reference/api",
"/cli" : "/reference/cli",
"/javascript" : "/reference/javascript",
"/ios" : "/reference/ios",
"/start" : "/guide/getting-started/start",
"/connect" : "/guide/getting-started/connect",
"/modes" : "/guide/getting-started/modes",
"/tinker" : "/guide/getting-started/tinker",
"/build" : "/guide/getting-started/build",
"/examples" : "/guide/getting-started/examples",
"/dev" : "/guide/tools-and-features/dev",
"/dashboard" : "/guide/tools-and-features/dashboard",
"/cli" : "/guide/tools-and-features/cli",
"/monitor" : "/guide/tools-and-features/monitor",
"/ifttt" : "/guide/tools-and-features/ifttt",
"/webhooks" : "/guide/tools-and-features/webhooks",
"/hackathon" : "/guide/tools-and-features/hackathon",
"/photon-datasheet" : "/datasheets/photon-datasheet",
"/p1-datasheet" : "/datasheets/p1-datasheet",
"/hardware" : "/datasheets/core-datasheet"
}