Skip to content

Commit

Permalink
iox-eclipse-iceoryx#743 Fix include issue
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Apr 19, 2021
1 parent 2c95bf9 commit 468e214
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion doc/website/advanced/iceoryx_utils.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Safe building blocks
---
{! ./../iceoryx_utils/README.md !}
{! ../iceoryx/iceoryx_utils/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Implementing event triggered callbacks using C++
---

{! ./../iceoryx_examples/callbacks/README.md !}
{! ../iceoryx/iceoryx_examples/callbacks/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/callbacks_in_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Implementing event triggered callbacks using C
---

{! ./../iceoryx_examples/callbacks_in_c/README.md !}
{! ../iceoryx/iceoryx_examples/callbacks_in_c/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/ice_access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Configuring access rights for shared memory segments
---

{! ./../iceoryx_examples/ice_access_control/README.md !}
{! ../iceoryx/iceoryx_examples/ice_access_control/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/icecrystal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Using the introspection client for debugging
---

{! ./../iceoryx_examples/icecrystal/Readme.md !}
{! ../iceoryx/iceoryx_examples/icecrystal/Readme.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/icedelivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Sending and receiving data using C++
---

{! ./../iceoryx_examples/icedelivery/README.md !}
{! ../iceoryx/iceoryx_examples/icedelivery/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/icedelivery_in_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Sending and receiving data using C
---

{! ./../iceoryx_examples/icedelivery_in_c/README.md !}
{! ../iceoryx/iceoryx_examples/icedelivery_in_c/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/iceensemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Using multiple publishers for one topic
---

{! ./../iceoryx_examples/iceensemble/README.md !}
{! ../iceoryx/iceoryx_examples/iceensemble/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/icehello.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Sending data to another process
---

{! ./../iceoryx_examples/icehello/README.md !}
{! ../iceoryx/iceoryx_examples/icehello/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/iceoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Configuring pub/sub settings like history cache size or startup behaviour
---

{! ./../iceoryx_examples/iceoptions/README.md !}
{! ../iceoryx/iceoryx_examples/iceoptions/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/iceperf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Measuring the latency of different IPC mechanisms
---

{! ./../iceoryx_examples/iceperf/README.md !}
{! ../iceoryx/iceoryx_examples/iceperf/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: List of examples
---

{! ./../iceoryx_examples/README.md !}
{! ../iceoryx/iceoryx_examples/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/singleprocess.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Communicating in a single process between threads
---

{! ./../iceoryx_examples/singleprocess/README.md !}
{! ../iceoryx/iceoryx_examples/singleprocess/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/waitset.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Waiting for events like arrival of data using C++
---
{! ./../iceoryx_examples/waitset/README.md !}
{! ../iceoryx/iceoryx_examples/waitset/README.md !}
2 changes: 1 addition & 1 deletion doc/website/getting-started/examples/waitset_in_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Waiting for events like arrival of data using C
---

{! ./../iceoryx_examples/waitset_in_c/README.md !}
{! ../iceoryx/iceoryx_examples/waitset_in_c/README.md !}
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ markdown_extensions:
- toc:
permalink: 🔗
- meta
- markdown_include.include:
base_path: doc
- markdown_include.include
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
Expand Down

0 comments on commit 468e214

Please sign in to comment.