UNOMI-969: Brand PlantUML diagrams with Unomi theme colors#831
Merged
Conversation
Apply a shared plantuml-config theme matching site tokens and remove ad-hoc LightBlue/LightGreen skinparams so all manual diagrams render consistently.
Default graphviz.dot.path to `dot` on PATH so an unset GRAPHVIZ_DOT no longer passes "" into PlantUML (cwd-as-executable). Honor GRAPHVIZ_DOT via an optional Maven profile when set.
Recolor rule-engine, profile-alias, and expression-filtering images to Unomi theme tokens; replace data-model, request-flow, and JSON schema process PNGs with PlantUML; add ASF header to unomi-theme.puml for RAT.
Correct fake migrate REST/shell commands, ES7-era security config, API-key plaintext handling, and thin-out the ES→OpenSearch guide to link upstream docs. Align unomi:migrate help text with Elasticsearch/OpenSearch backends.
Contributor
Author
|
Note on The shell command help text in Behaviour is unchanged: still |
Remove fake login/list-profiles examples, fix API-key plaintext guidance, document tracker/public-endpoint auth requirements, expand weather and health sections, and demote leaking headings that broke the Conditions/Reference TOC.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plain-language summary
The Unomi manual already uses the project brand for page layout and colours. The diagrams inside the manual still used ad-hoc blues and greens, so chapters looked inconsistent. This change makes those diagrams follow the same Unomi brand colours as the rest of the documentation.
What changed
plantuml-config.Test plan
mvn -pl manual -am packageor the usual docs workflow) and spot-check HTML diagrams (architecture, data structures, past-event conditions).manual/src/main/asciidoc.References
UNOMI-969, UNOMI-882