Onboarding and overview

Openapi Contracts

Architectural Decision Records

Miscellaneous Docs

Examples

diag 8ac9b322bf3e2e1e7b0df17f6f64d0a6
Figure 1. Ditaa Diagram
plantuml example
Figure 2. Example PlantUML diagram
plantuml themed example
Figure 3. Example themed PlantUML diagram
aws plantuml simple example
Figure 4. Simple Example PlantUML using AWS-PlantUML
aws plantuml complex example
Figure 5. Complex Example PlantUML using AWS-PlantUML
example azure plantuml
Figure 6. Example Azure PlantUML example
example tupadr3 plantuml
Figure 7. Example Tupadr3 PlantUML example
example material plantuml
Figure 8. Example Material Design Icons PlantUML example
cplant plantuml example
Figure 9. Example using cplant PlantUML theme
Javascript code snippet
const example = {};
const example2 = {};

function myFunction() {
    // This makes no sense
    console.log(example);
    return example2;
}
Bash code snippet
# serve static assets using web server
$ ./run-some-command ./inputfile.txt ./outputfile.txt