[Documentation] Move doc sources

Move doc sources to docs/src MissionControl/vista#21
This commit is contained in:
Victor Woeltjen
2015-08-03 12:46:47 -07:00
parent 867b5f726a
commit ff5e7486bc
4 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,12 @@
# Introduction
This is a placeholder for an architectural description of Open MCT Web.
```nomnoml
[<start> Start]->[<state> Load bundles.json]
[Load bundles.json]->[<state> Load bundle.json files]
[Load bundle.json files]->[<state> Resolve implementations]
[Resolve implementations]->[<state> Register with Angular]
[Register with Angular]->[<state> Bootstrap application]
[Bootstrap application]->[<end> End]
```