Skip to content

Commit

Permalink
docs: add designs (#102)
Browse files Browse the repository at this point in the history
* chore: Correct include paths in sequence diagrams

* docs: streamline sequence diagram styles

* ci: update PlantUML GitHub Action

* docs: update diagram theme and workflow trigger

- Change the diagram theme to Cerulean Outline for better readability
  and visual consistency with the project design guidelines.
- Modify GitHub Actions workflow to only trigger on push events for
  changes in PlantUML files under the docs directory to streamline CI 
  processes and minimize unnecessary builds.
- Remove an extraneous line break in `sequence.puml` for cleaner code 
  structure.
  • Loading branch information
qvotaxon committed Apr 27, 2024
1 parent ae08741 commit 7015bed
Show file tree
Hide file tree
Showing 5 changed files with 924 additions and 18 deletions.
448 changes: 448 additions & 0 deletions docs/designs/Extension Initialization Sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/designs/sequence.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

!include style/sequence.style.iuml
!include style/sequence.settings.iuml
!include style/sequence.variables.iuml

legend top left
<#GhostWhite,#GhostWhite>| |= __ESB Message Types__ |
Expand Down
16 changes: 0 additions & 16 deletions docs/designs/sequence.svg

This file was deleted.

3 changes: 1 addition & 2 deletions docs/designs/style/sequence.style.iuml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@startuml
!include sequence.variables.iuml

!theme cerulean-outline
!include theme/theme-cerulean-outline.iuml

skinparam defaultFontName Calibri
skinparam defaultFontSize 20
Expand Down
Loading

0 comments on commit 7015bed

Please sign in to comment.