forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (73 loc) · 2.61 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
site_name: Terraform AWS Provider - Contributor Guide
site_description: 'Contributor documentation and reference for the
Terraform AWS Provider'
copyright: HashiCorp
repo_name: hashicorp/terraform-provider-aws
repo_url: https://github.com/hashicorp/terraform-provider-aws
edit_uri: "https://github.com/hashicorp/terraform-provider-aws/tree/main/docs"
nav:
- Welcome: index.md
- Contribute:
- Development Environment: development-environment.md
- Contribution Guides:
- Resource: add-a-new-resource.md
- Service: add-a-new-service.md
- Data source: add-a-new-datasource.md
- AWS Region: add-a-new-region.md
- Import Support: add-import-support.md
- Resource Filtering: resource-filtering.md
- Resource Name Generation: resource-name-generation.md
- Resource Tagging: resource-tagging.md
- Tag Resource: adding-a-tag-resource.md
- Bugs and Enhancements: bugs-and-enhancements.md
- Documentation Changes: documentation-changes.md
- Acceptance Tests: running-and-writing-acceptance-tests.md
- Changelog Process: changelog-process.md
- Raising a Pull Request: raising-a-pull-request.md
- How We Prioritize: prioritization.md
- Developer Reference:
- Acceptance Test Environment Variables: acc-test-environment-variables.md
- Data Handling and Conversion: data-handling-and-conversion.md
- Debugging: debugging.md
- Design Decision Log: design-decision-log.md
- Dependency Updates: dependency-updates.md
- AWS SDK for Go Versions: aws-go-sdk-versions.md
- Terraform Plugin Versions: terraform-plugin-versions.md
- AWS Go SDK Base: aws-go-sdk-base.md
- Error Handling: error-handling.md
- Provider Design: provider-design.md
- Provider Scaffolding (skaff): skaff.md
- Naming Standards: naming.md
- Retries and Waiters: retries-and-waiters.md
- Regular Expressions: regular-expressions.md
- Submit an Issue: issue-reporting-and-lifecycle.md
- FAQ: faq.md
theme:
name: material
logo: images/hashicorp.png
favicon: images/hashicorp-black.png
palette:
scheme: hashicorp
primary: black
accent: blue
icon:
repo: fontawesome/brands/github
font: false
features:
- navigation.instant
- content.tabs.link
- content.code.copy
plugins:
- search:
lang:
- en
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- toc:
permalink: "#"
extra_css:
- stylesheets/extra.css