Skip to content

Commit 4d203ab

Browse files
authored
website: add the outline for the 2.0 documentation (#463)
1 parent 5497723 commit 4d203ab

12 files changed

Lines changed: 47 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "Software",
3-
"position": 3,
2+
"label": "API Reference",
3+
"position": 4
44
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Dataset",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}

website/docs/dataset/api.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Dataset API
3+
---
4+
5+
## ...

website/docs/dataset/dataset.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Dataset
3+
---
4+
5+
## ...

website/docs/manufacturing/_category_.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"label": "Hardware",
3-
"position": 2,
2+
"label": "Manufacturing",
3+
"position": 3,
44
"link": {
55
"type": "generated-index",
66
"description": "Complete hardware documentation for OpenArm, including bill of materials, assembly guides, and troubleshooting."
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Getting started",
2+
"label": "Overview",
33
"position": 1,
44
"link": {
55
"type": "generated-index",
66
"description": "Getting started guide for OpenArm 1."
77
}
8-
}
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Simulation",
3-
"position": 5,
3+
"position": 9,
44
"link": {
55
}
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Teleop",
3-
"position": 4
3+
"position": 8
44
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Tutorial",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Data collection
3+
---
4+
5+
## ...

0 commit comments

Comments
 (0)