Update menu

This commit is contained in:
dannyrb 2019-04-28 13:44:33 -04:00
parent 398f4eb5ec
commit 1ae6704ed0
4 changed files with 17 additions and 4 deletions

View File

@ -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)
---

View File

@ -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:

View File

@ -0,0 +1 @@
# Deployment

View File

@ -0,0 +1 @@
# Themeing