From 010ef0c786ccc41f812e40fb8e3c60b92c69b55b Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 00:36:27 -0400 Subject: [PATCH] formatting --- docs/latest/essentials/architecture.md | 23 +++++++++++++++++------ docs/latest/essentials/troubleshooting.md | 17 ++++++++++------- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/docs/latest/essentials/architecture.md b/docs/latest/essentials/architecture.md index 8675c14ce..7b8465a5b 100644 --- a/docs/latest/essentials/architecture.md +++ b/docs/latest/essentials/architecture.md @@ -2,14 +2,25 @@ The ohif-viewer package provides two different build processes: -# create-react-app +## create-react-app -> [create-react-app](https://github.com/facebook/create-react-app) provides pre-configured build process for developing front-end applications with [React](https://reactjs.org/). +> [create-react-app](https://github.com/facebook/create-react-app) provides +> pre-configured build process for developing front-end applications with +> [React](https://reactjs.org/). -The ohif-viewer package can be run as a create-react-app application. This is useful for development, debugging, or evolving ohif-viewer into your own custom imaging application. +The ohif-viewer package can be run as a create-react-app application. This is +useful for development, debugging, or evolving ohif-viewer into your own custom +imaging application. -# Rollup +## Rollup -> [Rollup](https://rollupjs.org/guide/en) is a module bundler for JavaScript. It uses the new standardized format for code modules included in the ES6 revision of JavaScript. +> [Rollup](https://rollupjs.org/guide/en) is a module bundler for JavaScript. It +> uses the new standardized format for code modules included in the ES6 revision +> of JavaScript. -The ohif-viewer package can be built with Rollup to provide a set of React components which can be dropped into a larger application. Specifically, the ohif-viewer package provides a React component named `OHIFViewer` which is the entire viewer, configurable via React `props`. This is useful for including the OHIF Viewer in a larger web application, as the entire application can be provided via a `