Added integration notes and cross-links to new pages on home.md authored by Rob Oakes's avatar Rob Oakes
......@@ -45,8 +45,9 @@ Artificial Intelligence in Medical Imaging
## [Development](dev.index)
**[Getting Started](https://www.oak-tree.tech/blog/sonador-quickstart)**. Sonador is an open source cloud platform for medical imaging visualization and research. This article shows you how to get started using the Sonador Development Environment.
* Frontend Development
* [Frontend Development](dev.ohif-frontend)
- [Viewer Architecture](dev.architecture-sonador.ohif). Overview of the application structure, modules, and repository structure.
- [Sonador / Cornerstone3D Architectural Patterns](dev.ohif-frontend.cornerstone3d-architecture). Overview of how [Cornerstone3D](https://www.cornerstonejs.org) is used within the Sonador project, core concepts for Sonador Viewer Development, and integration notes.
- [Configuring Sonador to Allow for Remote OHIF Development](https://www.oak-tree.tech/blog/sonador-ohif-config). While Sonador includes a version of OHIF integrated into the platform, it is also possible to configure it allow a remote OHIF instance.
* Backend Development
- Sonador builds on a set of components collectiviely referred to as `lib/guru`. `lib/guru` includes a Django framework for [building API endpoints](https://code.oak-tree.tech/django-apps/guru), [securing them](https://code.oak-tree.tech/django-apps/secure), and [creating API clients](https://code.oak-tree.tech/guru-labs/guru-client) to integrate the APIs into other programs.
......
......