Prepare revised documentation for merge

This commit is contained in:
Kyle Shockey
2017-12-05 18:46:10 -08:00
parent 5503a349a7
commit c68d1589ff
41 changed files with 38 additions and 6186 deletions

View File

@@ -64,7 +64,7 @@ All components should be loaded through `getComponent`, since it allows other pl
Container components in Swagger-UI can be loaded by passing `true` as the second argument to `getComponent`, like so:
```
```javascript
getComponent("ContainerComponentName", true)
```