1. Icons

Are you sure?

Twitter @stoeps
Linux Icon
Windows Icon

Are you sure?

Twitter @stoeps
Linux Icon
Windows Icon

2. Source Code / Include Files

A Python function
def function():
    var x = 10
    return x

rocks!

really?

3. Plantuml

diag 4be8203cd26199790ba76d87cbbe1e34

4. Source with callout

def function:
    x = 'secret' (1)
    print(secret)
    return 0
1 Hardcoded variable

5. Tables

Table 1. Hostnames
Hostname IP Function

www.example.com

192.168.1.100

Webserver

dmgr.example.com

192.168.2.100

Application Server

db.example.com

192.168.2.101

Database Server