Skip to content

Commit 45e6f82

Browse files
committed
added new structure
1 parent edfbc40 commit 45e6f82

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

docs/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ When using the Rmagine library or any related ideas in your scientific work, ple
4545
This documentation cosists of several examples, guides and conceptual explanations to give users a more thourough understanding about Rmagine.
4646
As the name tells, new users should make themselfs familar with **Getting Started** first, before continuing to the more advanced examples.
4747

48-
**Getting Started**
48+
**Rmagine**
4949

5050
- [Overview](/index.md)
51-
- [Installation](/getting_started/installation.md)
52-
- [Integration](/getting_started/integration.md)
51+
- [Installation](/installation.md)
52+
- [Integration](/integration.md)
53+
54+
**Getting Started**
55+
5356
- [Maps](/getting_started/maps.md)
5457
- [Sensors](/getting_started/sensors.md)
5558
- [Simulation](/getting_started/simulation.md)
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ validation:
3030
absolute_links: relative_to_docs
3131

3232
nav:
33-
- Getting Started:
33+
- Home:
3434
- Overview: index.md
35-
- Installation: getting_started/installation.md
36-
- Integration: getting_started/integration.md
35+
- Installation: installation.md
36+
- Integration: integration.md
37+
- Getting Started:
3738
- Maps: getting_started/maps.md
3839
- Sensors: getting_started/sensors.md
3940
- Simulation: getting_started/simulation.md

0 commit comments

Comments
 (0)