-
Notifications
You must be signed in to change notification settings - Fork 59
/
mkdocs.yml
57 lines (51 loc) · 1.45 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
# Bump: 1
site_name: AWS SSO CLI
site_author: Aaron Turner
copyright: Copyright 2021-2024 Aaron Turner
repo_url: https://github.com/synfinatic/aws-sso-cli/
docs_dir: docs
extra:
version:
provider: mike
extra_css:
- css/asciinema-player.css
extra_javascript:
- js/asciinema-player.min.js
theme:
name: material
plugins:
- search
- mkdocs-asciinema # https://pypi.org/project/mkdocs-asciinema/
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
nav:
- 'Home': index.md
- 'Quickstart': quickstart.md
- 'Demos': demos.md
- 'User Guide':
- 'Configuration': config.md
- 'Commands & Usage': commands.md
- 'Frequently Asked Questions': FAQ.md
- 'ECS Server/Remote Access':
- 'ECS Server Mode': ecs-server.md
- 'ECS Server Commands': ecs-commands.md
- 'Remote Access to IAM Roles': remote-ssh.md
- 'ECS Server API': ecs-api.md
- 'About':
- 'License': license.md
- 'Compared to aws-vault': aws-vault.md
- 'Security':
- 'Reporting Security Vulnerabilities': security.md
- 'GPG Signing Keys':
- 'Release Signing Key': code-sign-key.asc.md
- 'Commit Signing Key': commit-sign-key.asc.md
- 'Developer Notes':
- 'Release New Version': release.md
- 'ECS Server Threat Model': ecs-threats.md