-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
127 lines (122 loc) · 4.01 KB
/
mkdocs.yml
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
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":
- "octo/index.md"
- "octo/account-registration.md"
- "octo/multiple-account-setup.md"
- "octo/account-registration-gcpbigquery.md"
- "octo/curs3payer.md"
- "octo/samlsso.md"
- "octo/costallocation.md"
- "octo/costgroup.md"
- "octo/channel-management.md"
- "octo/alerts-management.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"
- "Blue API":
- "blueapi/overview.md"
- "blueapi/authentication.md"
- "CLI: bluectl": "blueapi/bluectl.md"
- "APIs":
- "blueapi/apis/org.md"
- "blueapi/apis/iam.md"
- "blueapi/apis/admin.md"
- "blueapi/apis/cost.md"
- "blueapi/apis/billing.md"
- "blueapi/apis/operations.md"
- "blueapi/apis/preferences.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