mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
Removed inserted TOC
This commit is contained in:
@ -13,144 +13,6 @@ May 12, 2015 | 0.1 | | Victor Woeltjen
|
||||
June 4, 2015 | 1.0 | Name Changes | Victor Woeltjen
|
||||
October 4, 2015 | 1.1 | Conversion to MarkDown | Andrew Henry
|
||||
|
||||
# Contents
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [What is Open MCT Web](#what-is-open-mct-web)
|
||||
- [Client-Server Relationship](#client-server-relationship)
|
||||
- [Developing with Open MCT Web](#developing-with-open-mct-web)
|
||||
- [Technologies](#technologies)
|
||||
- [Forking](#forking)
|
||||
- [Overview](#overview)
|
||||
- [Framework Overview](#framework-overview)
|
||||
- [Tiers](#tiers)
|
||||
- [Platform Overview](#platform-overview)
|
||||
- [Web Services](#web-services)
|
||||
- [Glossary](#glossary)
|
||||
- [Framework](#framework)
|
||||
- [Bundles](#bundles)
|
||||
- [Configuring Active Bundles](#configuring-active-bundles)
|
||||
- [Bundle Definition](#bundle-definition)
|
||||
- [Bundle Directory Structure](#bundle-directory-structure)
|
||||
- [Extensions](#extensions)
|
||||
- [General Extensions](#general-extensions)
|
||||
- [Extension Definitions](#extension-definitions)
|
||||
- [Partial Construction](#partial-construction)
|
||||
- [Priority](#priority)
|
||||
- [Angular Built-ins](#angular-built-ins)
|
||||
- [Angular Directives](#angular-directives)
|
||||
- [Angular Controllers](#angular-controllers)
|
||||
- [Angular Services](#angular-services)
|
||||
- [Angular Constants](#angular-constants)
|
||||
- [Angular Runs](#angular-runs)
|
||||
- [Angular Routes](#angular-routes)
|
||||
- [Composite Services](#composite-services)
|
||||
- [Core API](#core-api)
|
||||
- [Domain Objects](#domain-objects)
|
||||
- [Domain Object Actions](#domain-object-actions)
|
||||
- [Action Contexts](#action-contexts)
|
||||
- [Telemetry](#telemetry)
|
||||
- [Telemetry Requests](#telemetry-requests)
|
||||
- [Telemetry Responses](#telemetry-responses)
|
||||
- [Telemetry Series](#telemetry-series)
|
||||
- [Telemetry Metadata](#telemetry-metadata)
|
||||
- [Types](#types)
|
||||
- [Type Features](#type-features)
|
||||
- [Type Properties](#type-properties)
|
||||
- [Extension Categories](#extension-categories)
|
||||
- [Actions Category](#actions-category)
|
||||
- [Capabilities Category](#capabilities-category)
|
||||
- [Controls Category](#controls-category)
|
||||
- [Gestures Category](#gestures-category)
|
||||
- [Indicators Category](#indicators-category)
|
||||
- [Standard Indicators](#standard-indicators)
|
||||
- [Custom Indicators](#custom-indicators)
|
||||
- [Licenses Category](#licenses-category)
|
||||
- [Policies Category](#policies-category)
|
||||
- [Representations Category](#representations-category)
|
||||
- [Representation Scope](#representation-scope)
|
||||
- [Representers Category](#representers-category)
|
||||
- [Roots Category](#roots-category)
|
||||
- [Stylesheets Category](#stylesheets-category)
|
||||
- [Templates Category](#templates-category)
|
||||
- [Types Category](#types-category)
|
||||
- [Versions Category](#versions-category)
|
||||
- [Views Category](#views-category)
|
||||
- [View Scope](#view-scope)
|
||||
- [Selection State](#selection-state)
|
||||
- [Directives](#directives)
|
||||
- [Before Unload](#before-unload)
|
||||
- [Chart](#chart)
|
||||
- [Container](#container)
|
||||
- [Control](#control)
|
||||
- [Drag](#drag)
|
||||
- [Form](#form)
|
||||
- [Form Structure](#form-structure)
|
||||
- [Form Controls](#form-controls)
|
||||
- [Include](#include)
|
||||
- [Representation](#representation)
|
||||
- [Resize](#resize)
|
||||
- [Scroll](#scroll)
|
||||
- [Toolbar](#toolbar)
|
||||
- [Toolbar Structure](#toolbar-structure)
|
||||
- [Services](#services)
|
||||
- [Composite Type Services](#composite-type-services)
|
||||
- [Action Service](#action-service)
|
||||
- [Capability Service](#capability-service)
|
||||
- [Dialog Service](#dialog-service)
|
||||
- [Dialog Structure](#dialog-structure)
|
||||
- [Domain Object Service](#domain-object-service)
|
||||
- [Gesture Service](#gesture-service)
|
||||
- [Model Service](#model-service)
|
||||
- [Persistence Service](#persistence-service)
|
||||
- [Policy Service](#policy-service)
|
||||
- [Telemetry Service](#telemetry-service)
|
||||
- [Type Service](#type-service)
|
||||
- [View Service](#view-service)
|
||||
- [Other Services](#other-services)
|
||||
- [Drag and Drop](#drag-and-drop)
|
||||
- [Navigation](#navigation)
|
||||
- [Now](#now)
|
||||
- [Telemetry Formatter](#telemetry-formatter)
|
||||
- [Telemetry Handler](#telemetry-handler)
|
||||
- [Telemetry Handle](#telemetry-handle)
|
||||
- [Models](#models)
|
||||
- [General Metadata](#general-metadata)
|
||||
- [Extension-specific Properties](#extension-specific-properties)
|
||||
- [Capability-specific Properties](#capability-specific-properties)
|
||||
- [View Configurations](#view-configurations)
|
||||
- [Modifying Models](#modifying-models)
|
||||
- [Capabilities](#capabilities)
|
||||
- [Action Capability](#action-capability)
|
||||
- [Composition Capability](#composition-capability)
|
||||
- [Delegation Capability](#delegation-capability)
|
||||
- [Editor Capability](#editor-capability)
|
||||
- [Mutation Capability](#mutation-capability)
|
||||
- [Mutator Function](#mutator-function)
|
||||
- [Persistence Capability](#persistence-capability)
|
||||
- [Relationship Capability](#relationship-capability)
|
||||
- [Telemetry Capability](#telemetry-capability)
|
||||
- [Type Capability](#type-capability)
|
||||
- [View Capability](#view-capability)
|
||||
- [Actions](#actions)
|
||||
- [Action Categories](#action-categories)
|
||||
- [Platform Actions](#platform-actions)
|
||||
- [Policies](#policies)
|
||||
- [Policy Categories](#policy-categories)
|
||||
- [Build-Test-Deploy](#build-test-deploy)
|
||||
- [Command-line Build](#command-line-build)
|
||||
- [Test Suite](#test-suite)
|
||||
- [Code Coverage](#code-coverage)
|
||||
- [Deployment](#deployment)
|
||||
- [Configuration](#configuration)
|
||||
- [Configuration Constants](#configuration-constants)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# Introduction
|
||||
The purpose of this guide is to familiarize software developers with the Open
|
||||
MCT Web platform.
|
||||
|
Reference in New Issue
Block a user