gitextract_88wt1q1u/ ├── .gitattributes ├── .github/ │ ├── stale.yml │ └── workflows/ │ └── run-percy-tests.yml ├── .gitignore ├── .scripts/ │ ├── HowToCreateANewRelease.md │ ├── plantuml-stdlib_C4_README.txt │ ├── plantuml-stdlib_README_section.txt │ ├── readme_release_header.txt │ └── transform_files.py ├── C4.puml ├── C4_Component.puml ├── C4_Container.puml ├── C4_Context.puml ├── C4_Deployment.puml ├── C4_Dynamic.puml ├── C4_Sequence.puml ├── LICENSE ├── LayoutOptions.md ├── README.md ├── Themes.md ├── percy/ │ ├── C4_Component Diagram Sample - bigbankplc.puml │ ├── C4_Container Diagram Sample - bigbankplc-icons.puml │ ├── C4_Container Diagram Sample - bigbankplc-newStyle.puml │ ├── C4_Container Diagram Sample - bigbankplc-styles.puml │ ├── C4_Container Diagram Sample - bigbankplc.puml │ ├── C4_Container Diagram Sample - message bus.puml │ ├── C4_Container Diagram Sample - techtribesjs.puml │ ├── C4_Context Diagram Sample - bigbankplc-landscape.puml │ ├── C4_Context Diagram Sample - bigbankplc.puml │ ├── C4_Context Diagram Sample - enterprise.puml │ ├── C4_Deployment Diagram Sample - bigbankplc-details.puml │ ├── C4_Deployment Diagram Sample - bigbankplc.puml │ ├── C4_Dynamic Diagram Sample - bigbankplc.puml │ ├── C4_Sequence Diagram Sample - bigbankplc.puml │ ├── TestAllAddTags.puml │ ├── TestAllElementsWithLegend.puml │ ├── TestAllPlantUmlElements.puml │ ├── TestBoundaryTagSupport.puml │ ├── TestEmptyLabel.puml │ ├── TestFloatingLegend.puml │ ├── TestLabelsWithLineBreak.puml │ ├── TestLayDirections.puml │ ├── TestLayoutLandscape.puml │ ├── TestLayoutLandscapeDynamic.puml │ ├── TestLayoutLandscapeWithLay.puml │ ├── TestLayoutLandscapeWithLayNoRotate.puml │ ├── TestLegend.puml │ ├── TestLegendDetailsNone.puml │ ├── TestLegendDetailsNormal.puml │ ├── TestLegendDetailsSmall.puml │ ├── TestLegendHidden.puml │ ├── TestLegendSprite.puml │ ├── TestLegendTitle.puml │ ├── TestNewStyle.puml │ ├── TestPersonOutline.puml │ ├── TestPersonPortrait.puml │ ├── TestPredefinedSprites.puml │ ├── TestProperty.puml │ ├── TestPropertyMissingColumns.puml │ ├── TestRelations.puml │ ├── TestRelationsDynamic.puml │ ├── TestRelationsTags.puml │ ├── TestSequenceSkinparams.puml │ ├── TestSketchStyle.puml │ ├── TestSystemPersonSupportType.puml │ ├── TestTagSupportsSprite.puml │ ├── TestTagSupportsSpriteTechn.puml │ ├── TestThemeC4_All.puml │ ├── TestThemeC4_FirstTest.puml │ ├── TestThemeC4_united.puml │ ├── TestThemeSupport.puml │ ├── TestThemeTemplate.puml │ └── TestVersion.puml ├── samples/ │ ├── C4CoreDiagrams.md │ ├── C4_Component Diagram Sample - bigbankplc.puml │ ├── C4_Container Diagram Sample - bigbankplc-icons.puml │ ├── C4_Container Diagram Sample - bigbankplc-styles.puml │ ├── C4_Container Diagram Sample - bigbankplc-themes.puml │ ├── C4_Container Diagram Sample - bigbankplc.puml │ ├── C4_Container Diagram Sample - message bus.puml │ ├── C4_Container Diagram Sample - techtribesjs.puml │ ├── C4_Context Diagram Sample - bigbankplc-landscape.puml │ ├── C4_Context Diagram Sample - bigbankplc.puml │ ├── C4_Context Diagram Sample - enterprise.puml │ ├── C4_Deployment Diagram Sample - bigbankplc-details.puml │ ├── C4_Deployment Diagram Sample - bigbankplc.puml │ ├── C4_Dynamic Diagram Sample - bigbankplc.puml │ ├── C4_Dynamic Diagram Sample - message bus - old format.puml │ ├── C4_Dynamic Diagram Sample - message bus.puml │ ├── C4_Sequence Diagram Sample - bigbankplc.puml │ └── C4_Sequence Diagram Sample - complex.puml └── themes/ ├── puml-theme-C4Language_chinese.puml ├── puml-theme-C4Language_danish.puml ├── puml-theme-C4Language_dutch.puml ├── puml-theme-C4Language_english.puml ├── puml-theme-C4Language_french.puml ├── puml-theme-C4Language_german.puml ├── puml-theme-C4Language_italian.puml ├── puml-theme-C4Language_japanese.puml ├── puml-theme-C4Language_korean.puml ├── puml-theme-C4Language_portuguese.puml ├── puml-theme-C4Language_russian.puml ├── puml-theme-C4Language_spanish.puml ├── puml-theme-C4Language_ukrainian.puml ├── puml-theme-C4_FirstTest.puml ├── puml-theme-C4_blue.puml ├── puml-theme-C4_blue_new.puml ├── puml-theme-C4_brown.puml ├── puml-theme-C4_brown_new.puml ├── puml-theme-C4_green.puml ├── puml-theme-C4_green_new.puml ├── puml-theme-C4_sandstone.puml ├── puml-theme-C4_superhero.puml ├── puml-theme-C4_united.puml ├── puml-theme-C4_violet.puml └── puml-theme-C4_violet_new.puml