Skip to content

Commit

Permalink
fix: fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott committed Oct 11, 2023
1 parent 363a591 commit 47ede4f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions docs/infracost_cloud/jira_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Connect Infracost Cloud to Jira to enrich your team's cost estimates with powerf
Once enabled, the Jira integration:
- **Updates Jira issues with cost estimates** along with a direct link to your Infracost Cloud dashboard. Use this to dive into specific cloud costs impacted by engineering changes.
![jira issue](/img/jira/app-issue.png)
- You'll also be able to **review and unblock pull requests** that triggered [guardrails](docs/infracost_cloud/guardrails/).
- You'll also be able to **review and unblock pull requests** that triggered [guardrails](/docs/infracost_cloud/guardrails/).
![jira filter](/img/jira/app-guardrails.png)
- We'll also add Jira metadata to any Infracost Cloud estimate, meaning you can **search, filter and analyze costs** based on your team's Jira issues.
![dashboard](/img/jira/dashboard.png)
Expand All @@ -27,7 +27,7 @@ Once enabled, the Jira integration:
![copy token](/img/jira/2-copy-token.png)
4. Once you generate the token, a status banner appears. This highlights if Jira has successfully connected to Infracost Cloud. We'll check back here later to make sure everything looks good.
![integration status](/img/jira/3-integration-status.png)
5. Click the install app button, this takes you over to Atlassian Jira to complete the setup.
5. Click the install app button, this takes you over to Atlassian Jira to complete the setup.
![install app](/img/jira/4-install-app.png)
6. This will take you an approval screen where you'll be able to select which server you want to install the Infracost Jira app into.
![select server](/img/jira/5-select-server.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 notice a bug, please first [upgrade](/docs#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.
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.

You might find our [troubleshooting](/docs/troubleshooting) guide helpful.

Expand Down
2 changes: 1 addition & 1 deletion docs/supported_resources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Overview

Infracost supports over **1,100** Terraform resources across [AWS](/docs/supported_resources/aws), [Azure](/docs/supported_resources/azure) and [Google](/docs/supported_resources/google). That number is growing fast thanks to our [large open source community](https://github.com/infracost/infracost/#community-and-contributing) of contributors.

The quickest way to find out if your Terraform resources are supported is to run [`infracost breakdown`](/docs#usage) with the `--show-skipped` flag. This shows the unsupported resources at the bottom of the output
The quickest way to find out if your Terraform resources are supported is to run [`infracost breakdown`](/#usage) with the `--show-skipped` flag. This shows the unsupported resources at the bottom of the output

You could also run the following command to only see the unsupported resources:
`infracost breakdown --path . --format=json | jq ".summary.unsupportedResourceCounts"`
Expand Down
82 changes: 41 additions & 41 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,87 +25,87 @@ module.exports = {
{
redirects: [
{
from: "/docs/integrations",
to: "/docs/integrations/github_actions",
from: "/integrations",
to: "/integrations/github_actions",
},
{
from: [
"/docs/environment_variables",
"/docs/integrations/environment_variables",
"/environment_variables",
"/integrations/environment_variables",
],
to: "/docs/features/environment_variables",
to: "/features/environment_variables",
},
{
from: "/docs/infracost_api",
to: "/docs/integrations/infracost_api",
from: "/infracost_api",
to: "/integrations/infracost_api",
},
{
from: "/docs/terraform_cloud_enterprise",
to: "/docs/integrations/terraform_cloud_enterprise",
from: "/terraform_cloud_enterprise",
to: "/integrations/terraform_cloud_enterprise",
},
{
from: "/docs/terragrunt",
to: "/docs/features/terragrunt",
from: "/terragrunt",
to: "/features/terragrunt",
},
{
from: "/docs/config_file",
to: "/docs/features/config_file",
from: "/config_file",
to: "/features/config_file",
},
{
from: "/docs/report",
to: "/docs/features/cli_commands",
from: "/report",
to: "/features/cli_commands",
},
{
from: "/docs/supported_resources",
to: "/docs/supported_resources/overview",
from: "/supported_resources",
to: "/supported_resources/overview",
},
{
from: "/docs/iac_tools/terraform_cloud_enterprise",
to: "/docs/integrations/terraform_cloud_enterprise",
from: "/iac_tools/terraform_cloud_enterprise",
to: "/integrations/terraform_cloud_enterprise",
},
{
from: "/docs/iac_tools/terragrunt",
to: "/docs/features/terragrunt",
from: "/iac_tools/terragrunt",
to: "/features/terragrunt",
},
{
from: "/docs/multi_project/config_file",
to: "/docs/features/config_file",
from: "/multi_project/config_file",
to: "/features/config_file",
},
{
from: "/docs/features/config_file_template/",
to: "/docs/features/config_file",
from: "/features/config_file_template/",
to: "/features/config_file",
},
{
from: "/docs/usage_based_resources/",
to: "/docs/features/usage_based_resources/",
from: "/usage_based_resources/",
to: "/features/usage_based_resources/",
},
{
from: "/docs/multi_project/report",
to: "/docs/features/cli_commands",
from: "/multi_project/report",
to: "/features/cli_commands",
},
{
from: "/docs/terraform_modules",
to: "/docs/features/terraform_modules",
from: "/terraform_modules",
to: "/features/terraform_modules",
},
{
from: "/docs/guides/terraform_modules",
to: "/docs/features/terraform_modules",
from: "/guides/terraform_modules",
to: "/features/terraform_modules",
},
{
from: "/docs/infracost_cloud/overview",
to: "/docs/infracost_cloud/get_started",
from: "/infracost_cloud/overview",
to: "/infracost_cloud/get_started",
},
{
from: "/docs/integrations/jira",
to: "/docs/infracost_cloud/jira_integration",
from: "/integrations/jira",
to: "/infracost_cloud/jira_integration",
},
{
from: "/docs/infracost_cloud/authentication",
to: "/docs/infracost_cloud/key_concepts",
from: "/infracost_cloud/authentication",
to: "/infracost_cloud/key_concepts",
},
{
from: '/docs/infracost_cloud/sso/overview',
to: '/docs/infracost_cloud/sso',
from: '/infracost_cloud/sso/overview',
to: '/infracost_cloud/sso',
},
],
},
Expand Down

0 comments on commit 47ede4f

Please sign in to comment.