Skip to content
Snippets Groups Projects
Commit 24178d72 authored by Tarje.Lavik's avatar Tarje.Lavik
Browse files

Update diagram names

parent a0181bc3
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,12 @@ The database is not Open Source and runs in the Google Cloud. The Studio communi
[Sanity Manage](https://www.sanity.io/manage)
![](./diagrams/sanity_manage.svg)
![](./diagrams/container_sanity_manage.svg)
### Web
`web` contains a [Next.js](https://nextjs.org/) application. Next.js was chosen because it supports SSR, SSG and client side rendering and lets the app combine all three strategies.
![](./diagrams/web.svg)
![](./diagrams/container_web.svg)
## Deployment
WIP!
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
@startuml "sanity_manage"
@startuml "container_sanity_manage"
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Container.puml
......
@startuml "web"
@startuml "container_web"
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Container.puml
......
......@@ -37,7 +37,7 @@ System(proxy, "Proxy", "Reverse proxy for serving Nansen with UiB domain.")
System(deployment, "Vercel", "Deploys studio and website.", "VERCEL")
System_Ext(marcusManifest, "Marcus manifest", "Temporary API for Marcus IIIF manifests.", "NEXT")
System(marcusManifest, "Marcus manifest", "Temporary API for Marcus IIIF manifests.", "NEXT")
System(git, "GitHub", "Version control", "GITHUB")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment