Files
openmct/docs/src/index.md
Andrew Henry 058259278c Remove legacy codebase (#4844)
* Remove legacy codebase

* Remove legacy docs

* Fixed memory leak in timer spec

* Remove Angular dependency

* Removed adapter layer

* Removed legacy support plugin from main Open MCT repo

* Restored TelemetryAPI.js which had been inexplicably deleted?

* Fix linting error

* Drop line coverage threshold due to removed code

* Added a section on Open MCT 2.0.0 to the readme
2022-02-11 11:09:58 -08:00

1.0 KiB

Open MCT Documentation

Overview

Documentation is provided to support the use and development of Open MCT. It's recommended that before doing any development with Open MCT you take some time to familiarize yourself with the documentation below.

Open MCT provides functionality out of the box, but it's also a platform for building rich mission operations applications based on modern web technology. The platform is configured by plugins which extend the platform at a variety of extension points. The details of how to extend the platform are provided in the following documentation.

Sections

  • The API document is generated from inline documentation using JSDoc, and describes the JavaScript objects and functions that make up the software platform.

  • The Development Process document describes the Open MCT software development cycle.

  • The Tutorials give examples of extending the platform to add functionality, and integrate with data sources.