Add comment that services are published privately. Fix nav item

This commit is contained in:
Brian Neisler 2017-08-22 12:11:29 -07:00
parent df5764dd4b
commit 7974dc9cc4
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,6 +1,6 @@
<!--
title: Serverless - Platform Documentation
menuText: Platform
menuText: commands
layout: Doc
-->