This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Create a project model of a reference model | |
* save a copy of the reference model and keep only the for the project relevant objects | |
* | |
* Use case | |
* Use part of a reference model as a start for a project model and keep that part in sync. | |
* The project reuses the shared concepts of the reference model and can freely extend with project details and scenario's. | |
* | |
* How to use this script | |
* - Create the project model file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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. |