Skip to content

Commit

Permalink
iox-eclipse-iceoryx#590 move images into diagrams folder
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed May 11, 2021
1 parent 34e8d32 commit 512db02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/design/README.md
@@ -1,10 +1,10 @@
# Design Documents

In here you can find design documents to all constructs of iceoryx. At the
In here you can find design documents to all constructs of iceoryx. At the
moment those design documents are neither complete nor final.

In [draft](./draft/) are design drafts of current features contained which are under
implementation. The goal is to provide other developers a first idea on how
In [draft](./draft/) are design drafts of current features contained which are under
implementation. The goal is to provide other developers a first idea on how
the feature can be used and how it will be implemented.

## Add diagrams using plantuml
Expand All @@ -29,4 +29,4 @@ This is an example how to render PlantUML in Github:

workflow using svg file:

![plantuml github workflow](puml/puml_github_workflow.svg)
![plantuml github workflow](diagrams/puml_github_workflow.svg)
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion tools/generate_plantuml_svg.sh
Expand Up @@ -22,7 +22,7 @@
set -e

WORKSPACE="$(git rev-parse --show-toplevel)"
PUML_DIR="$WORKSPACE/doc/design/puml"
PUML_DIR="$WORKSPACE/doc/design/diagrams"
EXPORT_DIR=${1:-$PUML_DIR}
PLANTUML_DIR="/tmp/plantuml-jar-mit-1.2021.5"

Expand Down

0 comments on commit 512db02

Please sign in to comment.