Skip to content

Commit 411da93

Browse files
committed
fix: updates
1 parent 2173ebb commit 411da93

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

docs/site/DataSources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A `DataSource` in LoopBack 4 is a named configuration for a Connector instance
1212
that represents data in an external system. The Connector is used by
1313
`legacy-juggler-bridge` to power LoopBack 4 Repositories for Data operations.
1414

15-
<img src="imgs/datasource.png" alt="Datasource diagram" width="300">
15+
![Datasource diagram](imgs/datasource.png)
1616

1717
### Creating a DataSource
1818

docs/site/Repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A `Repository` represents a specialized `Service` interface that provides
1010
strong-typed data access (for example, CRUD) operations of a domain model
1111
against the underlying database or service.
1212

13-
<img src="imgs/repository-datasource-model.png" alt="Relationship among Repository, DataSource and Model" width="300">
13+
![Repository diagram](imgs/repository.png)
1414

1515
{% include note.html content="Repositories are adding behavior to Models. Models describe the shape of data, Repositories provide behavior like CRUD operations. This is different from LoopBack 3.x where models implement behavior too." %}
1616

docs/site/imgs/datasource.png

-13.3 KB
Loading
-40.8 KB
Binary file not shown.

docs/site/imgs/repository.png

25.4 KB
Loading

0 commit comments

Comments
 (0)