Skip to content

Commit 5a7faa3

Browse files
committed
Refactorization.
1 parent 549a607 commit 5a7faa3

41 files changed

Lines changed: 42 additions & 37 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/docs.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- overview/features
44
- overview/hardware
55
- overview/rtos
6-
- overview/transports
6+
- overview/ext_platforms
77
- overview/comparison
88
- overview/ROS_2_feature_comparison
99
- overview/docker_ci_status
@@ -45,24 +45,31 @@
4545
docs:
4646
- concepts/fiware_interoperability
4747

48-
- title: Core Tutorials
48+
- title: First-steps Tutorials
4949
docs:
50-
- tutorials/core/overview
51-
- tutorials/core/first_application_linux
52-
- tutorials/core/first_application_rtos
53-
- tutorials/core/programming_rcl_rclc
54-
- tutorials/core/microxrcedds_rmw_configuration
55-
- tutorials/core/create_new_type
56-
- tutorials/core/create_dds_entities_by_ref
50+
- tutorials/firststeps/overview
51+
- tutorials/firststeps/first_application_linux
52+
- tutorials/firststeps/first_application_rtos
53+
- tutorials/firststeps/programming_rcl_rclc
54+
- tutorials/firststeps/zephyr_emulator
5755

5856
- title: Advanced Tutorials
5957
docs:
58+
- tutorials/advanced/microxrcedds_rmw_configuration
59+
- tutorials/advanced/create_new_type
60+
- tutorials/advanced/create_dds_entities_by_ref
6061
- tutorials/advanced/create_custom_transports
6162
- tutorials/advanced/create_custom_static_library
6263
- tutorials/advanced/benchmarking
6364
- tutorials/advanced/tracing
64-
- tutorials/advanced/zephyr_emulator
65-
- tutorials/advanced/microros_nuttx_bsp
65+
66+
- title: Unmaintained Tutorials
67+
docs:
68+
- tutorials/old/microros_nuttx_bsp
69+
- tutorials/old/nsh
70+
- tutorials/old/6lowpan
71+
- tutorials/old/debugging
72+
- tutorials/old/add_microros_config
6673

6774
- title: Demos
6875
docs:
@@ -76,11 +83,3 @@
7683
- tutorials/demos/thumper_demo
7784
- tutorials/demos/combined_demos
7885
- tutorials/demos/moveit2_demo
79-
80-
- title: Nuttx-specific Tutorials
81-
docs:
82-
- tutorials/advanced/nuttx/nsh
83-
- tutorials/advanced/nuttx/6lowpan
84-
- tutorials/advanced/nuttx/debugging
85-
- tutorials/advanced/nuttx/add_microros_config
86-

_docs/concepts/build_system/external_build_systems/index.md

Lines changed: 6 additions & 0 deletions

_docs/tutorials/core/create_dds_entities_by_ref/index.md renamed to _docs/tutorials/advanced/create_dds_entities_by_ref/index.md

Lines changed: 1 addition & 1 deletion

_docs/tutorials/core/create_new_type/index.md renamed to _docs/tutorials/advanced/create_new_type/index.md

Lines changed: 1 addition & 1 deletion

_docs/tutorials/core/microxrcedds_rmw_configuration/imgs/best_effort_stream.svg renamed to _docs/tutorials/advanced/microxrcedds_rmw_configuration/imgs/best_effort_stream.svg

File renamed without changes.

_docs/tutorials/core/microxrcedds_rmw_configuration/imgs/micro_ros_memory.svg renamed to _docs/tutorials/advanced/microxrcedds_rmw_configuration/imgs/micro_ros_memory.svg

File renamed without changes.

_docs/tutorials/core/microxrcedds_rmw_configuration/imgs/reliable_strea.svg renamed to _docs/tutorials/advanced/microxrcedds_rmw_configuration/imgs/reliable_strea.svg

File renamed without changes.

_docs/tutorials/core/microxrcedds_rmw_configuration/index.md renamed to _docs/tutorials/advanced/microxrcedds_rmw_configuration/index.md

Lines changed: 1 addition & 1 deletion

_docs/tutorials/core/first_application_linux/index.md renamed to _docs/tutorials/firststeps/first_application_linux/index.md

Lines changed: 1 addition & 1 deletion

_docs/tutorials/core/first_application_rtos/freertos.md renamed to _docs/tutorials/firststeps/first_application_rtos/freertos.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)