Merge pull request #32 from strongloop/version_fix
removed version text
This commit is contained in:
commit
f450b20bfb
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"title": "LoopBack",
|
"title": "LoopBack Documentation",
|
||||||
"content": [
|
"content": [
|
||||||
"docs/intro.md",
|
"docs/intro.md",
|
||||||
"docs/quickstart.md",
|
"docs/quickstart.md",
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# LoopBack
|
# LoopBack
|
||||||
|
|
||||||
LoopBack is part of the [StrongLoop Suite](www.strongloop.com/strongloop-suite).
|
LoopBack is part of [StrongLoop Suite](http://www.strongloop.com/strongloop-suite).
|
||||||
|
|
||||||
LoopBack is a mobile backend framework that puts you in control. As
|
LoopBack is a mobile backend framework that puts you in control. As
|
||||||
a mobile developer you decide where to run your mobile backend - in
|
a mobile developer you decide where to run your mobile backend - in
|
||||||
the cloud or on-premise.
|
the cloud or on-premise.
|
||||||
LoopBack is built on [StrongNode](/strongnode) and open source Node.js
|
LoopBack is built on [StrongNode](http://www.strongloop.com/strongnode) and open source Node.js
|
||||||
modules. It leverages the power of Node, the community that
|
modules. It leverages the power of Node, the community that
|
||||||
stands behind Node, and the support that [StrongLoop](www.strongloop.com)
|
stands behind Node, and the support that [StrongLoop](http://www.strongloop.com)
|
||||||
offers.
|
offers.
|
||||||
|
|
||||||
LoopBack is here to help you develop mobile applications with rich
|
LoopBack is here to help you develop mobile applications with rich
|
||||||
functionality and data that is in your datacenter and the cloud.
|
functionality and data that is in your datacenter and the cloud.
|
||||||
Since LoopBack is built on open source, it is highly extensible and
|
Since LoopBack is built on open source, it is highly extensible and
|
||||||
familiar with developers already using Node.
|
familiar with developers already using Node.
|
||||||
Node.js leverages Javascript. The ubiquituous language of the web
|
Node.js leverages Javascript - the ubiquituous language of the web
|
||||||
that most developers have already had familiarity with it's ease of
|
that most developers have already had familiarity with it's ease of
|
||||||
use.
|
use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue