Обновить doc/Repo/ProjectsLinks.md
parent
3d623407ee
commit
332cc30da5
|
@ -0,0 +1,13 @@
|
|||
# Схема зависимостей проектов
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
common[Sphagnum.Common]
|
||||
unitTestsCommon[Sphagnum.Common.UnitTests]
|
||||
client[Sphagnum.Client]
|
||||
server[Sphagnum.Server]
|
||||
|
||||
server --> common
|
||||
client ---> common
|
||||
unitTestsCommon ---> common
|
||||
```
|
Loading…
Reference in New Issue