We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow-up to #1363
Let's use *.puml file extension, so editor plugins (like the one for VSCode) will properly recognize these files.
*.puml
Another small improvement is to change a color of the lifelines blocks (see https://plantuml.com/en/sequence-diagram) to stand them out.
The text was updated successfully, but these errors were encountered:
Another improvement: use hide footbox (see https://plantuml.com/sequence-diagram)
hide footbox
Sorry, something went wrong.
refactor: rename PlantUML diagrams from *.txt to *.puml
d2e2c20
This makes the diagrams recognizable by more programs and IDE plugins. Part of #1380 [skip ci]
docs: hide diagrams footer to improve the visibility
ced3988
Part of #1380 [skip ci]
docs: highlight lifelines on diagrams
e190c78
Done!
php-coder
No branches or pull requests
Follow-up to #1363
Let's use
*.puml
file extension, so editor plugins (like the one for VSCode) will properly recognize these files.Another small improvement is to change a color of the lifelines blocks (see https://plantuml.com/en/sequence-diagram) to stand them out.
The text was updated successfully, but these errors were encountered: