Skip to content

Commit

Permalink
add(platform): carbon footprint doc (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven authored Feb 29, 2024
1 parent 22d269b commit c8fb62e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/aiven.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"scope": "markdown",
"prefix": "Required access",
"body": [
":::info",
"## Required access",
"You must be a ${1|[super admin](/docs/platform/howto/make-super-admin),[project admin](/docs/platform/reference/project-member-privileges),[project operator](/docs/platform/reference/project-member-privileges)|} to access this feature.",
":::"
],
"description": "Inserts a section with information on what role is needed to access a feature"
},
Expand Down
19 changes: 19 additions & 0 deletions docs/platform/concepts/carbon-footprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Carbon footprint
early: true
---

You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.

The carbon footprint page shows estimates of the greenhouse gas emissions associated with service usage per project in your organization.

Emissions are measured in metric tons of carbon dioxide-equivalent, which includes
multiple greenhouse gasses. The following information is shown on the dashboard for the
selected project:

- Estimated emissions for the month: Shows a running estimate of emissions for the
current calendar month.
- Monthly carbon emissions: Shows an estimate of the emissions for the last 3, 6, and
12 months.

To view your emissions data, go to **Admin** > **Carbon footprint**.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const sidebars: SidebarsConfig = {
'platform/howto/add-project-members',
'platform/reference/project-member-privileges',
'platform/howto/manage-unassigned-projects',
'platform/concepts/carbon-footprint',
],
},
{
Expand Down

0 comments on commit c8fb62e

Please sign in to comment.