Switch sidebar and file locations up for more logical grouping

This commit is contained in:
dannyrb 2019-04-27 15:44:02 -04:00
parent 1169ad028a
commit b820f885a1
13 changed files with 16 additions and 23 deletions

View File

@ -5,10 +5,10 @@
- [Configuration](essentials/configuration.md)
- [Troubleshooting](essentials/troubleshooting.md)
- [Architecture](architecture/index.md)
- Overview
- Deployment
---
- [Advanced](advanced/index.md)
- [Architecture](advanced/architecture.md)
- [Overview](advanced/architecture.md#overview)
@ -22,18 +22,15 @@
- [Modules](advanced/extensions.md#modules)
- [Registering](advanced/extensions.md#registering-extensions)
- [OHIF Maintained](advanced/extensions.md#ohif-maintained-extensions)
- [Custom Tools](advanced/custom-tools.md)
- Connecting to Image Archives
- [DICOM Web](connecting-to-image-archives/dicomweb.md)
---
----
- I Want To
- [Embed the viewer using a script tag](I-want-to/script-tag.md)
- [Deployment](deployment/index.md)
- [Embed the Viewer](deployment/script-tag.md))
- [Connecting to Image Archives](data/index.md)
---
----
- FAQ
- [General](faq/general.md)
----
- [FAQ](frequently-asked-questions.md)
- [Contributing](contributing.md)

View File

@ -1,5 +0,0 @@
# Image Viewport
### Main Viewport Component
The [imageViewerViewport](https://github.com/OHIF/Viewers/tree/master/Packages/ohif-viewerbase/client/components/viewer/imageViewerViewport) component

View File

@ -0,0 +1 @@
# Connecting to Image Archives

View File

@ -1,5 +0,0 @@
# Deployment
There are a few possible approaches for deploying the application:
-

View File

@ -0,0 +1,7 @@
# Deployment
## Gotchas
## Next Steps
### Securing your data

View File

@ -1 +0,0 @@
# Security

View File

@ -1 +0,0 @@
# Frequently Asked Questions - Technical