-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: renamed example-getting-started to example-todo
BREAKING CHANGE: example-getting-started is now example-todo
- Loading branch information
Showing
53 changed files
with
201 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Add a Controller' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/add-controller.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/add-controller.html | ||
summary: LoopBack 4 Todo Application Tutorial - Add a Controller | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Add a Datasource' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/add-datasource.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/add-datasource.html | ||
summary: LoopBack 4 Todo Application Tutorial - Add a Datasource | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Add a Repository' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/add-repository.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/add-repository.html | ||
summary: LoopBack 4 Todo Application Tutorial - Add a Repository | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Add Todo Model' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/add-todo-model.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/add-todo-model.html | ||
summary: LoopBack 4 Todo Application Tutorial - Add Todo Model | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Add legacy juggler' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/adding-legacy-juggler.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/adding-legacy-juggler.html | ||
summary: LoopBack 4 Todo Application Tutorial - Adding legacy juggler | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Create app scaffolding' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/create-app-scaffolding.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/create-app-scaffolding.html | ||
summary: LoopBack 4 Todo Application Tutorial - Create app scaffolding | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Putting it all together' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/docs/putting-it-all-together.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial/putting-it-all-together.html | ||
summary: LoopBack 4 Todo Application Tutorial - Putting it all together | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
lang: en | ||
title: 'Todo tutorial' | ||
keywords: LoopBack 4.0, LoopBack 4 | ||
layout: readme | ||
source: loopback-next | ||
file: packages/example-todo/README.md | ||
tags: | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/todo-tutorial.html | ||
summary: LoopBack 4 Todo Application Tutorial | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/example-getting-started/LICENSE → packages/example-todo/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/example-getting-started/docs/juggler.md → packages/example-todo/docs/juggler.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/example-getting-started/index.d.ts → packages/example-todo/index.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/example-getting-started/index.js → packages/example-todo/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/example-getting-started/index.ts → packages/example-todo/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.