forked from alphauslabs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (59 loc) · 1.72 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
site_name: Alphaus Documentation
copyright: Copyright © 2021-2022 Alphaus Cloud. All rights reserved.
theme:
name: material
logo: assets/alphaus.png
favicon: assets/alphaus.png
features:
- navigation.tabs
# - navigation.expand
nav:
- 'General':
- 'index.md'
- 'IAM overview': 'iam.md'
- 'Ripple 🡥': 'https://docs.alphaus.cloud/v/ripple-en/'
- 'Wave 🡥': 'https://docs.alphaus.cloud/v/wave-eng/'
- 'Knowledgebase 🡥': 'https://help.alphaus.cloud/en/'
- 'Previous documentation 🡥': 'https://docs.alphaus.cloud/'
- 'System status 🡥': 'https://status.alphaus.cloud/'
- 'Blue API':
- 'blueapi/overview.md'
- 'blueapi/authentication.md'
- 'CLI: bluectl': 'blueapi/bluectl.md'
- 'APIs':
- 'blueapi/apis/org.md'
- 'blueapi/apis/kvstore.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'
extra:
alternate:
- name: English
link: /docs/
lang: en
- name: 日本語
link: /docs-ja/
lang: ja
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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg