From cf93a1eb06df1e3fa34eb4475d08c7fa3c14f1a1 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 24 Apr 2019 22:30:18 -0400 Subject: [PATCH] Overview --- docs/latest/advanced/architecture.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/latest/advanced/architecture.md b/docs/latest/advanced/architecture.md index 16ed82886..022ceb5bd 100644 --- a/docs/latest/advanced/architecture.md +++ b/docs/latest/advanced/architecture.md @@ -1,5 +1,10 @@ # Architecture +## Overview + +The [`OHIF/Viewers`](https://github.com/OHIF/Viewers/tree/react) repository contains the source code for the OHIF Medical Imaging Viewer. It is effectively a React [progressive web app](https://developers.google.com/web/progressive-web-apps/) (PWA) that combines the business logic housed in [`OHIF/ohif-core`](https://github.com/OHIF/ohif-core) and the components in our React Component library [`OHIF/react-viewerbase`](https://github.com/OHIF/react-viewerbase). It provides customization for common use cases through [configuration](../essentials/configuration.md) and for adding functionality via [extensions](./extensions.md). + +The purpose of this documentation is to better illustrate how these pieces work together to create a Viewer and where you should direct your attention for contributions. ![Architecture Diagram](../assets/img/architecture-diagram.png)
architecture diagram
\ No newline at end of file