Skip to content

Commit f032dcc

Browse files
authored
Merge pull request #278 from RobotControlStack/docs/structure-cleanup
docs: clean up docs structure and navigation
2 parents 88594d3 + f063d04 commit f032dcc

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818

1919
## Documentation
2020

21+
```{toctree}
22+
:maxdepth: 2
23+
:caption: User Guide
24+
25+
getting_started/index
26+
user_guide/index
27+
```
28+
2129
```{toctree}
2230
:maxdepth: 2
2331
:caption: API

docs/user_guide/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# User Guide
2+
3+
The User Guide provides in-depth information about the core concepts and components of the Robot Control Stack.
4+
5+
```{toctree}
6+
:maxdepth: 2
7+
8+
architecture
9+
gym_interface
10+
low_level_api
11+
```

0 commit comments

Comments
 (0)