1
+ export default [
2
+ {
3
+ "to" : "/docs/Tutorial Video" ,
4
+ "from" : "/docs/handbook/tutorial-video"
5
+ } ,
6
+ {
7
+ "to" : "/docs/Overview" ,
8
+ "from" : "/docs/handbook/overview"
9
+ } ,
10
+ {
11
+ "to" : "/deprecated" ,
12
+ "from" : "/docs/handbook/language-specification"
13
+ } ,
14
+ {
15
+ "to" : "/docs/tools/Epoch IDE" ,
16
+ "from" : "/docs/handbook/epoch-ide"
17
+ } ,
18
+ {
19
+ "to" : "/docs/tools/Code Extension" ,
20
+ "from" : "/docs/handbook/code-extension"
21
+ } ,
22
+ {
23
+ "to" : "/docs/tools/Troubleshooting" ,
24
+ "from" : "/docs/handbook/troubleshooting"
25
+ } ,
26
+ {
27
+ "to" : "/docs/tools/Command Line Tools" ,
28
+ "from" : "/docs/handbook/command-line-tools"
29
+ } ,
30
+ {
31
+ "to" : "/deprecated" ,
32
+ "from" : "/docs/handbook/features"
33
+ } ,
34
+ {
35
+ "to" : "/deprecated" ,
36
+ "from" : "/docs/handbook/reactors-on-patmos"
37
+ } ,
38
+ {
39
+ "to" : "/deprecated" ,
40
+ "from" : "/docs/handbook/import-system"
41
+ } ,
42
+ {
43
+ "to" : "/deprecated" ,
44
+ "from" : "/docs/handbook/generic-types-interfaces-inheritance"
45
+ } ,
46
+ {
47
+ "to" : "/docs/reference/Containerized Execution" ,
48
+ "from" : "/docs/handbook/containerized-execution"
49
+ } ,
50
+ {
51
+ "to" : "/docs/reference/Expressions" ,
52
+ "from" : "/docs/handbook/expressions"
53
+ } ,
54
+ {
55
+ "to" : "/docs/reference/Target Language Details" ,
56
+ "from" : "/docs/handbook/target-language-details"
57
+ } ,
58
+ {
59
+ "to" : "/docs/reference/Target Declaration" ,
60
+ "from" : "/docs/handbook/target-declaration"
61
+ } ,
62
+ {
63
+ "to" : "/docs/reference/Tracing" ,
64
+ "from" : "/docs/handbook/tracing"
65
+ } ,
66
+ {
67
+ "to" : "/docs/reference/Security" ,
68
+ "from" : "/docs/handbook/security"
69
+ } ,
70
+ {
71
+ "to" : "/docs/developer/Website Development" ,
72
+ "from" : "/docs/handbook/website-development"
73
+ } ,
74
+ {
75
+ "to" : "/docs/developer/Developer IntelliJ Setup" ,
76
+ "from" : "/docs/handbook/intellij"
77
+ } ,
78
+ {
79
+ "to" : "/docs/developer/Developer Eclipse Setup with Oomph" ,
80
+ "from" : "/docs/handbook/eclipse-oomph"
81
+ } ,
82
+ {
83
+ "to" : "/docs/developer/Downloading and Building" ,
84
+ "from" : "/docs/handbook/developer-setup"
85
+ } ,
86
+ {
87
+ "to" : "/docs/developer/Running Benchmarks" ,
88
+ "from" : "/docs/handbook/running-benchmarks"
89
+ } ,
90
+ {
91
+ "to" : "/docs/developer/Contributing" ,
92
+ "from" : "/docs/handbook/contributing"
93
+ } ,
94
+ {
95
+ "to" : "/docs/developer/Regression Tests" ,
96
+ "from" : "/docs/handbook/regression-tests"
97
+ } ,
98
+ {
99
+ "to" : "/docs/writing-reactors/Time and Timers" ,
100
+ "from" : "/docs/handbook/time-and-timers"
101
+ } ,
102
+ {
103
+ "to" : "/docs/writing-reactors/Parameters and State Variables" ,
104
+ "from" : "/docs/handbook/parameters-and-state-variables"
105
+ } ,
106
+ {
107
+ "to" : "/docs/writing-reactors/Causality Loops" ,
108
+ "from" : "/docs/handbook/causality-loops"
109
+ } ,
110
+ {
111
+ "to" : "/docs/writing-reactors/Inputs and Outputs" ,
112
+ "from" : "/docs/handbook/inputs-and-outputs"
113
+ } ,
114
+ {
115
+ "to" : "/docs/writing-reactors/Methods" ,
116
+ "from" : "/docs/handbook/methods"
117
+ } ,
118
+ {
119
+ "to" : "/docs/writing-reactors/Actions" ,
120
+ "from" : "/docs/handbook/actions"
121
+ } ,
122
+ {
123
+ "to" : "/docs/writing-reactors/Distributed Execution" ,
124
+ "from" : "/docs/handbook/distributed-execution"
125
+ } ,
126
+ {
127
+ "to" : "/docs/writing-reactors/Reactions" ,
128
+ "from" : "/docs/handbook/reactions"
129
+ } ,
130
+ {
131
+ "to" : "/docs/writing-reactors/Deadlines" ,
132
+ "from" : "/docs/handbook/deadlines"
133
+ } ,
134
+ {
135
+ "to" : "/docs/writing-reactors/Superdense Time" ,
136
+ "from" : "/docs/handbook/superdense-time"
137
+ } ,
138
+ {
139
+ "to" : "/docs/writing-reactors/Multiports and Banks" ,
140
+ "from" : "/docs/handbook/multiports-and-banks"
141
+ } ,
142
+ {
143
+ "to" : "/docs/writing-reactors/Reaction Declarations" ,
144
+ "from" : "/docs/handbook/reaction-declarations"
145
+ } ,
146
+ {
147
+ "to" : "/docs/writing-reactors/A First Reactor" ,
148
+ "from" : "/docs/handbook/a-first-reactor"
149
+ } ,
150
+ {
151
+ "to" : "/docs/writing-reactors/Termination" ,
152
+ "from" : "/docs/handbook/termination"
153
+ } ,
154
+ {
155
+ "to" : "/docs/writing-reactors/Extending Reactors" ,
156
+ "from" : "/docs/handbook/extending-reactors"
157
+ } ,
158
+ {
159
+ "to" : "/docs/writing-reactors/Composing Reactors" ,
160
+ "from" : "/docs/handbook/composing-reactors"
161
+ } ,
162
+ {
163
+ "to" : "/docs/writing-reactors/Generics" ,
164
+ "from" : "/docs/handbook/generics"
165
+ } ,
166
+ {
167
+ "to" : "/docs/writing-reactors/Modal Models" ,
168
+ "from" : "/docs/handbook/modal-models"
169
+ } ,
170
+ {
171
+ "to" : "/docs/writing-reactors/Preambles" ,
172
+ "from" : "/docs/handbook/preambles"
173
+ } ,
174
+ {
175
+ "to" : "/deprecated" ,
176
+ "from" : "/docs/handbook/proof-import"
177
+ } ,
178
+ {
179
+ "to" : "/deprecated" ,
180
+ "from" : "/docs/handbook/timing-analysis"
181
+ } ,
182
+ {
183
+ "to" : "/deprecated" ,
184
+ "from" : "/docs/handbook/logical-execution-time"
185
+ } ,
186
+ {
187
+ "to" : "/deprecated" ,
188
+ "from" : "/docs/handbook/related-work"
189
+ } ,
190
+ {
191
+ "to" : "/deprecated" ,
192
+ "from" : "/docs/handbook/tools"
193
+ } ,
194
+ {
195
+ "to" : "/docs/embedded/Arduino" ,
196
+ "from" : "/docs/handbook/arduino"
197
+ } ,
198
+ {
199
+ "to" : "/docs/embedded/Zephyr" ,
200
+ "from" : "/docs/handbook/zephyr"
201
+ }
202
+ ]
0 commit comments