Skip to content

Commit

Permalink
chore(docs): add example-file-upload to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Mar 7, 2020
1 parent ab3da3e commit db00033
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
/packages/cli/generators/controller @deepakrkris @emonddr @hacksparrow
/examples/hello-world @deepakrkris @emonddr @hacksparrow
/examples/express-composition @deepakrkris @emonddr @hacksparrow
/examples/file-upload @deepakrkris @emonddr @hacksparrow @raymondfeng

#
# OpenAPI (server-side)
Expand Down
3 changes: 3 additions & 0 deletions docs/site/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ LoopBack 4 comes with the following example projects:
An example showing how to compose an application from component and
controllers, interceptors, and observers.

- **[file-upload](https://github.com/strongloop/loopback-next/tree/master/examples/file-upload)**:
An example showing how to expose APIs to upload files.

- **[loopback4-example-shopping](https://github.com/strongloop/loopback4-example-shopping)**:
An online e-commerce demo to validate/test the LoopBack 4 framework readiness.

Expand Down
1 change: 1 addition & 0 deletions docs/site/MONOREPO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses
| [eslint-config](https://github.com/strongloop/loopback-next/tree/master/packages/eslint-config) | @loopback/eslint-config | ESLint configuration for LoopBack projects |
| [example-context](https://github.com/strongloop/loopback-next/tree/master/examples/context) | @loopback/example-context | Standalone examples to illustrate features provided by @loopback/context |
| [example-express-composition](https://github.com/strongloop/loopback-next/tree/master/examples/express-composition) | @loopback/example-express-composition | A simple Express application that uses LoopBack 4 REST API |
| [example-file-upload](https://github.com/strongloop/loopback-next/tree/master/examples/file-upload) | @loopback/example-file-upload | An example showing how to expose APIs to upload files |
| [example-greeter-extension](https://github.com/strongloop/loopback-next/tree/master/examples/greeter-extension) | @loopback/example-greeter-extension | An example showing how to implement the extension point/extension pattern using LoopBack 4 |
| [example-hello-world](https://github.com/strongloop/loopback-next/tree/master/examples/hello-world) | @loopback/example-hello-world | A simple hello-world application using LoopBack 4 |
| [example-lb3-application](https://github.com/strongloop/loopback-next/tree/master/examples/lb3-application) | @loopback/example-lb3-application | An example LoopBack 3 application mounted in a LoopBack 4 project. |
Expand Down

0 comments on commit db00033

Please sign in to comment.