Skip to content

Commit

Permalink
feat: Improved dashboard documentation and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Sep 21, 2023
1 parent c5b6e41 commit 3bbbc58
Show file tree
Hide file tree
Showing 71 changed files with 457 additions and 2,066 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
npm-debug.log
/package-lock.json
/yarn.lock
**/.DS_Store
**/.env
Binary file added docs/.DS_Store
Binary file not shown.
59 changes: 0 additions & 59 deletions docs/guides/dashboard.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
title: Serverless Dashboard - CI/CD
title: Serverless Framework Dashboard - CI/CD
menuText: CI/CD
menuOrder: 5
menuOrder: 6
layout: Doc
-->

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions docs/guides/dashboard/cicd/notifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
title: Serverless Dashboard - CI/CD Notifications
menuText: Notifications
menuOrder: 6
layout: Doc
-->

<!-- DOCS-SITE-LINK:START automatically generated -->

### [Read this on the main serverless docs site](https://serverless.com/framework/docs/guides/cicd/notifications/)

<!-- DOCS-SITE-LINK:END -->

# Notifications

Serverless Framework has integrated Slack, email, SNS and webhook notifications for CI/CD status updates.

Notifications for CI/CD events are not setup by default, so you will not get notified of deployments starting,
completing of failing. These notifications must be added manually.

Notifications for CI/CD events are configured the same way as they are for [monitoring](/framework/docs/dashboard/monitoring/notifications/).

You can subscribe to three different CI/CD events in the "Add notifications" dialog:

- deployment started
- deployment succeeded
- deployment failed

These three events apply to both branch deployments and preview deployments.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/guides/orgs.md → docs/guides/dashboard/concepts.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
title: Serverless Framework - Orgs & Members
menuText: Serverless Orgs & Members
menuOrder: 12
description: Orgs & Members in Serverless Framework Dashboard
title: Serverless Framework Dashboard - Concepts
menuText: Concepts
menuOrder: 2
description: The Concepts within Serverless Framework Dashboard
layout: Doc
-->

Expand Down

0 comments on commit 3bbbc58

Please sign in to comment.