-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #349 from RabotaRu/v3.1.0
v3.1.0
- Loading branch information
Showing
38 changed files
with
945 additions
and
123 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+29.3 MB
distrib/idea/IDEAPlugin-3.3.0.zip → distrib/idea/IDEAPlugin-3.4.0.zip
Binary file not shown.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
72 changes: 72 additions & 0 deletions
72
public/documentation/docs/manual/docs/examples/sa-group.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
config: | ||
distance: 80 | ||
trackWidth: 18 | ||
nodes: | ||
# Первый уровень | ||
third-level.second-level.first-level: | ||
title: 1-ый уровень | ||
third-level.second-level.first-level.user: | ||
title: Пользователь | ||
symbol: user | ||
third-level.second-level.first-level.application: | ||
title: AndroidApp | ||
symbol: system | ||
|
||
# Второй уровень | ||
third-level.second-level: | ||
title: 2-ой уровень | ||
third-level.second-level.developer: | ||
title: Разработчик | ||
symbol: user | ||
third-level.second-level.tester: | ||
title: Тестировщик | ||
symbol: user | ||
|
||
# Третий уровень | ||
third-level: | ||
title: 3-ий уровень | ||
third-level.arch: | ||
title: Архитектор | ||
symbol: user | ||
third-level.manager: | ||
title: Менеджер | ||
symbol: user | ||
|
||
# Внешняя среда | ||
outside: | ||
title: Внешняя среда | ||
outside.customer: | ||
title: Заказчик | ||
symbol: user | ||
|
||
links: | ||
# Внешняя среда | ||
- from: outside | ||
to: third-level | ||
style: "<->" | ||
- from: outside.customer | ||
to: third-level.manager | ||
style: "<->" | ||
- from: third-level.arch | ||
to: third-level.manager | ||
style: "<->" | ||
- from: third-level.arch | ||
to: third-level.second-level.developer | ||
style: "<->" | ||
- from: third-level.second-level.tester | ||
to: third-level.second-level.developer | ||
style: "<->" | ||
- from: outside | ||
to: third-level.second-level.first-level | ||
style: "<->" | ||
- from: third-level.second-level.first-level.user | ||
to: third-level.second-level.first-level.application | ||
style: "<->" | ||
- from: third-level.second-level.first-level.application | ||
to: outside.customer | ||
style: "->" | ||
- from: third-level.second-level | ||
to: outside.customer | ||
style: "<->" | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.