Skip to content

Commit 7af82a5

Browse files
author
Matthew Sweeney
authored
Add Green Energy Policy to FAQ (#1427)
* add green energy policy to faq * add microsoft * update text
1 parent 2ed33ad commit 7af82a5

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

pages/docs/v2/platform/frequently-asked-questions.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const meta = {
88
title: 'Frequently Asked Questions',
99
description: 'A list of frequently asked questions relating to deployments.',
1010
editUrl: 'pages/docs/v2/platform/frequently-asked-questions.mdx',
11-
lastEdited: '2019-10-31T14:26:15.000Z'
11+
lastEdited: '2019-10-31T22:43:10.000Z'
1212
}
1313

1414
## Missing Public Directory
@@ -102,6 +102,18 @@ It is possible to opt out of this behavior by creating a `now.json` file with a
102102

103103
If you are yet to upgrade to the latest platform version, please read our [upgrade guide](https://zeit.co/guides/migrate-to-zeit-now/).
104104

105+
## Green Energy Policy
106+
107+
ZEIT works with multiple cloud partners in order to provide services to end users.
108+
109+
The Serverless approach is an energy-efficient alternative to traditional servers because your code runs only on-demand.
110+
111+
For more information on our cloud partners' Green energy policies, we recommend viewing their documentation:
112+
113+
- [AWS Sustainability Timeline](https://aws.amazon.com/about-aws/sustainability/sustainability-timeline/)
114+
- [Google Cloud Sustainability](https://cloud.google.com/sustainability/)
115+
- [Microsoft Environmental Sustainability](https://www.microsoft.com/en-us/corporate-responsibility/sustainability)
116+
105117
export default ({ children }) => <Doc meta={meta}>{children}</Doc>
106118

107119
export const config = {

pages/docs/v2/serverless-functions/env-and-secrets.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Adding environment variables requires two steps, defining the environment variab
2020

2121
<Note>
2222
This section covers how to make environment variables available during{' '}
23-
<b>Run Time</b>, if you would like to make them available at <b>Build Time</b>,
24-
please see the <GenericLink href="/docs/v2/build-step/#using-environment-variables-and-secrets">
23+
<b>Run Time</b>, if you would like to make them available at <b>Build Time</b>
24+
, please see the{' '}
25+
<GenericLink href="/docs/v2/build-step/#using-environment-variables-and-secrets">
2526
Build Step documentation
26-
</GenericLink>.
27+
</GenericLink>
28+
.
2729
</Note>
2830

2931
## Adding Secrets

0 commit comments

Comments
 (0)