Skip to content

Docs: TMC Home page #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ export default defineConfig({
text: '☁️ Terramate Cloud',
collapsed: false,
items: [
{
text: 'Home',
link: '/cloud/home/'
},
{
text: 'Dashboard',
link: '/cloud/dashboard/',
Expand Down
Binary file added cloud/assets/home_tmc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions cloud/home/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Home | Terramate Cloud
description: Learn about the Home page of the Terramate Cloud dashboard
---

# Home Page

The Home page provides a summary of your engagements in Terramate Cloud, including:

- **Alerts**: Open alerts assigned to you.
- **Pull Requests**: Open pull requests authored by you.
- **Deployments**: Deployments in which you collaborated.

![Home Page](../assets/home_tmc.png "Home Page")


## Open Alerts Assigned to You

The Alerts list displays details of alerts assigned to you, following the same layout as the [Alerts dashboard](../alerts/index.md).


## Open Pull Requests that You Authored

The Pull Requests list shows [pull requests](../previews/index.md) you authored in repositories associated with your Terramate Cloud organization.


## Deployments You Collaborated On

The list shows deployments where you were involved—whether by creating or reviewing the associated pull request or by triggering the deployment.
- **Status**: The current state of each deployment.
- **Triggering Pull Request**: Shows the pull request that initiated the deployment, including its title, the triggering user, and the merge branch.
- **Associated Stack**: The stack linked to the deployment.
- **Associated Repository**: The repository containing the deployment's code.
- **Finished At**: A timestamp indicating how long ago the deployment completed.
- **Duration**: The total run time of the deployment.