diff --git a/docs/architecture.puml b/docs/architecture.puml
index 636e03b7..67be1d48 100644
--- a/docs/architecture.puml
+++ b/docs/architecture.puml
@@ -8,6 +8,7 @@ package "Neon framework" {
}
package "Clients" {
+ component neon_dashboard
component neon_files
component neon_news
component neon_notes
@@ -21,6 +22,7 @@ package "OpenAPI" {
component app
+app ..> neon_dashboard
app ..> neon_files
app ..> neon_news
app ..> neon_notes
diff --git a/docs/architecture.svg b/docs/architecture.svg
index c4c0b54a..acf5dffd 100644
--- a/docs/architecture.svg
+++ b/docs/architecture.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file