Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/_posts/platform/app/2000-01-01-collaborators.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Using the Dashboard:
Using the dashboard:
- Go to your application dashboard
- Go to **Settings** tab
- You will automatically be taken to the collaborators menu
- Go to the **Collaborators** menu

Using the Command Line
```shell
Expand All @@ -62,8 +62,7 @@ While the main Collaborators page provides a consolidated list, collaborators ar
Using the Dashboard

- Go to your application that needs a new collaborator
- Go to the Settings tab
- You will automatically be taken to the Collaborators menu
- Go to the Settings tab, and click on the Collaborators menu
- Click on the Add button
- Add the required collaborator email
- You will now see the collaborator in light grey in the table.
Expand All @@ -81,8 +80,7 @@ scalingo --app my-app collaborators-add user@example.com
Using the Dashboard

- Go to your application that needs a new collaborator
- Go to the Settings tab
- You will automatically be taken to the Collaborators menu
- Go to the Settings tab, and click on the Collaborators menu
- Click on the trash can corresponding to the collaborator's mail
- Validate in the pop-up

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/platform/app/2000-01-01-review-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ delay to fit your needs. This latter setting means that you can still review PR
after your dev team has closed the PR.

The owner of the parent application is the only account which can manually delete the review app, via
the Settings menu of *the review app*, submenu App management, in the dashboard, or via our [CLI](https://developers.scalingo.com/apps#delete-an-application).
the Settings menu of *the review app*, submenu General, in the dashboard, or via our [CLI](https://developers.scalingo.com/apps#delete-an-application).

{% warning %}
The procedure to delete a standard application is similar. Ensure you're deleting the review app before proceeding.
Expand Down