Skip to content

Commit 0bc62bf

Browse files
committed
Moved gen1 examples
1 parent 0db70d6 commit 0bc62bf

16 files changed

+27
-28
lines changed

doubleslash/puml-theme-gen2-gantt.puml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
'' Gantt-specific settings
1+
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/doubleslash/doubleslash-gen2.puml
2+
' Gantt-specific settings
23
skinparam Roundcorner 6
34
saturday are colored in #F8F8F8
45
sunday are colored in #F8F8F8

doubleslash/puml-theme-gen2-system.puml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/doubleslash/doubleslash-gen2.puml
12
' System diagram specific rectangle styling (blue borders)
23
skinparam RectangleBorderColor #00A5E1
34
skinparam RectangleBorderThickness 1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml activitymodel
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-activity.puml
3-
'!include ../puml-theme-doubleslash-activity.puml
4-
!include input/activity_model.puml
3+
'!include ../../puml-theme-doubleslash-activity.puml
4+
!include ../input/activity_model.puml
55
@enduml
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml class model
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-class.puml
3-
'!include ../puml-theme-doubleslash-class.puml
4-
!include input/class_model.puml
3+
'!include ../../puml-theme-doubleslash-class.puml
4+
!include ../input/class_model.puml
55
@enduml
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml data model
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-class.puml
3-
'!include ../puml-theme-doubleslash-class.puml
4-
!include input/datamodel.puml
3+
'!include ../../puml-theme-doubleslash-class.puml
4+
!include ../input/datamodel.puml
55
@enduml
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startmindmap mind map
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-mindmap.puml
3-
'!include ../puml-theme-doubleslash-mindmap.puml
4-
!include input/Mindmap.puml
3+
'!include ../../puml-theme-doubleslash-mindmap.puml
4+
!include ../input/Mindmap.puml
55
@endmindmap
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml piprocess
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-activity.puml
3-
'!include ../puml-theme-doubleslash-activity.puml
4-
!include input/piprocess.puml
3+
'!include ../../puml-theme-doubleslash-activity.puml
4+
!include ../input/piprocess.puml
55
@enduml
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startgantt projectplan
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/pgantt-theme-doubleslash.puml
3-
'!include ../pgantt-theme-doubleslash.puml
4-
!include input/projectplan.puml
3+
'!include ../../pgantt-theme-doubleslash.puml
4+
!include ../input/projectplan.puml
55
@endgantt
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml Sequence model
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-sequence.puml
3-
'!include ../puml-theme-doubleslash-sequence.puml
4-
!include input/sequencemodel.puml
3+
'!include ../../puml-theme-doubleslash-sequence.puml
4+
!include ../input/sequencemodel.puml
55
@enduml
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@startuml datamodel
22
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-class.puml
3-
'!include ../puml-theme-doubleslash-class.puml
3+
'!include ../../puml-theme-doubleslash-class.puml
44
skinparam Padding 8
5-
!include input/softwarefactory_datamodel.puml
5+
!include ../input/softwarefactory_datamodel.puml
66
@enduml

0 commit comments

Comments
 (0)