diff --git a/docs/site/Booting-an-Application.md b/docs/site/Booting-an-Application.md index b4332ddfa535..6996ad628c32 100644 --- a/docs/site/Booting-an-Application.md +++ b/docs/site/Booting-an-Application.md @@ -257,12 +257,12 @@ The options for this are passed in a `services` object on `BootOptions`. Available options on the `services` object on `BootOptions` are as follows: -| Options | Type | Default | Description | -| ------------ | -------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------ | -| `dirs` | `string \| string[]` | `['repositories']` | Paths relative to projectRoot to look in for Service artifacts | -| `extensions` | `string \| string[]` | `['.repository.js']` | File extensions to match for Service artifacts | -| `nested` | `boolean` | `true` | Look in nested directories in `dirs` for Service artifacts | -| `glob` | `string` | | A `glob` pattern string. This takes precedence over above 3 options (which are used to make a glob pattern). | +| Options | Type | Default | Description | +| ------------ | -------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------ | +| `dirs` | `string \| string[]` | `['services']` | Paths relative to projectRoot to look in for Service artifacts | +| `extensions` | `string \| string[]` | `['.service.js']` | File extensions to match for Service artifacts | +| `nested` | `boolean` | `true` | Look in nested directories in `dirs` for Service artifacts | +| `glob` | `string` | | A `glob` pattern string. This takes precedence over above 3 options (which are used to make a glob pattern). | ### Custom Booters diff --git a/docs/site/todo-tutorial-geocoding-service.md b/docs/site/todo-tutorial-geocoding-service.md index 3b817e012619..21d78227c706 100644 --- a/docs/site/todo-tutorial-geocoding-service.md +++ b/docs/site/todo-tutorial-geocoding-service.md @@ -34,16 +34,6 @@ for example IBM's [Weather Company Data](https://console.bluemix.net/catalog/ser or [Google Maps Platform](https://developers.google.com/maps/documentation/geocoding). " %} -### Install `@loopback/service-proxy` - -`@loopback/service-proxy` provides a common set of interfaces for interacting -with service oriented backends such as REST APIs, SOAP Web Services, and gRPC -microservices. Install it in your project by running the following command: - -``` -npm i @loopback/service-proxy -``` - ### Configure the backing datasource Run `lb4 datasource` to define a new datasource connecting to Geocoder REST