Images need to be stored in the same folder as the documentation file, for example docs/example/test-image-1.png.
As Kirby CMS uses its own image handling and routing, images need to be referenced by an absolute path.
Allowed image references:


Not allowed image references:

` <= We will need to adapt our custom image handling for this.

Example folder structure with images
docs/
└── 1_example-german-content/
└── test-image-1.png
└── test-image-2.jpg
└── doc.de.md
└── 1_sub-page/
└── test-image-1.png
└── test-image-2.jpg
└── doc.de.md
└── doc.en.md
doc.de.md <= main page