-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (68 loc) · 2.23 KB
/
Copy pathmkdocs.yml
File metadata and controls
72 lines (68 loc) · 2.23 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
site_name: cmq
repo_url: https://github.com/ocadotechnology/cmq
theme:
name: material
nav:
- Home: 'index.md'
- Contribute: 'contribute.md'
- Resource overview:
- Sessions:
- Profile: 'session/profile.md'
- Resources:
- Address: 'resource/address.md'
- Alarm: 'resource/alarm.md'
- CloudFormation: 'resource/cloudformation.md'
- CloudTrail: 'resource/cloudtrail.md'
- DynamoDB: 'resource/dynamodb.md'
- Elasticache: 'resource/elasticache.md'
- Elasticache Parameter Group: 'resource/elasticache_parameter_group.md'
- Elasticache Subnet Group: 'resource/elasticache_subnet_group.md'
- Function: 'resource/function.md'
- Keyspace: 'resource/keyspace.md'
- Keyspace Table: 'resource/keyspace_table.md'
- Kinesis: 'resource/kinesis.md'
- KMS: 'resource/kms.md'
- KMS Alias: 'resource/kms_alias.md'
- Log: 'resource/log.md'
- Log Stream: 'resource/log_stream.md'
- Log Event: 'resource/log_event.md'
- Metric: 'resource/metric.md'
- RDS: 'resource/rds.md'
- RDS Parameter Group: 'resource/rds_parameter_group.md'
- Region: 'resource/region.md'
- Resource Explorer: 'resource/resource_explorer.md'
- Resource Group: 'resource/resource_group.md'
- Route53: 'resource/route53.md'
- Restore Plan: 'resource/restore_plan.md'
- Restore Plan Job: 'resource/restore_plan_job.md'
- S3: 'resource/s3.md'
- S3 Object: 'resource/s3_object.md'
- SecretsManager Secret: 'resource/secret.md'
- Security Group: 'resource/security_group.md'
- SNS: 'resource/sns.md'
- SNS Subscription: 'resource/sns_subscription.md'
- SQS: 'resource/sqs.md'
- User: 'resource/user.md'
- User Key: 'resource/user_key.md'
- Role: 'resource/role.md'
- Route53: 'resource/route53.md'
- VPC: 'resource/vpc.md'
markdown_extensions:
- attr_list
- md_in_html
plugins:
- search
- autorefs:
resolve_closest: true
- mkdocs-video:
css_style:
width: "100%"
height: "208px"
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_inheritance_diagram: true
allow_inspection: true
show_source: false