-
Notifications
You must be signed in to change notification settings - Fork 267
/
redirects.json
78 lines (76 loc) · 4.4 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"redirects": [
{ "from": "assemble.html", "to": "ru/assemble_2.html" },
{ "from": "assemble_clever3_4in1.html", "to": "ru/assemble_3.html" },
{ "from": "glossary.html", "to": "ru/glossary.html" },
{ "from": "ru/gloss.html", "to": "glossary.html" },
{ "from": "en/gloss.html", "to": "glossary.html" },
{ "from": "cl3_connectESC4in1.html", "to": "ru/4in1.html" },
{ "from": "uart.html", "to": "ru/uart.html" },
{ "from": "fpv.html", "to": "ru/fpv.html" },
{ "from": "safety.html", "to": "ru/safety.html" },
{ "from": "connectortypes.html", "to": "ru/connectortypes.html" },
{ "from": "gps.html", "to": "ru/gps.html" },
{ "from": "setup.html", "to": "ru/setup.html" },
{ "from": "power.html", "to": "en/power.html" },
{ "from": "modes.html", "to": "ru/modes.html" },
{ "from": "firmware.html", "to": "en/firmware.html" },
{ "from": "px4_parameters.html", "to": "ru/px4_parameters.html" },
{ "from": "raspberry.html", "to": "ru/raspberry.html" },
{ "from": "microsd_images.html", "to": "ru/image.html" },
{ "from": "connection.html", "to": "en/connection.html" },
{ "from": "wifi.html", "to": "ru/wifi.html" },
{ "from": "ssh.html", "to": "ru/ssh.html" },
{ "from": "ssh_keys.html", "to": "ru/ssh_keys.html" },
{ "from": "network.html", "to": "ru/network.html" },
{ "from": "gcs_bridge.html", "to": "ru/gcs_bridge.html" },
{ "from": "rc.html", "to": "ru/rc.html" },
{ "from": "web_video_server.html", "to": "ru/web_video_server.html" },
{ "from": "frames.html", "to": "ru/frames.html" },
{ "from": "ros.html", "to": "en/ros.html" },
{ "from": "mavros.html", "to": "ru/mavros.html" },
{ "from": "simple_offboard.html", "to": "ru/simple_offboard.html" },
{ "from": "aruco/", "to": "en/aruco.html" },
{ "from": "aruco.html", "to": "en/aruco.html" },
{ "from": "selfcheck.html", "to": "ru/selfcheck.html" },
{ "from": "snippets.html", "to": "ru/snippets.html" },
{ "from": "camera_frame.html", "to": "ru/camera_setup.html" },
{ "from": "ru/camera_frame.html", "to": "camera_setup.html" },
{ "from": "camera.html", "to": "en/camera.html" },
{ "from": "led.html", "to": "en/leds.html" },
{ "from": "leds.html", "to": "ru/leds.html" },
{ "from": "rviz.html", "to": "ru/rviz.html" },
{ "from": "sitl.html", "to": "ru/sitl.html" },
{ "from": "autolaunch.html", "to": "ru/autolaunch.html" },
{ "from": "arduino.html", "to": "ru/arduino.html" },
{ "from": "copterhack2018.html", "to": "ru/copterhack2018.html" },
{ "from": "copterhack2018.html", "to": "ru/copterhack2017.html" },
{ "from": "mavlink.html", "to": "ru/mavlink.html" },
{ "from": "flight_logs.html", "to": "ru/flight_logs.html" },
{ "from": "modes/", "to": "ru/modes.html" },
{ "from": "firmware/", "to": "en/firmware.html" },
{ "from": "simple_offboard/", "to": "en/simple_offboard.html" },
{ "from": "offboard/", "to": "en/simple_offboard.html" },
{ "from": "camera/", "to": "en/camera.html" },
{ "from": "snippets/", "to": "ru/snippets.html" },
{ "from": "optical_flow/", "to": "ru/optical_flow.html" },
{ "from": "laser/", "to": "ru/laser.html" },
{ "from": "led/", "to": "en/leds.html" },
{ "from": "leds/", "to": "ru/leds.html" },
{ "from": "hostname/", "to": "en/hostname.html" },
{ "from": "programming/", "to": "en/programming.html" },
{ "from": "camera_setup/", "to": "en/camera_setup.html" },
{ "from": "power/", "to": "en/power.html" },
{ "from": "connection/", "to": "en/connection.html" },
{ "from": "clover_vm/", "to": "en/simulation_vm.html" },
{ "from": "gpio/", "to": "en/gpio.html" },
{ "from": "blocks/", "to": "en/blocks.html" },
{ "from": "red_circle/", "to": "en/camera.html" },
{ "from": "ru/microsd_images.html", "to": "image.html" },
{ "from": "en/microsd_images.html", "to": "image.html" },
{ "from": "ru/px4_parameters.html", "to": "parameters.html" },
{ "from": "en/px4_parameters.html", "to": "parameters.html" },
{ "from": "ru/zerotire_vpn.html", "to": "zerotier_vpn.html" },
{ "from": "en/zerotire_vpn.html", "to": "zerotier_vpn.html" }
]
}