generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
53 lines (47 loc) · 1.25 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
site_name: Terraform Assert Provider - Contributor Guide
site_description: 'Contributor guide for the Terraform Assert Provider'
copyright: HashiCorp
repo_name: hashicorp/terraform-provider-assert
repo_url: https://github.com/hashicorp/terraform-provider-assert
edit_uri: "https://github.com/hashicorp/terraform-provider-assert/tree/main/mkdocs"
docs_dir: mkdocs
nav:
- Welcome: index.md
- Contribute:
- Development Environment: development-environment.md
- New Function: add-a-new-function.md
- Testing: testing.md
- Generating Documentation: generating-documentation.md
- Releasing: releasing.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:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- toc:
permalink: "#"
extra_css:
- stylesheets/extra.css