-
Notifications
You must be signed in to change notification settings - Fork 157
/
mkdocs.yml
51 lines (46 loc) · 1.36 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
site_name: hashicorp/tfe Terraform Provider - Contributor Guide
site_description: 'Contributor documentation and reference for the
hashicorp/tfe Terraform provider'
copyright: HashiCorp
repo_name: hashicorp/terraform-provider-tfe
repo_url: https://github.com/hashicorp/terraform-provider-tfe
edit_uri: "https://github.com/hashicorp/terraform-provider-tfe/tree/main/docs"
nav:
- Welcome: index.md
- Contribute:
- Development Environment: development-environment.md
- Test Infrastructure: test-infrastructure.md
- Contribution Guides:
- New Resources: new-resources.md
- Testing: testing.md
- Introducing Beta Features: beta.md
- Debugging: debugging.md
- Backwards Compatibility: backwards-compatibility.md
- Acceptance Tests: writing-acceptance-tests.md
- Changelog Process: changelog-process.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
plugins:
- search:
lang:
- en
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: "#"
extra_css:
- stylesheets/extra.css