-
Notifications
You must be signed in to change notification settings - Fork 12
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
add startVisit and endVisit methods to add handling of FileredView #285
Conversation
Files changed:\nM README.md Co-authored-by: Riduidel <Riduidel@users.noreply.github.com>
@@ -2,7 +2,7 @@ workspace "aadarchi-documentation-system" { | |||
model { | |||
person_architect = person "Architect" "The architect as team scribe is the writer of this kind of documentation." | |||
person_stakeholder = person "Stakeholder" "All project stakeholders are readers of this kind of documentation." | |||
aadarchi = softwareSystem "Aadarchi" { | |||
aadarchi = softwareSystem "Aadarchi" "auto-include" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Le tag auto-include ne se met qu'au niveau de la vue, pas du modèle
@@ -16,7 +16,7 @@ workspace "aadarchi-documentation-system" { | |||
} | |||
maven -> this "Invokes this plugin during build to generate data" | |||
} | |||
aadarchi_base = container "base" "" "Java, CDI" { | |||
aadarchi_base = container "base" "" "Java, CDI" "auto-include" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Le tag auto-include ne se met qu'au niveau de la vue, pas du modèle
@@ -1,8 +1,8 @@ | |||
== base components | |||
|
|||
[plantuml, {plantumldir}base_components, svg, opts="inline"] | |||
[plantuml, {plantumldir}base_components_source, svg, opts="inline"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut utiliser la vue générée, et pas la vue source
---- | ||
include::{structurizrdir}/base_components.plantuml[] | ||
include::{structurizrdir}/base_components_source.plantuml[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut utiliser la vue générée, et pas la vue source
@@ -2,9 +2,9 @@ | |||
:chapter: Software%20Architecture | |||
include::_notify-bug-admonition.adoc[] | |||
|
|||
[plantuml, {plantumldir}system_containers, svg, opts="inline"] | |||
[plantuml, {plantumldir}system_containers_source, svg, opts="inline"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut utiliser la vue générée, et pas la vue source
---- | ||
include::{structurizrdir}/system_containers.plantuml[] | ||
include::{structurizrdir}/system_containers_source.plantuml[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut utiliser la vue générée, et pas la vue source
…ainers and base_components in asciidoc documentation
No description provided.