Browse Source

fix(docs): Add missing neon_dashboard to the architecture overview

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1059/head
jld3103 1 year ago
parent
commit
0271cc4d09
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      docs/architecture.puml
  2. 2
      docs/architecture.svg

2
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

2
docs/architecture.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save