From 7974dc9cc48c17d877aaff5db688ebdfd68439e7 Mon Sep 17 00:00:00 2001 From: Brian Neisler Date: Tue, 22 Aug 2017 12:11:29 -0700 Subject: [PATCH] Add comment that services are published privately. Fix nav item --- docs/platform/README.md | 2 +- docs/platform/commands/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platform/README.md b/docs/platform/README.md index 5f346a387..6233b671d 100644 --- a/docs/platform/README.md +++ b/docs/platform/README.md @@ -39,7 +39,7 @@ First, register or log in to the Serverless platform in via the CLI $ serverless login ``` -After logging into the platform via the Serverless framework CLI every deploy will be published to the Serverless Platform. It allows you to view and share your deployed services. +After logging into the platform via the Serverless framework CLI every deploy will be **privately** published to the Serverless Platform. It allows you to view and share your deployed services. Give it a try with a new service, or an existing service: diff --git a/docs/platform/commands/README.md b/docs/platform/commands/README.md index 7e6a8364f..7ff5ac407 100644 --- a/docs/platform/commands/README.md +++ b/docs/platform/commands/README.md @@ -1,6 +1,6 @@