diff --git a/docs.json b/docs.json index 5b9c9708..499c8763 100644 --- a/docs.json +++ b/docs.json @@ -6,6 +6,7 @@ "docs/gettingstarted.md", "docs/resources.md", "docs/concepts.md", + "docs/apiexplorer.md", "docs/cli.md", "docs/api.md", "docs/ios.md", @@ -13,7 +14,5 @@ "docs/java.md", "docs/rest.md" ], - "assets": { - "/": "/docs" - } + "assets": "/docs/assets" } diff --git a/docs/apiexplorer.md b/docs/apiexplorer.md new file mode 100644 index 00000000..21023796 --- /dev/null +++ b/docs/apiexplorer.md @@ -0,0 +1,5 @@ +##API Explorer + +***Raymond-- Please insert here*** + +--- diff --git a/docs/loopback-concepts.png b/docs/assets/loopback-concepts.png similarity index 100% rename from docs/loopback-concepts.png rename to docs/assets/loopback-concepts.png diff --git a/docs/assets/loopback_ov.png b/docs/assets/loopback_ov.png new file mode 100644 index 00000000..f243d87a Binary files /dev/null and b/docs/assets/loopback_ov.png differ diff --git a/docs/cli.md b/docs/cli.md index 493540ac..c03e3eb5 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -29,7 +29,7 @@ $ slc run my-app ``` #### model -Create a model in an existing LoopBack application. If you provide the +Create a model in an existing LoopBack application. If you provide the `-i` or `--interactive` flags, you will be prompted through a model configuration. The `--data-source` flag allows you to specify the name of a custom data. Otheriwse it will use the data source named "db". @@ -38,3 +38,5 @@ custom data. Otheriwse it will use the data source named "db". $ cd my-app $ slc lb model product ``` + +--- diff --git a/docs/concepts.md b/docs/concepts.md index d6f0c39a..b61b6cb2 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -27,7 +27,7 @@ mobile SDKs for [iOS, Android, and HTML5](#mobile-clients). Using the API, clients can query databases, store data, upload files, send emails, create push notifications, register users, and any other behavior provided by data sources. -![concepts](loopback-concepts.png "LoopBack Concepts") +![concepts](assets/loopback-concepts.png "LoopBack Concepts") ### Mobile Clients @@ -216,4 +216,23 @@ your client on the front end. For more information, please read the [Remoting Guide](/strong-remoting). +### The Big Picture + +LoopBack's overall representation is illustrated below through its +runtime sub-components: + +- Mobile Clients +- API Gateway - ***Coming Soon*** +- API Server +- Enterprise Connectors + +As well as its management sub-components: + +- Editor - ***Coming Soon*** +- Admin Console - ***Coming Soon*** +- LoopBack Shell +- Repository/Registry + +![loopback_overview](assets/loopback_ov.png "LoopBack Overview") + --- diff --git a/docs/quickstart.md b/docs/quickstart.md index 1b447200..0c70bf93 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -56,5 +56,4 @@ API Explorer - To see the provided CPU profiling and path trace features, check out the [StrongOps Quick Start Guide](http://docs.strongloop.com/strongops#quick-start). - ---