Update docs (#200)

This is a documentation-only update so automerging.  Please review the commit if there are any follow-ups requested.

* Update .gitignore for docfx genertated files

* Update documenation (part 1)

* Update docs and add some samples

* More doc updates
This commit is contained in:
Karl Burtram
2016-12-20 15:52:46 -08:00
committed by GitHub
parent 1e59166147
commit 4184eae8a1
26 changed files with 2529 additions and 5 deletions

11
docs/design/index.md Normal file
View File

@@ -0,0 +1,11 @@
# Design and Implementation
Design and implementation notes.
![Host Process](../images/hostprocess.png)
![Connected Binding](../images/connected_bind.png)
![Message Dispatch](../images/msgdispatch.png)
![Message Dispatch Example](../images/msgdispatchexample.png)