Update menu
This commit is contained in:
parent
398f4eb5ec
commit
1ae6704ed0
@ -3,9 +3,10 @@
|
||||
- Essentials
|
||||
- [Getting Started](essentials/getting-started.md)
|
||||
- [Configuration](essentials/configuration.md)
|
||||
- [Themeing](essentials/themeing.md)
|
||||
- [Troubleshooting](essentials/troubleshooting.md)
|
||||
- [Architecture](architecture/index.md)
|
||||
- Deployment
|
||||
- [Architecture](essentials/architecture.md)
|
||||
- [Deployment](essentials/deployment.md)
|
||||
|
||||
---
|
||||
|
||||
@ -27,7 +28,17 @@
|
||||
---
|
||||
|
||||
- [Deployment](deployment/index.md)
|
||||
- [Embed the Viewer](deployment/embedded-viewer.md))
|
||||
- [Embedded](deployment/index.md#embedded-viewer)
|
||||
- [Stand-alone](deployment/index.md#stand-alone-viewer)
|
||||
- [Data]()
|
||||
- Recipes
|
||||
- [Embedding the Viewer](deployment/recipes/embedded-viewer.md))
|
||||
- [PWA: Static]()
|
||||
- [PWA: Docker]()
|
||||
- [PWA: Nginx + Orthanc]()
|
||||
- [PWA: Nginx + dcm4chee]()
|
||||
- [PWA: Nginx + DICOMCloud]()
|
||||
- [PWA: User Access Control]()
|
||||
- [Connecting to Image Archives](data/index.md)
|
||||
|
||||
---
|
||||
|
||||
@ -5,7 +5,7 @@ it into an existing web application. It allows us to forego a "build step", and
|
||||
add a powerful medical imaging viewer to an existing web page using only a few
|
||||
include tags. Here's how it works:
|
||||
|
||||
{% include "./_embedded-viewer-diagram.md" %}
|
||||
{% include "./../_embedded-viewer-diagram.md" %}
|
||||
|
||||
1. Create a new web page or template that includes the following external
|
||||
dependencies:
|
||||
1
docs/latest/essentials/deployment.md
Normal file
1
docs/latest/essentials/deployment.md
Normal file
@ -0,0 +1 @@
|
||||
# Deployment
|
||||
1
docs/latest/essentials/themeing.md
Normal file
1
docs/latest/essentials/themeing.md
Normal file
@ -0,0 +1 @@
|
||||
# Themeing
|
||||
Loading…
Reference in New Issue
Block a user