Update titles
This commit is contained in:
parent
ecc142b4d2
commit
300c95c7db
|
@ -1,4 +1,4 @@
|
||||||
# LoopBack DataSource and Connector
|
# LoopBack DataSource and Connector Guide
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
LoopBack is centered around models, which represent data and behaviors. The concept of `DataSource` is introduced to
|
LoopBack is centered around models, which represent data and behaviors. The concept of `DataSource` is introduced to
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# LoopBack Definition Language (LDL)
|
# LoopBack Definition Language Guide
|
||||||
|
|
||||||
LoopBack Definition Language (LDL) is simple DSL to define data models in JavaScript or plain JSON. With LoopBack, we often
|
LoopBack Definition Language (LDL) is simple DSL to define data models in JavaScript or plain JSON. With LoopBack, we often
|
||||||
start with a model definition which describes the structure and types of data. The model establishes common knowledge of
|
start with a model definition which describes the structure and types of data. The model establishes common knowledge of
|
||||||
|
|
Loading…
Reference in New Issue