forked from e617b/docs.vantage.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (73 loc) · 2.34 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (73 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: Vantage Documentation
site_url: https://docs.vantage.sh
theme:
name: material
features:
- navigation.sections
logo: https://www.vantage.sh/logo.svg
icon:
repo: fontawesome/brands/github-square
favicon: https://assets.vantage.sh/www/favicon-32x32.png
extra:
generator: false
analytics:
provider: google
property: UA-166045679-1
extra_css:
- stylesheets/extra.css
plugins:
- redirects:
redirect_maps:
"kubernetes.md": "connecting_kubernetes.md"
markdown_extensions:
- attr_list
- toc:
permalink: "#"
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- "Overview": "index.md"
- "Getting Started": "getting_started.md"
- "Vantage Account": "vantage_account.md"
- "AWS":
- "Connecting": "connecting_aws.md"
- "AWS Permissions": "permissions_aws.md"
- "Syncing Your Account": "syncing.md"
- "Supported AWS Services": "supported_services.md"
- "Security": "security.md"
- "Google Cloud":
- "Connecting": "connecting_gcp.md"
- "GCP Permissions": "permissions_gcp.md"
- "Billing Export Setup": "enabling_gcp_billing_export.md"
- "Kubernetes":
- "Connecting": "connecting_kubernetes.md"
- "OpenCost": "opencost.md"
- "Container Insights": "kubernetes_container_insights.md"
- "Datadog":
- "Connecting": "connecting_datadog.md"
- "Snowflake":
- "Connecting": "connecting_snowflake.md"
- "Cost By Query": "snowflake_cost_by_query.md"
- "Fastly":
- "Connecting": "connecting_fastly.md"
- "Features":
- "Autopilot": "autopilot.md"
- "Overview": "overview.md"
- "Cost Anomaly Alerts": "cost_anomaly_alerts.md"
- "Cost Reports": "cost_reports.md"
- "Cost Report Notifications": "reports.md"
- "Forecasting": "forecasting.md"
- "Budgets": "budgets.md"
- "Resource Inventory": "active_resources.md"
- "Savings Planner": "savings_planner.md"
- "Cloudwatch Metrics": "metrics.md"
- "Workspaces": "workspaces.md"
- "Integrations":
- "Slack": "slack_integration.md"
- "Microsoft Teams": "microsoft_teams_integration.md"
- "Terraform Cloud": "terraform_cloud_integration.md"