Skip to content

Commit afe0178

Browse files
Merge pull request #15 from wkumik/patch-4
Update roadmap.mdx
2 parents 693fd2b + 47aca32 commit afe0178

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

src/content/docs/getting-started/roadmap.mdx

+26-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,38 @@ Check our Roadmap, highlighting achievements and upcoming plans on our journey.
1010
<div class="static min-h-full">
1111
<Roadmap
1212
milestones={[
13-
{
13+
{
1414
title: "Milestone 2",
15+
description: "",
16+
date: "date to be announced",
17+
goals: [
18+
"Open IPC Goggles v1 release",
19+
]
20+
{
21+
title: "Milestone 1.5",
22+
description: "",
23+
date: "date to be announced",
24+
goals: [
25+
"Thinker unit release",
26+
]
27+
},
28+
{
29+
title: "Milestone 1.2",
1530
description: "This is the second milestone.",
16-
date: "2022-02",
31+
date: "2024-12",
1732
goals: [
18-
"Goal 1",
33+
"Adaptive Link",
1934
]
2035
},
2136
{
22-
title: "Milestone 1.5",
23-
description: "This is the 1.5 milestone.",
24-
date: "2022-01",
25-
reached: true,
37+
title: "Milestone 1.1",
38+
description: "",
39+
date: "2024-11",
40+
reached: false,
41+
goals: [
42+
"Binding by QR code",
43+
"Configuration of camera and WiFi boadcast through on screen display menu",
44+
]
2645
},
2746
{
2847
title: "Milestone 1",

0 commit comments

Comments
 (0)