Skip to content

Commit 4ec3c5e

Browse files
committed
Prepared pages for benchmarking and Micro XRCE-DDS.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
1 parent 732d569 commit 4ec3c5e

5 files changed

Lines changed: 22 additions & 3 deletions

File tree

_data/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@
1616

1717
- title: Middleware
1818
docs:
19+
- concepts/middleware/Micro_XRCE-DDS
1920
- concepts/middleware/FIROS2
2021

2122
- title: RTOS
2223
docs:
2324
- concepts/rtos
2425

26+
- title: Benchmarking
27+
docs:
28+
- concepts/benchmarking
29+
2530

2631

2732
- title: Basic Tutorials
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Introduction to Benchmarking
3+
permalink: /docs/concepts/benchmarking/
4+
---
5+
6+
...

_docs/concepts/middleware/FIROS2/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: micro-ROS & FIWARE
33
permalink: /docs/concepts/middleware/FIROS2/
4-
redirect_from:
5-
- /docs/concepts/middleware/
6-
- /FIROS2/
4+
redirect_from: /FIROS2/
75
---
86

97

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Micro XRCE-DDS
3+
permalink: /docs/concepts/middleware/Micro_XRCE-DDS/
4+
redirect_from: /docs/concepts/middleware/
5+
---
6+
7+
...

_includes/docs_nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
{% if page.path contains "_docs/concepts" and section.title contains "RTOS" %}
1414
{% assign should_show_this_menu = true %}
1515
{% endif %}
16+
{% if page.path contains "_docs/concepts" and section.title contains "Benchmarking" %}
17+
{% assign should_show_this_menu = true %}
18+
{% endif %}
1619
{% if page.path contains "_docs/tutorials" and section.title contains "Basic Tutorials" %}
1720
{% assign should_show_this_menu = true %}
1821
{% endif %}

0 commit comments

Comments
 (0)