Skip to content

Commit 949897f

Browse files
authored
Merge pull request #273 from lf-lang/v0.8.0
V0.8.0
2 parents aeeeb57 + 3c80e4b commit 949897f

File tree

2 files changed

+233
-0
lines changed

2 files changed

+233
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ git pull
3333
git checkout -b v<major>.<minor>.<patch>
3434
yarn docusaurus docs:version <major>.<minor>.<patch>
3535
git add versioned_docs/*
36+
git add versioned_sidebars/*
3637
git commit -a -m 'Docs v<major>.<minor>.<patch>'
3738
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
{
2+
"handbookSidebar": [
3+
{
4+
"type": "doc",
5+
"id": "introduction"
6+
},
7+
{
8+
"type": "doc",
9+
"id": "installation"
10+
},
11+
{
12+
"type": "doc",
13+
"id": "tutorial-videos"
14+
},
15+
{
16+
"type": "category",
17+
"label": "Writing Reactors",
18+
"collapsible": true,
19+
"collapsed": true,
20+
"items": [
21+
{
22+
"type": "doc",
23+
"id": "writing-reactors/a-first-reactor"
24+
},
25+
{
26+
"type": "doc",
27+
"id": "writing-reactors/inputs-and-outputs"
28+
},
29+
{
30+
"type": "doc",
31+
"id": "writing-reactors/parameters-and-state-variables"
32+
},
33+
{
34+
"type": "doc",
35+
"id": "writing-reactors/time-and-timers"
36+
},
37+
{
38+
"type": "doc",
39+
"id": "writing-reactors/composing-reactors"
40+
},
41+
{
42+
"type": "doc",
43+
"id": "writing-reactors/reactions"
44+
},
45+
{
46+
"type": "doc",
47+
"id": "writing-reactors/reaction-declarations"
48+
},
49+
{
50+
"type": "doc",
51+
"id": "writing-reactors/methods"
52+
},
53+
{
54+
"type": "doc",
55+
"id": "writing-reactors/causality-loops"
56+
},
57+
{
58+
"type": "doc",
59+
"id": "writing-reactors/extending-reactors"
60+
},
61+
{
62+
"type": "doc",
63+
"id": "writing-reactors/actions"
64+
},
65+
{
66+
"type": "doc",
67+
"id": "writing-reactors/superdense-time"
68+
},
69+
{
70+
"type": "doc",
71+
"id": "writing-reactors/modal-models"
72+
},
73+
{
74+
"type": "doc",
75+
"id": "writing-reactors/deadlines"
76+
},
77+
{
78+
"type": "doc",
79+
"id": "writing-reactors/multiports-and-banks"
80+
},
81+
{
82+
"type": "doc",
83+
"id": "writing-reactors/generics"
84+
},
85+
{
86+
"type": "doc",
87+
"id": "writing-reactors/preambles"
88+
},
89+
{
90+
"type": "doc",
91+
"id": "writing-reactors/distributed-execution"
92+
},
93+
{
94+
"type": "doc",
95+
"id": "writing-reactors/termination"
96+
}
97+
]
98+
},
99+
{
100+
"type": "category",
101+
"label": "Tools",
102+
"collapsible": true,
103+
"collapsed": true,
104+
"items": [
105+
{
106+
"type": "doc",
107+
"id": "tools/code-extension"
108+
},
109+
{
110+
"type": "doc",
111+
"id": "tools/epoch-ide"
112+
},
113+
{
114+
"type": "doc",
115+
"id": "tools/command-line-tools"
116+
},
117+
{
118+
"type": "doc",
119+
"id": "tools/documentation"
120+
},
121+
{
122+
"type": "doc",
123+
"id": "tools/troubleshooting"
124+
}
125+
]
126+
},
127+
{
128+
"type": "category",
129+
"label": "Reference",
130+
"collapsible": true,
131+
"collapsed": true,
132+
"items": [
133+
{
134+
"type": "doc",
135+
"id": "reference/docker-support"
136+
},
137+
{
138+
"type": "doc",
139+
"id": "reference/expressions"
140+
},
141+
{
142+
"type": "doc",
143+
"id": "reference/target-language-details"
144+
},
145+
{
146+
"type": "doc",
147+
"id": "reference/target-declaration"
148+
},
149+
{
150+
"type": "doc",
151+
"id": "reference/tracing"
152+
},
153+
{
154+
"type": "doc",
155+
"id": "reference/security"
156+
}
157+
]
158+
},
159+
{
160+
"type": "category",
161+
"label": "Embedded Platforms",
162+
"collapsible": true,
163+
"collapsed": true,
164+
"items": [
165+
{
166+
"type": "doc",
167+
"id": "embedded/arduino"
168+
},
169+
{
170+
"type": "doc",
171+
"id": "embedded/zephyr"
172+
},
173+
{
174+
"type": "doc",
175+
"id": "embedded/rp2040"
176+
},
177+
{
178+
"type": "doc",
179+
"id": "embedded/nRF52"
180+
},
181+
{
182+
"type": "doc",
183+
"id": "embedded/flexpret"
184+
}
185+
]
186+
},
187+
{
188+
"type": "category",
189+
"label": "Developer",
190+
"collapsible": true,
191+
"collapsed": true,
192+
"items": [
193+
{
194+
"type": "doc",
195+
"id": "developer/contributing"
196+
},
197+
{
198+
"type": "doc",
199+
"id": "developer/developer-eclipse-setup-with-oomph"
200+
},
201+
{
202+
"type": "doc",
203+
"id": "developer/developer-intellij-setup"
204+
},
205+
{
206+
"type": "doc",
207+
"id": "developer/downloading-and-building"
208+
},
209+
{
210+
"type": "doc",
211+
"id": "developer/debugging-generated-code"
212+
},
213+
{
214+
"type": "doc",
215+
"id": "developer/on-target-development"
216+
},
217+
{
218+
"type": "doc",
219+
"id": "developer/regression-tests"
220+
},
221+
{
222+
"type": "doc",
223+
"id": "developer/running-benchmarks"
224+
},
225+
{
226+
"type": "doc",
227+
"id": "developer/website-development"
228+
}
229+
]
230+
}
231+
]
232+
}

0 commit comments

Comments
 (0)