-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
145 lines (140 loc) · 5.08 KB
/
mkdocs.yml
File metadata and controls
145 lines (140 loc) · 5.08 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
site_name: Alphaus Documentation
copyright: Copyright © 2025 Alphaus Cloud. All rights reserved.
theme:
name: material
logo: assets/alphaus.png
favicon: assets/alphaus.png
features:
- navigation.tabs
- navigation.sections
nav:
- "General":
- "index.md"
- "products.md"
- "IAM overview": "iam.md"
- "Wave (Pro) ↗": "https://labs.alphaus.cloud/wavedocs-ja/"
- "System status ↗": "https://status.alphaus.cloud/"
- "API Reference (non-Blue)":
- "apiref/index.md"
- "apiref/endpoint-limits.md"
- "apiref/authentication.md"
- "apiref/users.md"
- "apiref/api-clients.md"
- "apiref/authorization.md"
- "apiref/status.md"
- "Ripple":
- "ripple/index.md"
- "ripple/concepts.md"
- "A primer on TrueUnblended": "ripple/trueunblended.md"
- "Knowledgebase ↗": "https://help.alphaus.cloud/en/"
- "API Reference (non-Blue)":
- "ripple/apiref/index.md"
- "ripple/apiref/user.md"
- "ripple/apiref/exchangerate.md"
- "ripple/apiref/billinggroup.md"
- "ripple/apiref/account.md"
- "ripple/apiref/reseller.md"
- "ripple/apiref/original-cost.md"
- "ripple/apiref/ri-management.md"
- "ripple/apiref/recalculation.md"
- "ripple/apiref/invoice.md"
- "ripple/apiref/export.md"
- "ripple/apiref/project.md"
- "Octo":
- "Getting Started": "octo/index.md"
- "Account Registration":
- "Overview": "octo/accountregistration/account-registration.md"
- "AWS":
- "Registration": "octo/accountregistration/AWS/account-registration-aws.md"
- "CloudFormation Templates":
- "API Access": "octo/accountregistration/AWS/cloudformationtemplate/api-access.md"
- "CUR and S3 Bucket": "octo/accountregistration/AWS/cloudformationtemplate/cur-s3-bucket-setup.md"
- "Microsoft Azure CSP": "octo/accountregistration/account-registration-azure.md"
- "Google Cloud": "octo/accountregistration/account-registration-gcp.md"
- "octo/account-registration-gcpbigquery.md"
- "Cost Groups":
- "Overview": "octo/costgroup.md"
- "AI Cost": "octo/aicost.md"
- "Container Cost": "octo/container-cost.md"
- "Reports":
- "Overview": "octo/reports/overview.md"
- "Fixed Report": "octo/reports/fixed-report.md"
- "Custom Report": "octo/reports/custom-report.md"
- "Recommendation":
- "octo/recommendations/about.md"
- "AWS Generated Recommendations":
- "octo/recommendations/costexplorer.md"
- "octo/recommendations/costoptimizationhub.md"
- "octo/recommendations/trustedadvisor.md"
- "GCP Generated Recommendations":
- "octo/recommendations/recommendationhub.md"
- "OCTO Generated Recommendations":
- "octo/recommendations/octo/aws.md"
- "octo/recommendations/executerecommendation.md"
# - "octo/unitcost.md"
- "Unit Economics":
- "octo/uniteconomics/unitmetrics.md"
- "Cost Allocation":
- "octo/costallocation.md"
- "Financial Planning":
- "octo/budget.md"
- "octo/forecasting.md"
- "Alerts":
- "octo/channel-management.md"
- "octo/alerts-management.md"
- "General Settings":
- "octo/preferences.md"
- "octo/user-management.md"
- "octo/samlsso.md"
- "Troubleshooting and FAQs":
- "FAQs": "octo/troubleshooting/faq.md"
- "Integrations": "octo/troubleshooting/integrations/updateintegrations.md"
- "Blue API":
- "blueapi/overview.md"
- "blueapi/authentication.md"
- "CLI: bluectl": "blueapi/bluectl.md"
- "blueapi/client-sdks.md"
- "Guides":
- "guides/index.md"
- "Registering AWS payer accounts": "guides/aws-register-payer.md"
- "Enabling AWS payer API access": "guides/aws-enable-api-access.md"
- "guides/aws-query-costs.md"
- "Scheduling invoice calculations": "guides/invoice-calc-sched.md"
- "guides/aws-cost-mods.md"
- "Blog": "https://labs.alphaus.cloud/blog/"
extra:
alternate:
- name: English
link: /docs/
lang: en
- name: 日本語
link: /docs-ja/
lang: ja
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/alphaus/
- icon: fontawesome/brands/github
link: https://github.com/alphauslabs
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- footnotes