From b074a7e419cf6540ccb2a4b7787340f8a9474d16 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 30 Apr 2019 13:31:25 -0400 Subject: [PATCH] docs: add to monorepo and codeowners --- CODEOWNERS | 1 + docs/site/MONOREPO.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 661b10cd4dd2..a7ac05214202 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -28,6 +28,7 @@ examples/todo/* @bajtos @hacksparrow examples/express-composition/* @nabdelgadir examples/greeter-extension/* @raymondfeng examples/hello-world/* @b-admike +examples/lb3-application/* @bajtos @nabdelgadir examples/log-extension/* @hacksparrow examples/rpc-server/* @hacksparrow examples/soap-calculator/* @marioestradarosa diff --git a/docs/site/MONOREPO.md b/docs/site/MONOREPO.md index 13c6536f6fef..1ded1dca58ba 100644 --- a/docs/site/MONOREPO.md +++ b/docs/site/MONOREPO.md @@ -18,6 +18,7 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses | [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-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. | | [example-log-extension](https://github.com/strongloop/loopback-next/tree/master/examples/log-extension) | @loopback/example-log-extension | An example showing how to write a complex log extension for LoopBack 4 | | [example-rpc-server](https://github.com/strongloop/loopback-next/tree/master/examples/rpc-server) | @loopback/example-rpc-server | An example RPC server and application to demonstrate the creation of your own custom server | | [example-soap-calculator](https://github.com/strongloop/loopback-next/tree/master/examples/soap-calculator) | @loopback/example-soap-calculator | A tutorial demonstrating integration with a SOAP webservice |