Documentation : Auto generate elements tables #323
Replies: 3 comments 1 reply
-
Probably not the good repository ? |
Beta Was this translation helpful? Give feedback.
-
I'd recommend writing a DSL plugin to do this, which should be relatively straightforward and give you complete control over how everything is rendered.
Here's an example to get you started -> https://github.com/structurizr/examples/tree/main/dsl/plantuml-and-mermaid/plugin/src/main/java/plantuml |
Beta Was this translation helpful? Give feedback.
-
Thanks for these elements. If I find the time to write plugins, how do you manage sharing them? Do I make a PR in this repository to make it accessible to everyone? Or do you plan for each person to manage their own plugin and add it to their instance if they wish? |
Beta Was this translation helpful? Give feedback.
-
Description
Most of the time in our documentation, we want to list elements we describe with a table format.
Unless I've missed something, today I have to describe the elements twice, in the documentation and in the dsl file.
To illustrate my point, here's an example :
I would like structurizr to generate the following markdown.
Of course, it would be perfect if we could define the columns to be displayed and potentially the order, filter on tags, etc.
In this way, we only need to describe the element once for the entire documentation.
Priority
I have no budget and there's no rush, please add this feature for free
More information
No response
Beta Was this translation helpful? Give feedback.
All reactions