-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (41 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
47 lines (41 loc) · 1.14 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
nav:
- Getting Started: index.md
- Philosophy: philosophy.md
- Limitations: limitations.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE-OF-CONDUCT.md
- Changelog: CHANGELOG.md
- GitHub Source Code: https://github.com/wtc-cloud-eng/mkdocs-terraform-monorepo-plugin
site_name: "mkdocs-terraform-monorepo-plugin (β)"
repo_url: https://github.com/wtc-cloud-eng/mkdocs-terraform-monorepo-plugin
repo_name: 'wtc-cloud-eng/mkdocs-terraform-monorepo-plugin'
site_description: |
Docs for the mkdocs terraform monorepo plugin - a plugin to include terraform docs in a the navigation
# Copyright
copyright: Copyright © 2021. Wunderman Thompson Commerce - a WPP Company. All rights reserved
# Configuration
theme:
name: material
features:
- tabs
language: en
palette:
primary: deep purple
accent: teal
font:
text: Roboto
code: Roboto Mono
logo: assets/img/logo.png
favicon: assets/img/favicon.png
# Extensions
markdown_extensions:
- markdown_include.include:
base_path: docs
- smarty
- sane_lists
- attr_list
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true