From b820f885a16b17075502b848932f41cb5a0037bd Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 27 Apr 2019 15:44:02 -0400 Subject: [PATCH] Switch sidebar and file locations up for more logical grouping --- docs/latest/SUMMARY.md | 19 ++++++++----------- .../custom-tools.md} | 0 .../dcm4chee-with-docker.md | 0 .../dicomweb.md | 0 docs/latest/data/image-viewport.md | 5 ----- docs/latest/data/index.md | 1 + .../orthanc-with-docker.md | 0 .../deployment/building-for-production.md | 5 ----- docs/latest/deployment/index.md | 7 +++++++ .../{I-want-to => deployment}/script-tag.md | 0 docs/latest/deployment/security.md | 1 - docs/latest/faq/technical.md | 1 - ...neral.md => frequently-asked-questions.md} | 0 13 files changed, 16 insertions(+), 23 deletions(-) rename docs/latest/{data/tool-management.md => advanced/custom-tools.md} (100%) rename docs/latest/{connecting-to-image-archives => data}/dcm4chee-with-docker.md (100%) rename docs/latest/{connecting-to-image-archives => data}/dicomweb.md (100%) delete mode 100644 docs/latest/data/image-viewport.md create mode 100644 docs/latest/data/index.md rename docs/latest/{connecting-to-image-archives => data}/orthanc-with-docker.md (100%) delete mode 100644 docs/latest/deployment/building-for-production.md create mode 100644 docs/latest/deployment/index.md rename docs/latest/{I-want-to => deployment}/script-tag.md (100%) delete mode 100644 docs/latest/deployment/security.md delete mode 100644 docs/latest/faq/technical.md rename docs/latest/{faq/general.md => frequently-asked-questions.md} (100%) diff --git a/docs/latest/SUMMARY.md b/docs/latest/SUMMARY.md index 9dc674294..4d644d42c 100644 --- a/docs/latest/SUMMARY.md +++ b/docs/latest/SUMMARY.md @@ -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) diff --git a/docs/latest/data/tool-management.md b/docs/latest/advanced/custom-tools.md similarity index 100% rename from docs/latest/data/tool-management.md rename to docs/latest/advanced/custom-tools.md diff --git a/docs/latest/connecting-to-image-archives/dcm4chee-with-docker.md b/docs/latest/data/dcm4chee-with-docker.md similarity index 100% rename from docs/latest/connecting-to-image-archives/dcm4chee-with-docker.md rename to docs/latest/data/dcm4chee-with-docker.md diff --git a/docs/latest/connecting-to-image-archives/dicomweb.md b/docs/latest/data/dicomweb.md similarity index 100% rename from docs/latest/connecting-to-image-archives/dicomweb.md rename to docs/latest/data/dicomweb.md diff --git a/docs/latest/data/image-viewport.md b/docs/latest/data/image-viewport.md deleted file mode 100644 index 9d480566c..000000000 --- a/docs/latest/data/image-viewport.md +++ /dev/null @@ -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 diff --git a/docs/latest/data/index.md b/docs/latest/data/index.md new file mode 100644 index 000000000..3c8e78517 --- /dev/null +++ b/docs/latest/data/index.md @@ -0,0 +1 @@ +# Connecting to Image Archives diff --git a/docs/latest/connecting-to-image-archives/orthanc-with-docker.md b/docs/latest/data/orthanc-with-docker.md similarity index 100% rename from docs/latest/connecting-to-image-archives/orthanc-with-docker.md rename to docs/latest/data/orthanc-with-docker.md diff --git a/docs/latest/deployment/building-for-production.md b/docs/latest/deployment/building-for-production.md deleted file mode 100644 index 2f12e0fe7..000000000 --- a/docs/latest/deployment/building-for-production.md +++ /dev/null @@ -1,5 +0,0 @@ -# Deployment - -There are a few possible approaches for deploying the application: - -- diff --git a/docs/latest/deployment/index.md b/docs/latest/deployment/index.md new file mode 100644 index 000000000..caa33dfce --- /dev/null +++ b/docs/latest/deployment/index.md @@ -0,0 +1,7 @@ +# Deployment + +## Gotchas + +## Next Steps + +### Securing your data diff --git a/docs/latest/I-want-to/script-tag.md b/docs/latest/deployment/script-tag.md similarity index 100% rename from docs/latest/I-want-to/script-tag.md rename to docs/latest/deployment/script-tag.md diff --git a/docs/latest/deployment/security.md b/docs/latest/deployment/security.md deleted file mode 100644 index 8dbb2f9bc..000000000 --- a/docs/latest/deployment/security.md +++ /dev/null @@ -1 +0,0 @@ -# Security diff --git a/docs/latest/faq/technical.md b/docs/latest/faq/technical.md deleted file mode 100644 index 83d08f24d..000000000 --- a/docs/latest/faq/technical.md +++ /dev/null @@ -1 +0,0 @@ -# Frequently Asked Questions - Technical diff --git a/docs/latest/faq/general.md b/docs/latest/frequently-asked-questions.md similarity index 100% rename from docs/latest/faq/general.md rename to docs/latest/frequently-asked-questions.md