-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update structurizr libraries #179
Conversation
This PR also resolves #163 by including the updated libraries. |
src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/SectionTitle.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/nl/avisi/structurizr/site/generatr/site/model/SectionTitle.kt
Show resolved
Hide resolved
To avoid confusion with the still existing title property.
Looking forward to this as it also introduces nested groups. I've been trying to figure out how the sidebar list of software systems is generated so that I can show the groupings in an accordian style. I got the updated libraries working in my own fork but also noticed the missing section titles but hadn't tried fixing them yet |
The code for generating the sidebar menu is in MenuViewModel.kt and Menu.kt. |
Just FYI, |
@simonbrowndotje Out of curiosity, do you see any benefit around being able to build a diagram based on a group? Lets say, for example, I have a nested group like company/portfolio/prodteam that contains a number of softwareSystems it would be interesting to see a diagram based on that prodteam group so the team can quickly see all their systems and the systems they have relationships with. |
I do, yes. This isn't documented, but groups can be given identifiers, and used in element expressions:
|
@dirkgroot Any chance a new release can be made to get this PR with nested groups and section titles support available sooner? |
And also introduce our own section title extraction since this property has been removed.