Skip to content

Instantly share code, notes, and snippets.

View markbacker's full-sized avatar

Mark markbacker

View GitHub Profile
@markbacker
markbacker / documentation.ajs
Last active March 15, 2020 08:21 — forked from rich-biker/documentation.ajs
Generate Markdown documentation from a driving view in Archi using jArchi scripting.
/*
Script: Documentation Generation
Purpose: To generate architecture output based on a driving view
Author: Richard Heward - Tame Blue Lion Ltd
This generates a markdown file with the embedded images and text based upon a driving view in Archi of groups that trigger each other and embedded views.
See my blog for a more detailed explaination. https://www.tamebluelion.co.uk/archimate-documentation
Setting embed to false will have the images saved to file and references placed in the document. It's then up to your markdown engine. This isn't that well tested.