docs: shift viewer specific docs to own section
This commit is contained in:
parent
26cd695b8b
commit
ff381c6521
@ -6,14 +6,17 @@
|
|||||||
- [Installation](essentials/installation.md)
|
- [Installation](essentials/installation.md)
|
||||||
- [Data Source](essentials/data-source.md)
|
- [Data Source](essentials/data-source.md)
|
||||||
- [Configuration](essentials/configuration.md)
|
- [Configuration](essentials/configuration.md)
|
||||||
- [Themeing](essentials/themeing.md)
|
|
||||||
- [Translating](essentials/translating.md)
|
- [Translating](essentials/translating.md)
|
||||||
- [Troubleshooting](essentials/troubleshooting.md)
|
- [Troubleshooting](essentials/troubleshooting.md)
|
||||||
- [Scope of Project](essentials/scope-of-project.md)
|
- [Contributing](contributing/index.md)
|
||||||
|
- [Continuous Integration](continous-integration.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Architecture](architecture/index.md)
|
- [Architecture](architecture/index.md)
|
||||||
|
- [Viewer](viewer/index.md)
|
||||||
|
- [Configuration](viewer/configuration.md)
|
||||||
|
- [Themeing](viewer/themeing.md)
|
||||||
- [Extensions](extensions/index.md)
|
- [Extensions](extensions/index.md)
|
||||||
- [Registering](extensions/index.md#registering-an-extension)
|
- [Registering](extensions/index.md#registering-an-extension)
|
||||||
- [Lifecycle Hooks](extensions/index.md#lifecycle-hooks)
|
- [Lifecycle Hooks](extensions/index.md#lifecycle-hooks)
|
||||||
@ -53,7 +56,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- [FAQ](frequently-asked-questions.md)
|
- [FAQ](frequently-asked-questions.md)
|
||||||
- [Contributing](contributing/index.md)
|
- [Scope of Project](scope-of-project.md)
|
||||||
- [Continuous Integration](continous-integration.md)
|
|
||||||
- [Browser Support](browser-support.md)
|
- [Browser Support](browser-support.md)
|
||||||
- [Help](help.md)
|
- [Help](help.md)
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
> one up, check out the [`Data Source` Guide](./data-source.md) or a deployment
|
> one up, check out the [`Data Source` Guide](./data-source.md) or a deployment
|
||||||
> recipe that contains an open source Image Archive
|
> recipe that contains an open source Image Archive
|
||||||
|
|
||||||
|
- [Configuration Files](#configuration-files)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
### Configuration Files
|
### Configuration Files
|
||||||
|
|||||||
@ -13,7 +13,7 @@ like user preferences and previous query paramaters. Because of this, the Viewer
|
|||||||
has been built to be highly configurable to work with almost any web accessible
|
has been built to be highly configurable to work with almost any web accessible
|
||||||
data source.
|
data source.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To be more specific, the OHIF Viewer is a collection of HTML, JS, and CSS files.
|
To be more specific, the OHIF Viewer is a collection of HTML, JS, and CSS files.
|
||||||
These can be delivered to your end users however you would like:
|
These can be delivered to your end users however you would like:
|
||||||
@ -36,7 +36,7 @@ many data sources. The OHIF Viewer's scope **DOES** include configuration and
|
|||||||
support for services that are protected with OpenID-Connect.
|
support for services that are protected with OpenID-Connect.
|
||||||
|
|
||||||
In an effort to aide our users and contributors, we attempt to provide several
|
In an effort to aide our users and contributors, we attempt to provide several
|
||||||
[deployment and hosting recipes](./../deployment/index.md) as potential starting
|
[deployment and hosting recipes](./deployment/index.md) as potential starting
|
||||||
points. These are not meant to be rock solid, production ready, solutions; like
|
points. These are not meant to be rock solid, production ready, solutions; like
|
||||||
most recipes, they should be augmented to best fit you and your organization's
|
most recipes, they should be augmented to best fit you and your organization's
|
||||||
taste, preferences, etc.
|
taste, preferences, etc.
|
||||||
1
docs/latest/viewer/configuration.md
Normal file
1
docs/latest/viewer/configuration.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Configuration
|
||||||
1
docs/latest/viewer/index.md
Normal file
1
docs/latest/viewer/index.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Viewer
|
||||||
Loading…
Reference in New Issue
Block a user