diff --git a/docs/dashboard/sdk/README.md b/docs/dashboard/sdk/README.md index 125bfa322..b048ef135 100644 --- a/docs/dashboard/sdk/README.md +++ b/docs/dashboard/sdk/README.md @@ -4,6 +4,12 @@ menuText: sdk layout: Doc --> + + +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/) + + + # `serverless_sdk` When using the Serverless Dashboard, the framework automatically injects the `serverless_sdk` diff --git a/docs/dashboard/sdk/nodejs.md b/docs/dashboard/sdk/nodejs.md index 8a5e75cb6..6d9730757 100644 --- a/docs/dashboard/sdk/nodejs.md +++ b/docs/dashboard/sdk/nodejs.md @@ -3,6 +3,13 @@ title: Serverless SDK - Node.js menuText: nodejs layout: Doc --> + + + +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/nodejs/) + + + # `captureError` Your lambda function may throw an exception, but your function handles it in order to respond to diff --git a/docs/dashboard/sdk/python.md b/docs/dashboard/sdk/python.md index ddda8e7ab..2ab2a9f2f 100644 --- a/docs/dashboard/sdk/python.md +++ b/docs/dashboard/sdk/python.md @@ -3,6 +3,13 @@ title: Serverless SDK - Python menuText: python layout: Doc --> + + + +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/sdk/python/) + + + # `capture_exception` Your lambda function may throw an exception, but your function handles it in order to respond to