forked from Noovolari/leapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
96 lines (90 loc) · 3.74 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
site_name: Leapp - Docs
site_url: https://example.com/
repo_url: https://github.com/Noovolari/leapp
site_description: 'Leapp is a tool for developers to manage, secure, and gain access to any cloud. From setting up your access data to activating a session, Leapp can help manage the underlying assets to let you use your provider CLI or SDK seamlessy.'
copyright: '© 2021 Noovolari, All rights reserved. | Powered by beSharp'
nav:
- Overview: index.md
- Concepts: concepts.md
- 'Use Cases':
- 'Introduction': 'use-cases/intro.md'
- 'AWS':
- 'AWS IAM User': 'use-cases/aws_iam_user.md'
- 'AWS IAM Role': 'use-cases/aws_iam_role.md'
- 'AWS SSO': 'use-cases/aws_sso.md'
- 'Azure': 'use-cases/azure.md'
- 'Tutorials':
- 'First Access': 'tutorials/first_access.md'
- 'AWS':
- 'AWS IAM User': 'tutorials/aws/iam_user/setup_in_leapp.md'
- 'AWS IAM Federated Role':
- 'Introduction': 'tutorials/aws/iam_federated_role/intro.md'
- 'Step 1: G Suite Federation': 'tutorials/aws/iam_federated_role/gsuite_federation_setup.md'
- 'Step 2: AWS Federation': 'tutorials/aws/iam_federated_role/aws_federation_setup.md'
- 'Step 3: Enable Federated Access': 'tutorials/aws/iam_federated_role/enable_federated_access.md'
- 'Step 4: Assign Role to GSuite Principal': 'tutorials/aws/iam_federated_role/assign_role.md'
- 'Step 5: Setup in Leapp': 'tutorials/aws/iam_federated_role/setup_in_leapp.md'
- 'AWS IAM Chained Role':
- 'Introduction': 'tutorials/aws/iam_chained_role/intro.md'
- 'Step 1: Setup Trust Relationship': 'tutorials/aws/iam_chained_role/trust_relationship_setup.md'
- 'Step 2: Setup in Leapp': 'tutorials/aws/iam_chained_role/setup_in_leapp.md'
- 'AWS SSO': 'tutorials/aws/aws_sso/setup_in_leapp.md'
- 'AWS SSM Connect': 'tutorials/aws/aws_ssm_connect.md'
- 'Azure':
- 'Step 1: G Suite Federation': 'tutorials/azure/gsuite_federation_setup.md'
- 'Step 2: Setup in Leapp': 'tutorials/azure/setup_in_leapp.md'
- 'Contributing':
- 'Project Structure': 'contributing/project_structure.md'
- 'Updater': 'contributing/updater.md'
- 'System Vault': 'contributing/system_vault.md'
- 'AWS Named Profiles': 'contributing/aws_named_profiles.md'
- 'AWS SSO': 'contributing/aws-sso.md'
- 'Default Options': 'contributing/default_options.md'
- 'Integrations': 'contributing/integrations.md'
- 'Community':
- 'Get Involved': 'community/get_involved.md'
theme:
logo: images/logo.png
favicon: images/favicon.ico
name: material
features:
- navigation.instant
- navigation.indexes
- navigation.sections
- navigation.top
font:
text: Lato
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- mkdocs-video
- img2fig
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: google
property: G-FB1NX90MYZ
consent:
cookies:
analytics: Google Analytics
title: Cookie consent
description: >
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg