Browse Source

Merge pull request #1059 from nextcloud/fix/docs/architecture-dashboard

fix(docs): Add missing neon_dashboard to the architecture overview
pull/1061/head
Kate 1 year ago committed by GitHub
parent
commit
b6efb28707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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