-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add branch policy summary export report description (#665)
* feat: add branch policy summary export report description Adds description for new data export for branch policy summaries. * docs: update data exports --------- Co-authored-by: Ali <[email protected]>
- Loading branch information
1 parent
a19d3af
commit 8e2a618
Showing
3 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--- | ||
slug: support | ||
slug: /support | ||
title: Support | ||
--- | ||
|
||
If you need help using Infracost, or want to talk about something else, please join our [community Slack channel](https://www.infracost.io/community-chat) to chat with us 😄 You can also email us at [[email protected]](mailto:[email protected]). | ||
If you need help using Infracost, or want to talk about something else, please email us at [[email protected]](mailto:[email protected]). | ||
|
||
If you notice a bug, please first [upgrade](/#installation) to the latest version of `infracost` to see if the bug has already been fixed. If not, [create an issue](https://github.com/infracost/infracost/issues/new/choose). Please use the `--debug-report` and include the `infracost-debug-report.json` file in your issue. | ||
For community support, please join our [community Slack channel](https://www.infracost.io/community-chat). | ||
|
||
If you notice a CLI bug, please first [upgrade](/#installation) to the latest version of `infracost` to see if the bug has already been fixed. If not, [create an issue](https://github.com/infracost/infracost/issues/new/choose). Please use the `--debug-report` and include the `infracost-debug-report.json` file in your issue. | ||
|
||
You might find our [troubleshooting](/docs/troubleshooting) guide helpful. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,5 +77,9 @@ module.exports = { | |
type: 'doc', | ||
id: 'troubleshooting', | ||
}, | ||
{ | ||
type: 'doc', | ||
id: 'support', | ||
}, | ||
] | ||
}; |